Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ImageReference |
KnownLinuxVirtualMachineImage.imageReference() |
ImageReference |
VirtualMachineScaleSetStorageProfile.imageReference()
Get specifies information about the image to use.
|
ImageReference |
KnownWindowsVirtualMachineImage.imageReference() |
ImageReference |
StorageProfile.imageReference()
Get specifies information about the image to use.
|
ImageReference |
VirtualMachineImage.imageReference() |
ImageReference |
VirtualMachineScaleSetUpdateStorageProfile.imageReference()
Get the image reference.
|
ImageReference |
VirtualMachineScaleSetVM.platformImageReference() |
ImageReference |
UpgradeOperationHistoricalStatusInfoProperties.targetImageReference()
Get image Reference details.
|
ImageReference |
ImageReference.withOffer(String offer)
Set specifies the offer of the platform image or marketplace image used to create the virtual machine.
|
ImageReference |
ImageReference.withPublisher(String publisher)
Set the image publisher.
|
ImageReference |
ImageReference.withSku(String sku)
Set the image SKU.
|
ImageReference |
ImageReference.withVersion(String version)
Set specifies the version of the platform image or marketplace image used to create the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetStorageProfile |
VirtualMachineScaleSetStorageProfile.withImageReference(ImageReference imageReference)
Set specifies information about the image to use.
|
StorageProfile |
StorageProfile.withImageReference(ImageReference imageReference)
Set specifies information about the image to use.
|
VirtualMachineScaleSetUpdateStorageProfile |
VirtualMachineScaleSetUpdateStorageProfile.withImageReference(ImageReference imageReference)
Set the image reference.
|
VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged |
VirtualMachine.DefinitionStages.WithOS.withSpecificLinuxImageVersion(ImageReference imageReference)
Specifies a version of a market-place Linux image to be used as the virtual machine's OS.
|
VirtualMachineScaleSet.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged |
VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecificLinuxImageVersion(ImageReference imageReference)
Specifies the specific version of a market-place Linux image that should be used.
|
VirtualMachine.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged |
VirtualMachine.DefinitionStages.WithOS.withSpecificWindowsImageVersion(ImageReference imageReference)
Specifies a version of a marketplace Windows image to be used as the virtual machine's OS.
|
VirtualMachineScaleSet.DefinitionStages.WithWindowsAdminUsernameManagedOrUnmanaged |
VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecificWindowsImageVersion(ImageReference imageReference)
Specifies the specific version of a marketplace Windows image needs to be used.
|
Copyright © 2019. All rights reserved.