Uses of Class
com.azure.resourcemanager.compute.models.SnapshotUpdate
Packages that use SnapshotUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of SnapshotUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type SnapshotUpdateModifier and TypeMethodDescriptioncom.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.SnapshotsClient.update(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot) Updates (patches) a snapshot.SnapshotsClient.update(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot, com.azure.core.util.Context context) Updates (patches) a snapshot.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. -
Uses of SnapshotUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SnapshotUpdateModifier and TypeMethodDescriptionSnapshotUpdate.withDataAccessAuthMode(DataAccessAuthMode dataAccessAuthMode) Set the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.SnapshotUpdate.withDiskAccessId(String diskAccessId) Set the diskAccessId property: ARM id of the DiskAccess resource for using private endpoints on disks.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.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.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.withNetworkAccessPolicy(NetworkAccessPolicy networkAccessPolicy) Set the networkAccessPolicy property: Policy for accessing the disk via network.SnapshotUpdate.withOsType(OperatingSystemTypes osType) Set the osType property: the Operating System type.SnapshotUpdate.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Policy for controlling export on the disk.SnapshotUpdate.withSku(SnapshotSku sku) Set the sku property: The snapshots sku name.SnapshotUpdate.withSupportedCapabilities(SupportedCapabilities supportedCapabilities) Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.SnapshotUpdate.withSupportsHibernation(Boolean supportsHibernation) Set the supportsHibernation property: Indicates the OS on a snapshot supports hibernation.Set the tags property: Resource tags.