VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withApplicationProfile(ApplicationProfile applicationProfile) |
Set the applicationProfile property: Specifies the gallery applications that should be made available to the
VM/VMSS.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withBillingProfile(BillingProfile billingProfile) |
Set the billingProfile property: Specifies the billing related details of a Azure Spot VMSS.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withCapacityReservation(CapacityReservationProfile capacityReservation) |
Set the capacityReservation property: Specifies the capacity reservation related details of a scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile) |
Set the diagnosticsProfile property: Specifies the boot diagnostic settings state.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withEvictionPolicy(VirtualMachineEvictionPolicyTypes evictionPolicy) |
Set the evictionPolicy property: Specifies the eviction policy for the Azure Spot virtual machine and Azure Spot
scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withExtensionProfile(VirtualMachineScaleSetExtensionProfile extensionProfile) |
Set the extensionProfile property: Specifies a collection of settings for extensions installed on virtual
machines in the scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withHardwareProfile(VirtualMachineScaleSetHardwareProfile hardwareProfile) |
Set the hardwareProfile property: Specifies the hardware profile related details of a scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withLicenseType(String licenseType) |
Set the licenseType property: Specifies that the image or disk that is being used was licensed on-premises.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withNetworkProfile(VirtualMachineScaleSetNetworkProfile networkProfile) |
Set the networkProfile property: Specifies properties of the network interfaces of the virtual machines in the
scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withOsProfile(VirtualMachineScaleSetOSProfile osProfile) |
Set the osProfile property: Specifies the operating system settings for the virtual machines in the scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withPriority(VirtualMachinePriorityTypes priority) |
Set the priority property: Specifies the priority for the virtual machines in the scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withScheduledEventsProfile(ScheduledEventsProfile scheduledEventsProfile) |
Set the scheduledEventsProfile property: Specifies Scheduled Event related configurations.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withSecurityProfile(SecurityProfile securityProfile) |
Set the securityProfile property: Specifies the Security related profile settings for the virtual machines in the
scale set.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withStorageProfile(VirtualMachineScaleSetStorageProfile storageProfile) |
Set the storageProfile property: Specifies the storage settings for the virtual machine disks.
|
VirtualMachineScaleSetVMProfile |
VirtualMachineScaleSetVMProfile.withUserData(String userData) |
Set the userData property: UserData for the virtual machines in the scale set, which must be base-64 encoded.
|