Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
CreationData |
CreationData.withCreateOption(DiskCreateOption createOption)
Set this enumerates the possible sources of a disk's creation.
|
CreationData |
CreationData.withImageReference(ImageDiskReference imageReference)
Set disk source information.
|
CreationData |
CreationData.withSourceResourceId(String sourceResourceId)
Set if createOption is Copy, this is the ARM id of the source snapshot or disk.
|
CreationData |
CreationData.withSourceUri(String sourceUri)
Set if createOption is Import, this is the URI of a blob to be imported into a managed disk.
|
CreationData |
CreationData.withStorageAccountId(String storageAccountId)
Set if createOption is Import, the Azure Resource Manager identifier of the storage account containing the blob to import as a disk.
|
Constructor and Description |
---|
CreationSource(CreationData creationData)
Creates DiskSource.
|
Copyright © 2019. All rights reserved.