Uses of Class
com.azure.resourcemanager.compute.models.SnapshotUpdate
-
Packages that use SnapshotUpdate 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. -
-
Uses of SnapshotUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type SnapshotUpdate Modifier and Type Method 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.SnapshotInnerSnapshotsClient. update(String resourceGroupName, String snapshotName, SnapshotUpdate snapshot)Updates (patches) a snapshot.SnapshotInnerSnapshotsClient. 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. -
Uses of SnapshotUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return SnapshotUpdate Modifier and Type Method Description SnapshotUpdateSnapshotUpdate. withDataAccessAuthMode(DataAccessAuthMode dataAccessAuthMode)Set the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.SnapshotUpdateSnapshotUpdate. withDiskAccessId(String diskAccessId)Set the diskAccessId property: ARM id of the DiskAccess resource for using private endpoints on disks.SnapshotUpdateSnapshotUpdate. 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.SnapshotUpdateSnapshotUpdate. 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.SnapshotUpdateSnapshotUpdate. withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection)Set the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.SnapshotUpdateSnapshotUpdate. withNetworkAccessPolicy(NetworkAccessPolicy networkAccessPolicy)Set the networkAccessPolicy property: Policy for accessing the disk via network.SnapshotUpdateSnapshotUpdate. withOsType(OperatingSystemTypes osType)Set the osType property: the Operating System type.SnapshotUpdateSnapshotUpdate. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)Set the publicNetworkAccess property: Policy for controlling export on the disk.SnapshotUpdateSnapshotUpdate. withSku(SnapshotSku sku)Set the sku property: The snapshots sku name.SnapshotUpdateSnapshotUpdate. withSupportedCapabilities(SupportedCapabilities supportedCapabilities)Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.SnapshotUpdateSnapshotUpdate. withSupportsHibernation(Boolean supportsHibernation)Set the supportsHibernation property: Indicates the OS on a snapshot supports hibernation.SnapshotUpdateSnapshotUpdate. withTags(Map<String,String> tags)Set the tags property: Resource tags.
-