Package | Description |
---|---|
com.azure.resourcemanager.compute.fluent |
Package containing the service clients for ComputeManagementClient.
|
com.azure.resourcemanager.compute.fluent.models |
Package containing the inner data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SnapshotInner |
SnapshotsClient.createOrUpdate(String resourceGroupName,
String snapshotName,
SnapshotInner snapshot)
Creates or updates a snapshot.
|
SnapshotInner |
SnapshotsClient.createOrUpdate(String resourceGroupName,
String snapshotName,
SnapshotInner snapshot,
com.azure.core.util.Context context)
Creates or updates a snapshot.
|
SnapshotInner |
SnapshotsClient.getByResourceGroup(String resourceGroupName,
String snapshotName)
Gets information about 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.
|
Modifier and Type | Method and Description |
---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SnapshotInner>,SnapshotInner> |
SnapshotsClient.beginCreateOrUpdate(String resourceGroupName,
String snapshotName,
SnapshotInner snapshot)
Creates or updates a snapshot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SnapshotInner>,SnapshotInner> |
SnapshotsClient.beginCreateOrUpdate(String resourceGroupName,
String snapshotName,
SnapshotInner snapshot,
com.azure.core.util.Context context)
Creates or updates a snapshot.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SnapshotInner>,SnapshotInner> |
SnapshotsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String snapshotName,
SnapshotInner snapshot)
Creates or updates a snapshot.
|
SnapshotInner |
SnapshotsClient.createOrUpdate(String resourceGroupName,
String snapshotName,
SnapshotInner snapshot)
Creates or updates a snapshot.
|
SnapshotInner |
SnapshotsClient.createOrUpdate(String resourceGroupName,
String snapshotName,
SnapshotInner snapshot,
com.azure.core.util.Context context)
Creates or updates a snapshot.
|
Mono<SnapshotInner> |
SnapshotsClient.createOrUpdateAsync(String resourceGroupName,
String snapshotName,
SnapshotInner snapshot)
Creates or updates a snapshot.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
SnapshotsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String snapshotName,
SnapshotInner snapshot)
Creates or updates a snapshot.
|
Modifier and Type | Method and Description |
---|---|
SnapshotInner |
SnapshotInner.withCreationData(CreationData creationData)
Set the creationData property: Disk source information.
|
SnapshotInner |
SnapshotInner.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.
|
SnapshotInner |
SnapshotInner.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.
|
SnapshotInner |
SnapshotInner.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)
Set the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can
contain multiple encryption settings per disk or snapshot.
|
SnapshotInner |
SnapshotInner.withHyperVGeneration(HyperVGeneration hyperVGeneration)
Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.
|
SnapshotInner |
SnapshotInner.withIncremental(Boolean incremental)
Set the incremental property: Whether a snapshot is incremental.
|
SnapshotInner |
SnapshotInner.withOsType(OperatingSystemTypes osType)
Set the osType property: The Operating System type.
|
SnapshotInner |
SnapshotInner.withSku(SnapshotSku sku)
Set the sku property: The snapshots sku name.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.