VirtualMachineScaleSetUpdateVMProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualMachineScaleSetUpdateVMProfile
- com.
public class VirtualMachineScaleSetUpdateVMProfile
Describes a virtual machine scale set virtual machine profile.
Method Summary
Method Details
diagnosticsProfile
public DiagnosticsProfile diagnosticsProfile()
Get the diagnosticsProfile value.
Returns:
extensionProfile
public VirtualMachineScaleSetExtensionProfile extensionProfile()
Get the extensionProfile value.
Returns:
licenseType
public String licenseType()
Get the licenseType value.
Returns:
networkProfile
public VirtualMachineScaleSetUpdateNetworkProfile networkProfile()
Get the networkProfile value.
Returns:
osProfile
public VirtualMachineScaleSetUpdateOSProfile osProfile()
Get the osProfile value.
Returns:
storageProfile
public VirtualMachineScaleSetUpdateStorageProfile storageProfile()
Get the storageProfile value.
Returns:
withDiagnosticsProfile
public VirtualMachineScaleSetUpdateVMProfile withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
Set the diagnosticsProfile value.
Parameters:
Returns:
withExtensionProfile
public VirtualMachineScaleSetUpdateVMProfile withExtensionProfile(VirtualMachineScaleSetExtensionProfile extensionProfile)
Set the extensionProfile value.
Parameters:
Returns:
withLicenseType
public VirtualMachineScaleSetUpdateVMProfile withLicenseType(String licenseType)
Set the licenseType value.
Parameters:
Returns:
withNetworkProfile
public VirtualMachineScaleSetUpdateVMProfile withNetworkProfile(VirtualMachineScaleSetUpdateNetworkProfile networkProfile)
Set the networkProfile value.
Parameters:
Returns:
withOsProfile
public VirtualMachineScaleSetUpdateVMProfile withOsProfile(VirtualMachineScaleSetUpdateOSProfile osProfile)
Set the osProfile value.
Parameters:
Returns:
withStorageProfile
public VirtualMachineScaleSetUpdateVMProfile withStorageProfile(VirtualMachineScaleSetUpdateStorageProfile storageProfile)
Set the storageProfile value.
Parameters:
Returns:
Applies to
Azure SDK for Java