Get Volume Result
data class GetVolumeResult(val accountName: String, 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
fun GetVolumeResult(accountName: String, 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)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard