次の方法で共有


VirtualMachineScaleSetVMProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.VirtualMachineScaleSetVMProfile

public class VirtualMachineScaleSetVMProfile

Describes a virtual machine scale set virtual machine profile.

Method Summary

Modifier and Type Method and Description
DiagnosticsProfile diagnosticsProfile()

Get the diagnosticsProfile value.

VirtualMachineScaleSetExtensionProfile extensionProfile()

Get the extensionProfile value.

String licenseType()

Get the licenseType value.

VirtualMachineScaleSetNetworkProfile networkProfile()

Get the networkProfile value.

VirtualMachineScaleSetOSProfile osProfile()

Get the osProfile value.

VirtualMachineScaleSetStorageProfile storageProfile()

Get the storageProfile value.

VirtualMachineScaleSetVMProfile withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)

Set the diagnosticsProfile value.

VirtualMachineScaleSetVMProfile withExtensionProfile(VirtualMachineScaleSetExtensionProfile extensionProfile)

Set the extensionProfile value.

VirtualMachineScaleSetVMProfile withLicenseType(String licenseType)

Set the licenseType value.

VirtualMachineScaleSetVMProfile withNetworkProfile(VirtualMachineScaleSetNetworkProfile networkProfile)

Set the networkProfile value.

VirtualMachineScaleSetVMProfile withOsProfile(VirtualMachineScaleSetOSProfile osProfile)

Set the osProfile value.

VirtualMachineScaleSetVMProfile withStorageProfile(VirtualMachineScaleSetStorageProfile storageProfile)

Set the storageProfile value.

Method Details

diagnosticsProfile

public DiagnosticsProfile diagnosticsProfile()

Get the diagnosticsProfile value.

Returns:

the diagnosticsProfile value

extensionProfile

public VirtualMachineScaleSetExtensionProfile extensionProfile()

Get the extensionProfile value.

Returns:

the extensionProfile value

licenseType

public String licenseType()

Get the licenseType value.

Returns:

the licenseType value

networkProfile

public VirtualMachineScaleSetNetworkProfile networkProfile()

Get the networkProfile value.

Returns:

the networkProfile value

osProfile

public VirtualMachineScaleSetOSProfile osProfile()

Get the osProfile value.

Returns:

the osProfile value

storageProfile

public VirtualMachineScaleSetStorageProfile storageProfile()

Get the storageProfile value.

Returns:

the storageProfile value

withDiagnosticsProfile

public VirtualMachineScaleSetVMProfile withDiagnosticsProfile(DiagnosticsProfile diagnosticsProfile)

Set the diagnosticsProfile value.

Parameters:

diagnosticsProfile - the diagnosticsProfile value to set

Returns:

the VirtualMachineScaleSetVMProfile object itself.

withExtensionProfile

public VirtualMachineScaleSetVMProfile withExtensionProfile(VirtualMachineScaleSetExtensionProfile extensionProfile)

Set the extensionProfile value.

Parameters:

extensionProfile - the extensionProfile value to set

Returns:

the VirtualMachineScaleSetVMProfile object itself.

withLicenseType

public VirtualMachineScaleSetVMProfile withLicenseType(String licenseType)

Set the licenseType value.

Parameters:

licenseType - the licenseType value to set

Returns:

the VirtualMachineScaleSetVMProfile object itself.

withNetworkProfile

public VirtualMachineScaleSetVMProfile withNetworkProfile(VirtualMachineScaleSetNetworkProfile networkProfile)

Set the networkProfile value.

Parameters:

networkProfile - the networkProfile value to set

Returns:

the VirtualMachineScaleSetVMProfile object itself.

withOsProfile

public VirtualMachineScaleSetVMProfile withOsProfile(VirtualMachineScaleSetOSProfile osProfile)

Set the osProfile value.

Parameters:

osProfile - the osProfile value to set

Returns:

the VirtualMachineScaleSetVMProfile object itself.

withStorageProfile

public VirtualMachineScaleSetVMProfile withStorageProfile(VirtualMachineScaleSetStorageProfile storageProfile)

Set the storageProfile value.

Parameters:

storageProfile - the storageProfile value to set

Returns:

the VirtualMachineScaleSetVMProfile object itself.

Applies to