Uses of Class
com.microsoft.azure.management.compute.VirtualMachineScaleSetUpdateVMProfile
Packages that use VirtualMachineScaleSetUpdateVMProfile
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetUpdateVMProfile in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return VirtualMachineScaleSetUpdateVMProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.virtualMachineProfile()Get the virtual machine profile.VirtualMachineScaleSetUpdateVMProfile.withBillingProfile(BillingProfile billingProfile) Set specifies the billing related details of a Azure Spot VMSS.VirtualMachineScaleSetUpdateVMProfile.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile) Set the virtual machine scale set diagnostics profile.VirtualMachineScaleSetUpdateVMProfile.withExtensionProfile(VirtualMachineScaleSetExtensionProfile extensionProfile) Set the virtual machine scale set extension profile.VirtualMachineScaleSetUpdateVMProfile.withLicenseType(String licenseType) Set the license type, which is for bring your own license scenario.VirtualMachineScaleSetUpdateVMProfile.withNetworkProfile(VirtualMachineScaleSetUpdateNetworkProfile networkProfile) Set the virtual machine scale set network profile.VirtualMachineScaleSetUpdateVMProfile.withOsProfile(VirtualMachineScaleSetUpdateOSProfile osProfile) Set the virtual machine scale set OS profile.VirtualMachineScaleSetUpdateVMProfile.withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile) Set specifies Scheduled Event related configurations.VirtualMachineScaleSetUpdateVMProfile.withSecurityProfile(SecurityProfile securityProfile) Set the virtual machine scale set Security profile.VirtualMachineScaleSetUpdateVMProfile.withStorageProfile(VirtualMachineScaleSetUpdateStorageProfile storageProfile) Set the virtual machine scale set storage profile.Methods in com.microsoft.azure.management.compute with parameters of type VirtualMachineScaleSetUpdateVMProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.withVirtualMachineProfile(VirtualMachineScaleSetUpdateVMProfile virtualMachineProfile) Set the virtual machine profile.