Get Aml Filesystem Result
data class GetAmlFilesystemResult(val clientInfo: AmlFilesystemClientInfoResponse, val encryptionSettings: AmlFilesystemEncryptionSettingsResponse? = null, val filesystemSubnet: String, val health: AmlFilesystemHealthResponse, val hsm: AmlFilesystemResponseHsm? = null, val id: String, val identity: AmlFilesystemIdentityResponse? = null, val location: String, val maintenanceWindow: AmlFilesystemResponseMaintenanceWindow, val name: String, val provisioningState: String, val sku: SkuNameResponse? = null, val storageCapacityTiB: Double, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val throughputProvisionedMBps: Int, val type: String, val zones: List<String>? = null)
An AML file system instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md
Constructors
Link copied to clipboard
fun GetAmlFilesystemResult(clientInfo: AmlFilesystemClientInfoResponse, encryptionSettings: AmlFilesystemEncryptionSettingsResponse? = null, filesystemSubnet: String, health: AmlFilesystemHealthResponse, hsm: AmlFilesystemResponseHsm? = null, id: String, identity: AmlFilesystemIdentityResponse? = null, location: String, maintenanceWindow: AmlFilesystemResponseMaintenanceWindow, name: String, provisioningState: String, sku: SkuNameResponse? = null, storageCapacityTiB: Double, systemData: SystemDataResponse, tags: Map<String, String>? = null, throughputProvisionedMBps: Int, type: String, zones: List<String>? = null)