Aml Filesystem Args
data class AmlFilesystemArgs(val amlFilesystemName: Output<String>? = null, val encryptionSettings: Output<AmlFilesystemEncryptionSettingsArgs>? = null, val filesystemSubnet: Output<String>? = null, val hsm: Output<AmlFilesystemHsmArgs>? = null, val identity: Output<AmlFilesystemIdentityArgs>? = null, val location: Output<String>? = null, val maintenanceWindow: Output<AmlFilesystemMaintenanceWindowArgs>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuNameArgs>? = null, val storageCapacityTiB: Output<Double>? = null, val tags: Output<Map<String, String>>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<AmlFilesystemArgs>
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 Azure REST API version: 2023-05-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:storagecache:AmlFilesystem fs1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageCache/amlFilesystems/{amlFilesystemName}
Content copied to clipboard
Constructors
Link copied to clipboard
fun AmlFilesystemArgs(amlFilesystemName: Output<String>? = null, encryptionSettings: Output<AmlFilesystemEncryptionSettingsArgs>? = null, filesystemSubnet: Output<String>? = null, hsm: Output<AmlFilesystemHsmArgs>? = null, identity: Output<AmlFilesystemIdentityArgs>? = null, location: Output<String>? = null, maintenanceWindow: Output<AmlFilesystemMaintenanceWindowArgs>? = null, resourceGroupName: Output<String>? = null, sku: Output<SkuNameArgs>? = null, storageCapacityTiB: Output<Double>? = null, tags: Output<Map<String, String>>? = null, zones: Output<List<String>>? = null)