Class VirtualMachineScaleSetVMPropertiesInner
- java.lang.Object
-
- com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetVMPropertiesInner
-
public final class VirtualMachineScaleSetVMPropertiesInner extends Object
Describes the properties of a virtual machine scale set virtual machine.
-
-
Constructor Summary
Constructors Constructor Description VirtualMachineScaleSetVMPropertiesInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdditionalCapabilitiesadditionalCapabilities()Get the additionalCapabilities property: Specifies additional capabilities enabled or disabled on the virtual machine in the scale set.com.azure.core.management.SubResourceavailabilitySet()Get the availabilitySet property: Specifies information about the availability set that the virtual machine should be assigned to.DiagnosticsProfilediagnosticsProfile()Get the diagnosticsProfile property: Specifies the boot diagnostic settings state.HardwareProfilehardwareProfile()Get the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachineScaleSetVMInstanceViewInnerinstanceView()Get the instanceView property: The virtual machine instance view.BooleanlatestModelApplied()Get the latestModelApplied property: Specifies whether the latest model has been applied to the virtual machine.StringlicenseType()Get the licenseType property: Specifies that the image or disk that is being used was licensed on-premises.StringmodelDefinitionApplied()Get the modelDefinitionApplied property: Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine.NetworkProfilenetworkProfile()Get the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachineScaleSetVMNetworkProfileConfigurationnetworkProfileConfiguration()Get the networkProfileConfiguration property: Specifies the network profile configuration of the virtual machine.OSProfileosProfile()Get the osProfile property: Specifies the operating system settings for the virtual machine.VirtualMachineScaleSetVMProtectionPolicyprotectionPolicy()Get the protectionPolicy property: Specifies the protection policy of the virtual machine.StringprovisioningState()Get the provisioningState property: The provisioning state, which only appears in the response.SecurityProfilesecurityProfile()Get the securityProfile property: Specifies the Security related profile settings for the virtual machine.StorageProfilestorageProfile()Get the storageProfile property: Specifies the storage settings for the virtual machine disks.StringuserData()Get the userData property: UserData for the VM, which must be base-64 encoded.voidvalidate()Validates the instance.StringvmId()Get the vmId property: Azure VM unique ID.VirtualMachineScaleSetVMPropertiesInnerwithAdditionalCapabilities(AdditionalCapabilities additionalCapabilities)Set the additionalCapabilities property: Specifies additional capabilities enabled or disabled on the virtual machine in the scale set.VirtualMachineScaleSetVMPropertiesInnerwithAvailabilitySet(com.azure.core.management.SubResource availabilitySet)Set the availabilitySet property: Specifies information about the availability set that the virtual machine should be assigned to.VirtualMachineScaleSetVMPropertiesInnerwithDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)Set the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachineScaleSetVMPropertiesInnerwithHardwareProfile(HardwareProfile hardwareProfile)Set the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachineScaleSetVMPropertiesInnerwithLicenseType(String licenseType)Set the licenseType property: Specifies that the image or disk that is being used was licensed on-premises.VirtualMachineScaleSetVMPropertiesInnerwithNetworkProfile(NetworkProfile networkProfile)Set the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachineScaleSetVMPropertiesInnerwithNetworkProfileConfiguration(VirtualMachineScaleSetVMNetworkProfileConfiguration networkProfileConfiguration)Set the networkProfileConfiguration property: Specifies the network profile configuration of the virtual machine.VirtualMachineScaleSetVMPropertiesInnerwithOsProfile(OSProfile osProfile)Set the osProfile property: Specifies the operating system settings for the virtual machine.VirtualMachineScaleSetVMPropertiesInnerwithProtectionPolicy(VirtualMachineScaleSetVMProtectionPolicy protectionPolicy)Set the protectionPolicy property: Specifies the protection policy of the virtual machine.VirtualMachineScaleSetVMPropertiesInnerwithSecurityProfile(SecurityProfile securityProfile)Set the securityProfile property: Specifies the Security related profile settings for the virtual machine.VirtualMachineScaleSetVMPropertiesInnerwithStorageProfile(StorageProfile storageProfile)Set the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachineScaleSetVMPropertiesInnerwithUserData(String userData)Set the userData property: UserData for the VM, which must be base-64 encoded.
-
-
-
Method Detail
-
latestModelApplied
public Boolean latestModelApplied()
Get the latestModelApplied property: Specifies whether the latest model has been applied to the virtual machine.- Returns:
- the latestModelApplied value.
-
vmId
public String vmId()
Get the vmId property: Azure VM unique ID.- Returns:
- the vmId value.
-
instanceView
public VirtualMachineScaleSetVMInstanceViewInner instanceView()
Get the instanceView property: The virtual machine instance view.- Returns:
- the instanceView value.
-
hardwareProfile
public HardwareProfile hardwareProfile()
Get the hardwareProfile property: Specifies the hardware settings for the virtual machine.- Returns:
- the hardwareProfile value.
-
withHardwareProfile
public VirtualMachineScaleSetVMPropertiesInner withHardwareProfile(HardwareProfile hardwareProfile)
Set the hardwareProfile property: Specifies the hardware settings for the virtual machine.- Parameters:
hardwareProfile- the hardwareProfile value to set.- Returns:
- the VirtualMachineScaleSetVMPropertiesInner object itself.
-
storageProfile
public StorageProfile storageProfile()
Get the storageProfile property: Specifies the storage settings for the virtual machine disks.- Returns:
- the storageProfile value.
-
withStorageProfile
public VirtualMachineScaleSetVMPropertiesInner withStorageProfile(StorageProfile storageProfile)
Set the storageProfile property: Specifies the storage settings for the virtual machine disks.- Parameters:
storageProfile- the storageProfile value to set.- Returns:
- the VirtualMachineScaleSetVMPropertiesInner object itself.
-
additionalCapabilities
public AdditionalCapabilities additionalCapabilities()
Get the additionalCapabilities property: Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with UltraSSD_LRS storage account type.- Returns:
- the additionalCapabilities value.
-
withAdditionalCapabilities
public VirtualMachineScaleSetVMPropertiesInner withAdditionalCapabilities(AdditionalCapabilities additionalCapabilities)
Set the additionalCapabilities property: Specifies additional capabilities enabled or disabled on the virtual machine in the scale set. For instance: whether the virtual machine has the capability to support attaching managed data disks with UltraSSD_LRS storage account type.- Parameters:
additionalCapabilities- the additionalCapabilities value to set.- Returns:
- the VirtualMachineScaleSetVMPropertiesInner object itself.
-
osProfile
public OSProfile osProfile()
Get the osProfile property: Specifies the operating system settings for the virtual machine.- Returns:
- the osProfile value.
-
withOsProfile
public VirtualMachineScaleSetVMPropertiesInner withOsProfile(OSProfile osProfile)
Set the osProfile property: Specifies the operating system settings for the virtual machine.- Parameters:
osProfile- the osProfile value to set.- Returns:
- the VirtualMachineScaleSetVMPropertiesInner object itself.
-
securityProfile
public SecurityProfile securityProfile()
Get the securityProfile property: Specifies the Security related profile settings for the virtual machine.- Returns:
- the securityProfile value.
-
withSecurityProfile
public VirtualMachineScaleSetVMPropertiesInner withSecurityProfile(SecurityProfile securityProfile)
Set the securityProfile property: Specifies the Security related profile settings for the virtual machine.- Parameters:
securityProfile- the securityProfile value to set.- Returns:
- the VirtualMachineScaleSetVMPropertiesInner object itself.
-
networkProfile
public NetworkProfile networkProfile()
Get the networkProfile property: Specifies the network interfaces of the virtual machine.- Returns:
- the networkProfile value.
-
withNetworkProfile
public VirtualMachineScaleSetVMPropertiesInner withNetworkProfile(NetworkProfile networkProfile)
Set the networkProfile property: Specifies the network interfaces of the virtual machine.- Parameters:
networkProfile- the networkProfile value to set.- Returns:
- the VirtualMachineScaleSetVMPropertiesInner object itself.
-
networkProfileConfiguration
public VirtualMachineScaleSetVMNetworkProfileConfiguration networkProfileConfiguration()
Get the networkProfileConfiguration property: Specifies the network profile configuration of the virtual machine.- Returns:
- the networkProfileConfiguration value.
-
withNetworkProfileConfiguration
public VirtualMachineScaleSetVMPropertiesInner withNetworkProfileConfiguration(VirtualMachineScaleSetVMNetworkProfileConfiguration networkProfileConfiguration)
Set the networkProfileConfiguration property: Specifies the network profile configuration of the virtual machine.- Parameters:
networkProfileConfiguration- the networkProfileConfiguration value to set.- Returns:
- the VirtualMachineScaleSetVMPropertiesInner object itself.
-
diagnosticsProfile
public DiagnosticsProfile diagnosticsProfile()
Get the diagnosticsProfile property: Specifies the boot diagnostic settings state. <br><br>Minimum api-version: 2015-06-15.- Returns:
- the diagnosticsProfile value.
-
withDiagnosticsProfile
public VirtualMachineScaleSetVMPropertiesInner withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
Set the diagnosticsProfile property: Specifies the boot diagnostic settings state. <br><br>Minimum api-version: 2015-06-15.- Parameters:
diagnosticsProfile- the diagnosticsProfile value to set.- Returns:
- the VirtualMachineScaleSetVMPropertiesInner object itself.
-
availabilitySet
public com.azure.core.management.SubResource availabilitySet()
Get the availabilitySet property: Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview). <br><br> For more information on Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates) <br><br> Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set.- Returns:
- the availabilitySet value.
-
withAvailabilitySet
public VirtualMachineScaleSetVMPropertiesInner withAvailabilitySet(com.azure.core.management.SubResource availabilitySet)
Set the availabilitySet property: Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see [Availability sets overview](https://docs.microsoft.com/azure/virtual-machines/availability-set-overview). <br><br> For more information on Azure planned maintenance, see [Maintenance and updates for Virtual Machines in Azure](https://docs.microsoft.com/azure/virtual-machines/maintenance-and-updates) <br><br> Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set.- Parameters:
availabilitySet- the availabilitySet value to set.- Returns:
- the VirtualMachineScaleSetVMPropertiesInner object itself.
-
provisioningState
public String provisioningState()
Get the provisioningState property: The provisioning state, which only appears in the response.- Returns:
- the provisioningState value.
-
licenseType
public String licenseType()
Get the licenseType property: Specifies that the image or disk that is being used was licensed on-premises. <br><br> Possible values for Windows Server operating system are: <br><br> Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS (for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing) <br><br> [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux) <br><br> Minimum api-version: 2015-06-15.- Returns:
- the licenseType value.
-
withLicenseType
public VirtualMachineScaleSetVMPropertiesInner withLicenseType(String licenseType)
Set the licenseType property: Specifies that the image or disk that is being used was licensed on-premises. <br><br> Possible values for Windows Server operating system are: <br><br> Windows_Client <br><br> Windows_Server <br><br> Possible values for Linux Server operating system are: <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS (for SUSE) <br><br> For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing) <br><br> [Azure Hybrid Use Benefit for Linux Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux) <br><br> Minimum api-version: 2015-06-15.- Parameters:
licenseType- the licenseType value to set.- Returns:
- the VirtualMachineScaleSetVMPropertiesInner object itself.
-
modelDefinitionApplied
public String modelDefinitionApplied()
Get the modelDefinitionApplied property: Specifies whether the model applied to the virtual machine is the model of the virtual machine scale set or the customized model for the virtual machine.- Returns:
- the modelDefinitionApplied value.
-
protectionPolicy
public VirtualMachineScaleSetVMProtectionPolicy protectionPolicy()
Get the protectionPolicy property: Specifies the protection policy of the virtual machine.- Returns:
- the protectionPolicy value.
-
withProtectionPolicy
public VirtualMachineScaleSetVMPropertiesInner withProtectionPolicy(VirtualMachineScaleSetVMProtectionPolicy protectionPolicy)
Set the protectionPolicy property: Specifies the protection policy of the virtual machine.- Parameters:
protectionPolicy- the protectionPolicy value to set.- Returns:
- the VirtualMachineScaleSetVMPropertiesInner object itself.
-
userData
public String userData()
Get the userData property: UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. <br><br>Minimum api-version: 2021-03-01.- Returns:
- the userData value.
-
withUserData
public VirtualMachineScaleSetVMPropertiesInner withUserData(String userData)
Set the userData property: UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. <br><br>Minimum api-version: 2021-03-01.- Parameters:
userData- the userData value to set.- Returns:
- the VirtualMachineScaleSetVMPropertiesInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-