Get Volume Result
data class GetVolumeResult(val accountName: String, val dataProtectionBackupPolicies: List<GetVolumeDataProtectionBackupPolicy>, val dataProtectionReplications: List<GetVolumeDataProtectionReplication>, val encryptionKeySource: String, val id: String, val keyVaultPrivateEndpointId: String, val location: String, val mountIpAddresses: List<String>, val name: String, val networkFeatures: String, val poolName: String, val protocols: List<String>, val resourceGroupName: String, val securityStyle: String? = null, val serviceLevel: String, val smbAccessBasedEnumerationEnabled: Boolean, val smbNonBrowsableEnabled: Boolean, val storageQuotaInGb: Int, val subnetId: String, val volumePath: String, val zone: String)
A collection of values returned by getVolume.
Constructors
Link copied to clipboard
constructor(accountName: String, dataProtectionBackupPolicies: List<GetVolumeDataProtectionBackupPolicy>, dataProtectionReplications: List<GetVolumeDataProtectionReplication>, encryptionKeySource: String, id: String, keyVaultPrivateEndpointId: String, location: String, mountIpAddresses: List<String>, name: String, networkFeatures: String, poolName: String, protocols: List<String>, resourceGroupName: String, securityStyle: String? = null, serviceLevel: String, smbAccessBasedEnumerationEnabled: Boolean, smbNonBrowsableEnabled: Boolean, storageQuotaInGb: Int, subnetId: String, volumePath: String, zone: String)
Properties
Link copied to clipboard
Link copied to clipboard
A data protecion backup policy block
Link copied to clipboard
Volume data protection replication block
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A list of IPv4 Addresses which should be used to mount the volume.
Link copied to clipboard
Network features in use Basic
or Standard
.
Link copied to clipboard
Link copied to clipboard
Volume security style
Link copied to clipboard
The service level of the file system.
Link copied to clipboard
Limits enumeration of files and folders (that is, listing the contents) in SMB only to users with allowed access on the share.
Link copied to clipboard
Limits clients from browsing for an SMB share.
Link copied to clipboard
The maximum Storage Quota in Gigabytes allowed for a file system.
Link copied to clipboard
The unique file path of the volume.