Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
CreationData |
SnapshotInner.creationData()
Get the creationData property: Disk source information.
|
CreationData |
DiskInner.creationData()
Get the creationData property: Disk source information.
|
Modifier and Type | Method and Description |
---|---|
SnapshotInner |
SnapshotInner.withCreationData(CreationData creationData)
Set the creationData property: Disk source information.
|
DiskInner |
DiskInner.withCreationData(CreationData creationData)
Set the creationData property: Disk source information.
|
Modifier and Type | Method and Description |
---|---|
CreationData |
CreationData.withCreateOption(DiskCreateOption createOption)
Set the createOption property: This enumerates the possible sources of a disk's creation.
|
CreationData |
CreationData.withGalleryImageReference(ImageDiskReference galleryImageReference)
Set the galleryImageReference property: Required if creating from a Gallery Image.
|
CreationData |
CreationData.withImageReference(ImageDiskReference imageReference)
Set the imageReference property: Disk source information.
|
CreationData |
CreationData.withSourceResourceId(String sourceResourceId)
Set the sourceResourceId property: If createOption is Copy, this is the ARM id of the source snapshot or disk.
|
CreationData |
CreationData.withSourceUri(String sourceUri)
Set the sourceUri property: If createOption is Import, this is the URI of a blob to be imported into a managed
disk.
|
CreationData |
CreationData.withStorageAccountId(String storageAccountId)
Set the storageAccountId property: Required if createOption is Import.
|
CreationData |
CreationData.withUploadSizeBytes(Long uploadSizeBytes)
Set the uploadSizeBytes property: If createOption is Upload, this is the size of the contents of the upload
including the VHD footer.
|
Constructor and Description |
---|
CreationSource(CreationData creationData)
Creates DiskSource.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.