Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineScaleSetVMPropertiesInner
Packages that use VirtualMachineScaleSetVMPropertiesInner
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetVMPropertiesInner in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type VirtualMachineScaleSetVMPropertiesInnerModifier and TypeClassDescriptionfinal classDescribes the properties of a virtual machine scale set virtual machine.Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineScaleSetVMPropertiesInnerModifier and TypeMethodDescriptionVirtualMachineScaleSetVMPropertiesInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetVMPropertiesInner from the JsonReader.VirtualMachineScaleSetVMPropertiesInner.withAdditionalCapabilities(AdditionalCapabilities additionalCapabilities) Set the additionalCapabilities property: Specifies additional capabilities enabled or disabled on the virtual machine in the scale set.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.VirtualMachineScaleSetVMPropertiesInner.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile) Set the diagnosticsProfile property: Specifies the boot diagnostic settings state.VirtualMachineScaleSetVMPropertiesInner.withHardwareProfile(HardwareProfile hardwareProfile) Set the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachineScaleSetVMPropertiesInner.withLicenseType(String licenseType) Set the licenseType property: Specifies that the image or disk that is being used was licensed on-premises.VirtualMachineScaleSetVMPropertiesInner.withNetworkProfile(NetworkProfile networkProfile) Set the networkProfile property: Specifies the network interfaces of the virtual machine.VirtualMachineScaleSetVMPropertiesInner.withNetworkProfileConfiguration(VirtualMachineScaleSetVMNetworkProfileConfiguration networkProfileConfiguration) Set the networkProfileConfiguration property: Specifies the network profile configuration of the virtual machine.VirtualMachineScaleSetVMPropertiesInner.withOsProfile(OSProfile osProfile) Set the osProfile property: Specifies the operating system settings for the virtual machine.VirtualMachineScaleSetVMPropertiesInner.withProtectionPolicy(VirtualMachineScaleSetVMProtectionPolicy protectionPolicy) Set the protectionPolicy property: Specifies the protection policy of the virtual machine.VirtualMachineScaleSetVMPropertiesInner.withResilientVMDeletionStatus(ResilientVMDeletionStatus resilientVMDeletionStatus) Set the resilientVMDeletionStatus property: Specifies the resilient VM deletion status for the virtual machine.VirtualMachineScaleSetVMPropertiesInner.withSecurityProfile(SecurityProfile securityProfile) Set the securityProfile property: Specifies the Security related profile settings for the virtual machine.VirtualMachineScaleSetVMPropertiesInner.withStorageProfile(StorageProfile storageProfile) Set the storageProfile property: Specifies the storage settings for the virtual machine disks.VirtualMachineScaleSetVMPropertiesInner.withUserData(String userData) Set the userData property: UserData for the VM, which must be base-64 encoded.