Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SnapshotInner>,SnapshotInner> |
SnapshotsClient.beginUpdate(String resourceGroupName,
String snapshotName,
SnapshotUpdate snapshot)
Updates (patches) a snapshot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SnapshotInner>,SnapshotInner> |
SnapshotsClient.beginUpdate(String resourceGroupName,
String snapshotName,
SnapshotUpdate snapshot,
com.azure.core.util.Context context)
Updates (patches) a snapshot.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SnapshotInner>,SnapshotInner> |
SnapshotsClient.beginUpdateAsync(String resourceGroupName,
String snapshotName,
SnapshotUpdate snapshot)
Updates (patches) a snapshot.
|
SnapshotInner |
SnapshotsClient.update(String resourceGroupName,
String snapshotName,
SnapshotUpdate snapshot)
Updates (patches) a snapshot.
|
SnapshotInner |
SnapshotsClient.update(String resourceGroupName,
String snapshotName,
SnapshotUpdate snapshot,
com.azure.core.util.Context context)
Updates (patches) a snapshot.
|
Mono<SnapshotInner> |
SnapshotsClient.updateAsync(String resourceGroupName,
String snapshotName,
SnapshotUpdate snapshot)
Updates (patches) a snapshot.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
SnapshotsClient.updateWithResponseAsync(String resourceGroupName,
String snapshotName,
SnapshotUpdate snapshot)
Updates (patches) a snapshot.
|
Modifier and Type | Method and Description |
---|---|
SnapshotUpdate |
SnapshotUpdate.withDiskSizeGB(Integer diskSizeGB)
Set the diskSizeGB property: If creationData.createOption is Empty, this field is mandatory and it indicates the
size of the disk to create.
|
SnapshotUpdate |
SnapshotUpdate.withEncryption(Encryption encryption)
Set the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys
or platform managed keys.
|
SnapshotUpdate |
SnapshotUpdate.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)
Set the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can
contain multiple encryption settings per disk or snapshot.
|
SnapshotUpdate |
SnapshotUpdate.withOsType(OperatingSystemTypes osType)
Set the osType property: the Operating System type.
|
SnapshotUpdate |
SnapshotUpdate.withSku(SnapshotSku sku)
Set the sku property: The snapshots sku name.
|
SnapshotUpdate |
SnapshotUpdate.withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.