Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ImageReference |
VirtualMachineScaleSetStorageProfile.imageReference()
Get the imageReference property: Specifies information about the image to use.
|
ImageReference |
VirtualMachineImage.imageReference() |
ImageReference |
StorageProfile.imageReference()
Get the imageReference property: Specifies information about the image to use.
|
ImageReference |
KnownWindowsVirtualMachineImage.imageReference() |
ImageReference |
KnownLinuxVirtualMachineImage.imageReference() |
ImageReference |
VirtualMachineScaleSetUpdateStorageProfile.imageReference()
Get the imageReference property: The image reference.
|
ImageReference |
VirtualMachineScaleSetVM.platformImageReference() |
ImageReference |
UpgradeOperationHistoricalStatusInfoProperties.targetImageReference()
Get the targetImageReference property: Image Reference details.
|
ImageReference |
ImageReference.withOffer(String offer)
Set the offer property: Specifies the offer of the platform image or marketplace image used to create the virtual
machine.
|
ImageReference |
ImageReference.withPublisher(String publisher)
Set the publisher property: The image publisher.
|
ImageReference |
ImageReference.withSku(String sku)
Set the sku property: The image SKU.
|
ImageReference |
ImageReference.withVersion(String version)
Set the version property: 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 the imageReference property: Specifies information about the image to use.
|
StorageProfile |
StorageProfile.withImageReference(ImageReference imageReference)
Set the imageReference property: Specifies information about the image to use.
|
VirtualMachineScaleSetUpdateStorageProfile |
VirtualMachineScaleSetUpdateStorageProfile.withImageReference(ImageReference imageReference)
Set the imageReference property: The image reference.
|
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.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.WithWindowsAdminUsernameManagedOrUnmanaged |
VirtualMachineScaleSet.DefinitionStages.WithOS.withSpecificWindowsImageVersion(ImageReference imageReference)
Specifies the specific version of a marketplace Windows image needs to 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.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.