Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetVMProfile
Packages that use VirtualMachineScaleSetVMProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetVMProfile in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return VirtualMachineScaleSetVMProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.withBillingProfile(BillingProfile billingProfile) Set specifies the billing related details of a Azure Spot VMSS.VirtualMachineScaleSetVMProfile.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile) Set specifies the boot diagnostic settings state.VirtualMachineScaleSetVMProfile.withEvictionPolicy(VirtualMachineEvictionPolicyTypes evictionPolicy) Set specifies the eviction policy for the Azure Spot virtual machine and Azure Spot scale set.VirtualMachineScaleSetVMProfile.withExtensionProfile(VirtualMachineScaleSetExtensionProfile extensionProfile) Set specifies a collection of settings for extensions installed on virtual machines in the scale set.VirtualMachineScaleSetVMProfile.withLicenseType(String licenseType) Set specifies that the image or disk that is being used was licensed on-premises.VirtualMachineScaleSetVMProfile.withNetworkProfile(VirtualMachineScaleSetNetworkProfile networkProfile) Set specifies properties of the network interfaces of the virtual machines in the scale set.VirtualMachineScaleSetVMProfile.withOsProfile(VirtualMachineScaleSetOSProfile osProfile) Set specifies the operating system settings for the virtual machines in the scale set.VirtualMachineScaleSetVMProfile.withPriority(VirtualMachinePriorityTypes priority) Set specifies the priority for the virtual machines in the scale set.VirtualMachineScaleSetVMProfile.withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile) Set specifies Scheduled Event related configurations.VirtualMachineScaleSetVMProfile.withSecurityProfile(SecurityProfile securityProfile) Set specifies the Security related profile settings for the virtual machines in the scale set.VirtualMachineScaleSetVMProfile.withStorageProfile(VirtualMachineScaleSetStorageProfile storageProfile) Set specifies the storage settings for the virtual machine disks.