public class VirtualMachineScaleSetUpdateVMProfile extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetUpdateVMProfile() |
public VirtualMachineScaleSetUpdateVMProfile()
public VirtualMachineScaleSetUpdateOSProfile osProfile()
public VirtualMachineScaleSetUpdateVMProfile withOsProfile(VirtualMachineScaleSetUpdateOSProfile osProfile)
osProfile - the osProfile value to setpublic VirtualMachineScaleSetUpdateStorageProfile storageProfile()
public VirtualMachineScaleSetUpdateVMProfile withStorageProfile(VirtualMachineScaleSetUpdateStorageProfile storageProfile)
storageProfile - the storageProfile value to setpublic VirtualMachineScaleSetUpdateNetworkProfile networkProfile()
public VirtualMachineScaleSetUpdateVMProfile withNetworkProfile(VirtualMachineScaleSetUpdateNetworkProfile networkProfile)
networkProfile - the networkProfile value to setpublic DiagnosticsProfile diagnosticsProfile()
public VirtualMachineScaleSetUpdateVMProfile withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
diagnosticsProfile - the diagnosticsProfile value to setpublic VirtualMachineScaleSetExtensionProfile extensionProfile()
public VirtualMachineScaleSetUpdateVMProfile withExtensionProfile(VirtualMachineScaleSetExtensionProfile extensionProfile)
extensionProfile - the extensionProfile value to setpublic String licenseType()
public VirtualMachineScaleSetUpdateVMProfile withLicenseType(String licenseType)
licenseType - the licenseType value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/