GetVirtualMachineScaleSetVMResult

data class GetVirtualMachineScaleSetVMResult(val additionalCapabilities: AdditionalCapabilitiesResponse? = null, val availabilitySet: SubResourceResponse? = null, val azureApiVersion: String, val diagnosticsProfile: DiagnosticsProfileResponse? = null, val etag: String, val hardwareProfile: HardwareProfileResponse? = null, val id: String, val identity: VirtualMachineIdentityResponse? = null, val instanceId: String, val instanceView: VirtualMachineScaleSetVMInstanceViewResponse, val latestModelApplied: Boolean, val licenseType: String? = null, val location: String, val modelDefinitionApplied: String, val name: String, val networkProfile: NetworkProfileResponse? = null, val networkProfileConfiguration: VirtualMachineScaleSetVMNetworkProfileConfigurationResponse? = null, val osProfile: OSProfileResponse? = null, val plan: PlanResponse? = null, val protectionPolicy: VirtualMachineScaleSetVMProtectionPolicyResponse? = null, val provisioningState: String, val resilientVMDeletionStatus: String? = null, val resources: List<VirtualMachineExtensionResponse>, val securityProfile: SecurityProfileResponse? = null, val sku: SkuResponse, val storageProfile: StorageProfileResponse? = null, val tags: Map<String, String>? = null, val timeCreated: String, val type: String, val userData: String? = null, val vmId: String, val zones: List<String>)

Describes a virtual machine scale set virtual machine.

Constructors

Link copied to clipboard
constructor(additionalCapabilities: AdditionalCapabilitiesResponse? = null, availabilitySet: SubResourceResponse? = null, azureApiVersion: String, diagnosticsProfile: DiagnosticsProfileResponse? = null, etag: String, hardwareProfile: HardwareProfileResponse? = null, id: String, identity: VirtualMachineIdentityResponse? = null, instanceId: String, instanceView: VirtualMachineScaleSetVMInstanceViewResponse, latestModelApplied: Boolean, licenseType: String? = null, location: String, modelDefinitionApplied: String, name: String, networkProfile: NetworkProfileResponse? = null, networkProfileConfiguration: VirtualMachineScaleSetVMNetworkProfileConfigurationResponse? = null, osProfile: OSProfileResponse? = null, plan: PlanResponse? = null, protectionPolicy: VirtualMachineScaleSetVMProtectionPolicyResponse? = null, provisioningState: String, resilientVMDeletionStatus: String? = null, resources: List<VirtualMachineExtensionResponse>, securityProfile: SecurityProfileResponse? = null, sku: SkuResponse, storageProfile: StorageProfileResponse? = null, tags: Map<String, String>? = null, timeCreated: String, type: String, userData: String? = null, vmId: String, zones: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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. For more information on Azure planned maintenance, see Maintenance and updates for Virtual Machines in Azure. Currently, a VM can only be added to availability set at creation time. An existing VM cannot be added to an availability set.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.

Link copied to clipboard

Etag is property returned in Update/Get response of the VMSS VM, so that customer can supply it in the header to ensure optimistic updates.

Link copied to clipboard

Specifies the hardware settings for the virtual machine.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

The identity of the virtual machine, if configured.

Link copied to clipboard

The virtual machine instance ID.

Link copied to clipboard

The virtual machine instance view.

Link copied to clipboard

Specifies whether the latest model has been applied to the virtual machine.

Link copied to clipboard
val licenseType: String? = null

Specifies that the image or disk that is being used was licensed on-premises.

Possible values for Windows Server operating system are:

Windows_Client

Windows_Server

Possible values for Linux Server operating system are:

RHEL_BYOS (for RHEL)

SLES_BYOS (for SUSE)

For more information, see Azure Hybrid Use Benefit for Windows Server

Azure Hybrid Use Benefit for Linux Server

Minimum api-version: 2015-06-15

Link copied to clipboard

Resource location

Link copied to clipboard

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.

Link copied to clipboard

Resource name

Link copied to clipboard

Specifies the network interfaces of the virtual machine.

Link copied to clipboard

Specifies the network profile configuration of the virtual machine.

Link copied to clipboard

Specifies the operating system settings for the virtual machine.

Link copied to clipboard
val plan: PlanResponse? = null

Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save.

Link copied to clipboard

Specifies the protection policy of the virtual machine.

Link copied to clipboard

The provisioning state, which only appears in the response.

Link copied to clipboard

Specifies the resilient VM deletion status for the virtual machine.

Link copied to clipboard

The virtual machine child extension resources.

Link copied to clipboard

Specifies the Security related profile settings for the virtual machine.

Link copied to clipboard

The virtual machine SKU.

Link copied to clipboard

Specifies the storage settings for the virtual machine disks.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Specifies the time at which the Virtual Machine resource was created. Minimum api-version: 2021-11-01.

Link copied to clipboard

Resource type

Link copied to clipboard
val userData: String? = null

UserData for the VM, which must be base-64 encoded. Customer should not pass any secrets in here. Minimum api-version: 2021-03-01

Link copied to clipboard

Azure VM unique ID.

Link copied to clipboard

The virtual machine zones.