public class VirtualMachineScaleSetVMProfile extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetVMProfile() |
public VirtualMachineScaleSetOSProfile osProfile()
public VirtualMachineScaleSetVMProfile withOsProfile(VirtualMachineScaleSetOSProfile osProfile)
osProfile - the osProfile value to setpublic VirtualMachineScaleSetStorageProfile storageProfile()
public VirtualMachineScaleSetVMProfile withStorageProfile(VirtualMachineScaleSetStorageProfile storageProfile)
storageProfile - the storageProfile value to setpublic VirtualMachineScaleSetNetworkProfile networkProfile()
public VirtualMachineScaleSetVMProfile withNetworkProfile(VirtualMachineScaleSetNetworkProfile networkProfile)
networkProfile - the networkProfile value to setpublic DiagnosticsProfile diagnosticsProfile()
public VirtualMachineScaleSetVMProfile withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)
diagnosticsProfile - the diagnosticsProfile value to setpublic VirtualMachineScaleSetExtensionProfile extensionProfile()
public VirtualMachineScaleSetVMProfile withExtensionProfile(VirtualMachineScaleSetExtensionProfile extensionProfile)
extensionProfile - the extensionProfile value to setpublic String licenseType()
public VirtualMachineScaleSetVMProfile 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.
*/