Uses of Class
com.azure.resourcemanager.compute.fluent.models.SnapshotUpdateProperties
Packages that use SnapshotUpdateProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of SnapshotUpdateProperties in com.azure.resourcemanager.compute.fluent.models
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type SnapshotUpdatePropertiesModifier and TypeClassDescriptionfinal classSnapshot resource update properties.Methods in com.azure.resourcemanager.compute.fluent.models that return SnapshotUpdatePropertiesModifier and TypeMethodDescriptionstatic SnapshotUpdatePropertiesSnapshotUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SnapshotUpdateProperties from the JsonReader.SnapshotUpdateProperties.withDataAccessAuthMode(DataAccessAuthMode dataAccessAuthMode) Set the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.SnapshotUpdateProperties.withDiskAccessId(String diskAccessId) Set the diskAccessId property: ARM id of the DiskAccess resource for using private endpoints on disks.SnapshotUpdateProperties.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.SnapshotUpdateProperties.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.SnapshotUpdateProperties.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection) Set the encryptionSettingsCollection property: Encryption settings collection used be Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.SnapshotUpdateProperties.withNetworkAccessPolicy(NetworkAccessPolicy networkAccessPolicy) Set the networkAccessPolicy property: Policy for accessing the disk via network.SnapshotUpdateProperties.withOsType(OperatingSystemTypes osType) Set the osType property: the Operating System type.SnapshotUpdateProperties.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Policy for controlling export on the disk.SnapshotUpdateProperties.withSupportedCapabilities(SupportedCapabilities supportedCapabilities) Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.SnapshotUpdateProperties.withSupportsHibernation(Boolean supportsHibernation) Set the supportsHibernation property: Indicates the OS on a snapshot supports hibernation.