VolumeArgs

constructor(accountName: Output<String>? = null, backupId: Output<String>? = null, creationToken: Output<String>? = null, dataProtection: Output<VolumePropertiesDataProtectionArgs>? = null, encryptionKeySource: Output<String>? = null, exportPolicy: Output<VolumePropertiesExportPolicyArgs>? = null, isRestoring: Output<Boolean>? = null, kerberosEnabled: Output<Boolean>? = null, ldapEnabled: Output<Boolean>? = null, location: Output<String>? = null, poolName: Output<String>? = null, protocolTypes: Output<List<String>>? = null, resourceGroupName: Output<String>? = null, securityStyle: Output<Either<String, SecurityStyle>>? = null, serviceLevel: Output<Either<String, ServiceLevel>>? = null, smbContinuouslyAvailable: Output<Boolean>? = null, smbEncryption: Output<Boolean>? = null, snapshotDirectoryVisible: Output<Boolean>? = null, snapshotId: Output<String>? = null, subnetId: Output<String>? = null, tags: Output<Map<String, String>>? = null, throughputMibps: Output<Double>? = null, usageThreshold: Output<Double>? = null, volumeName: Output<String>? = null, volumeType: Output<String>? = null)