This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.storagecache.getAmlFilesystem
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Returns an AML file system. Azure REST API version: 2023-05-01.
Using getAmlFilesystem
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAmlFilesystem(args: GetAmlFilesystemArgs, opts?: InvokeOptions): Promise<GetAmlFilesystemResult>
function getAmlFilesystemOutput(args: GetAmlFilesystemOutputArgs, opts?: InvokeOptions): Output<GetAmlFilesystemResult>def get_aml_filesystem(aml_filesystem_name: Optional[str] = None,
                       resource_group_name: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetAmlFilesystemResult
def get_aml_filesystem_output(aml_filesystem_name: Optional[pulumi.Input[str]] = None,
                       resource_group_name: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetAmlFilesystemResult]func LookupAmlFilesystem(ctx *Context, args *LookupAmlFilesystemArgs, opts ...InvokeOption) (*LookupAmlFilesystemResult, error)
func LookupAmlFilesystemOutput(ctx *Context, args *LookupAmlFilesystemOutputArgs, opts ...InvokeOption) LookupAmlFilesystemResultOutput> Note: This function is named LookupAmlFilesystem in the Go SDK.
public static class GetAmlFilesystem 
{
    public static Task<GetAmlFilesystemResult> InvokeAsync(GetAmlFilesystemArgs args, InvokeOptions? opts = null)
    public static Output<GetAmlFilesystemResult> Invoke(GetAmlFilesystemInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAmlFilesystemResult> getAmlFilesystem(GetAmlFilesystemArgs args, InvokeOptions options)
public static Output<GetAmlFilesystemResult> getAmlFilesystem(GetAmlFilesystemArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:storagecache:getAmlFilesystem
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AmlFilesystem stringName 
- Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- AmlFilesystem stringName 
- Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- amlFilesystem StringName 
- Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- amlFilesystem stringName 
- Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- aml_filesystem_ strname 
- Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- amlFilesystem StringName 
- Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getAmlFilesystem Result
The following output properties are available:
- ClientInfo Pulumi.Azure Native. Storage Cache. Outputs. Aml Filesystem Client Info Response 
- Client information for the AML file system.
- FilesystemSubnet string
- Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space.
- Health
Pulumi.Azure Native. Storage Cache. Outputs. Aml Filesystem Health Response 
- Health of the AML file system.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- MaintenanceWindow Pulumi.Azure Native. Storage Cache. Outputs. Aml Filesystem Response Maintenance Window 
- Start time of a 30-minute weekly maintenance window.
- Name string
- The name of the resource
- ProvisioningState string
- ARM provisioning state.
- StorageCapacity doubleTi B 
- The size of the AML file system, in TiB. This might be rounded up.
- SystemData Pulumi.Azure Native. Storage Cache. Outputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- ThroughputProvisioned intMBps 
- Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- EncryptionSettings Pulumi.Azure Native. Storage Cache. Outputs. Aml Filesystem Encryption Settings Response 
- Specifies encryption settings of the AML file system.
- Hsm
Pulumi.Azure Native. Storage Cache. Outputs. Aml Filesystem Response Hsm 
- Hydration and archive settings and status
- Identity
Pulumi.Azure Native. Storage Cache. Outputs. Aml Filesystem Identity Response 
- The managed identity used by the AML file system, if configured.
- Sku
Pulumi.Azure Native. Storage Cache. Outputs. Sku Name Response 
- SKU for the resource.
- Dictionary<string, string>
- Resource tags.
- Zones List<string>
- Availability zones for resources. This field should only contain a single element in the array.
- ClientInfo AmlFilesystem Client Info Response 
- Client information for the AML file system.
- FilesystemSubnet string
- Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space.
- Health
AmlFilesystem Health Response 
- Health of the AML file system.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- MaintenanceWindow AmlFilesystem Response Maintenance Window 
- Start time of a 30-minute weekly maintenance window.
- Name string
- The name of the resource
- ProvisioningState string
- ARM provisioning state.
- StorageCapacity float64Ti B 
- The size of the AML file system, in TiB. This might be rounded up.
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- ThroughputProvisioned intMBps 
- Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- EncryptionSettings AmlFilesystem Encryption Settings Response 
- Specifies encryption settings of the AML file system.
- Hsm
AmlFilesystem Response Hsm 
- Hydration and archive settings and status
- Identity
AmlFilesystem Identity Response 
- The managed identity used by the AML file system, if configured.
- Sku
SkuName Response 
- SKU for the resource.
- map[string]string
- Resource tags.
- Zones []string
- Availability zones for resources. This field should only contain a single element in the array.
- clientInfo AmlFilesystem Client Info Response 
- Client information for the AML file system.
- filesystemSubnet String
- Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space.
- health
AmlFilesystem Health Response 
- Health of the AML file system.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- maintenanceWindow AmlFilesystem Response Maintenance Window 
- Start time of a 30-minute weekly maintenance window.
- name String
- The name of the resource
- provisioningState String
- ARM provisioning state.
- storageCapacity DoubleTi B 
- The size of the AML file system, in TiB. This might be rounded up.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- throughputProvisioned IntegerMBps 
- Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- encryptionSettings AmlFilesystem Encryption Settings Response 
- Specifies encryption settings of the AML file system.
- hsm
AmlFilesystem Response Hsm 
- Hydration and archive settings and status
- identity
AmlFilesystem Identity Response 
- The managed identity used by the AML file system, if configured.
- sku
SkuName Response 
- SKU for the resource.
- Map<String,String>
- Resource tags.
- zones List<String>
- Availability zones for resources. This field should only contain a single element in the array.
- clientInfo AmlFilesystem Client Info Response 
- Client information for the AML file system.
- filesystemSubnet string
- Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space.
- health
AmlFilesystem Health Response 
- Health of the AML file system.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
- The geo-location where the resource lives
- maintenanceWindow AmlFilesystem Response Maintenance Window 
- Start time of a 30-minute weekly maintenance window.
- name string
- The name of the resource
- provisioningState string
- ARM provisioning state.
- storageCapacity numberTi B 
- The size of the AML file system, in TiB. This might be rounded up.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- throughputProvisioned numberMBps 
- Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- encryptionSettings AmlFilesystem Encryption Settings Response 
- Specifies encryption settings of the AML file system.
- hsm
AmlFilesystem Response Hsm 
- Hydration and archive settings and status
- identity
AmlFilesystem Identity Response 
- The managed identity used by the AML file system, if configured.
- sku
SkuName Response 
- SKU for the resource.
- {[key: string]: string}
- Resource tags.
- zones string[]
- Availability zones for resources. This field should only contain a single element in the array.
- client_info AmlFilesystem Client Info Response 
- Client information for the AML file system.
- filesystem_subnet str
- Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space.
- health
AmlFilesystem Health Response 
- Health of the AML file system.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
- The geo-location where the resource lives
- maintenance_window AmlFilesystem Response Maintenance Window 
- Start time of a 30-minute weekly maintenance window.
- name str
- The name of the resource
- provisioning_state str
- ARM provisioning state.
- storage_capacity_ floatti_ b 
- The size of the AML file system, in TiB. This might be rounded up.
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- throughput_provisioned_ intm_ bps 
- Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- encryption_settings AmlFilesystem Encryption Settings Response 
- Specifies encryption settings of the AML file system.
- hsm
AmlFilesystem Response Hsm 
- Hydration and archive settings and status
- identity
AmlFilesystem Identity Response 
- The managed identity used by the AML file system, if configured.
- sku
SkuName Response 
- SKU for the resource.
- Mapping[str, str]
- Resource tags.
- zones Sequence[str]
- Availability zones for resources. This field should only contain a single element in the array.
- clientInfo Property Map
- Client information for the AML file system.
- filesystemSubnet String
- Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space.
- health Property Map
- Health of the AML file system.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- maintenanceWindow Property Map
- Start time of a 30-minute weekly maintenance window.
- name String
- The name of the resource
- provisioningState String
- ARM provisioning state.
- storageCapacity NumberTi B 
- The size of the AML file system, in TiB. This might be rounded up.
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- throughputProvisioned NumberMBps 
- Throughput provisioned in MB per sec, calculated as storageCapacityTiB * per-unit storage throughput
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- encryptionSettings Property Map
- Specifies encryption settings of the AML file system.
- hsm Property Map
- Hydration and archive settings and status
- identity Property Map
- The managed identity used by the AML file system, if configured.
- sku Property Map
- SKU for the resource.
- Map<String>
- Resource tags.
- zones List<String>
- Availability zones for resources. This field should only contain a single element in the array.
Supporting Types
AmlFilesystemArchiveResponse   
- FilesystemPath string
- Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.
- Status
Pulumi.Azure Native. Storage Cache. Inputs. Aml Filesystem Archive Response Status 
- The status of the archive
- FilesystemPath string
- Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.
- Status
AmlFilesystem Archive Response Status 
- The status of the archive
- filesystemPath String
- Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.
- status
AmlFilesystem Archive Response Status 
- The status of the archive
- filesystemPath string
- Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.
- status
AmlFilesystem Archive Response Status 
- The status of the archive
- filesystem_path str
- Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.
- status
AmlFilesystem Archive Response Status 
- The status of the archive
- filesystemPath String
- Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.
- status Property Map
- The status of the archive
AmlFilesystemArchiveResponseStatus    
- ErrorCode string
- Server-defined error code for the archive operation
- ErrorMessage string
- Server-defined error message for the archive operation
- LastCompletion stringTime 
- The time of the last completed archive operation
- LastStarted stringTime 
- The time the latest archive operation started
- PercentComplete int
- The completion percentage of the archive operation
- State string
- The state of the archive operation
- ErrorCode string
- Server-defined error code for the archive operation
- ErrorMessage string
- Server-defined error message for the archive operation
- LastCompletion stringTime 
- The time of the last completed archive operation
- LastStarted stringTime 
- The time the latest archive operation started
- PercentComplete int
- The completion percentage of the archive operation
- State string
- The state of the archive operation
- errorCode String
- Server-defined error code for the archive operation
- errorMessage String
- Server-defined error message for the archive operation
- lastCompletion StringTime 
- The time of the last completed archive operation
- lastStarted StringTime 
- The time the latest archive operation started
- percentComplete Integer
- The completion percentage of the archive operation
- state String
- The state of the archive operation
- errorCode string
- Server-defined error code for the archive operation
- errorMessage string
- Server-defined error message for the archive operation
- lastCompletion stringTime 
- The time of the last completed archive operation
- lastStarted stringTime 
- The time the latest archive operation started
- percentComplete number
- The completion percentage of the archive operation
- state string
- The state of the archive operation
- error_code str
- Server-defined error code for the archive operation
- error_message str
- Server-defined error message for the archive operation
- last_completion_ strtime 
- The time of the last completed archive operation
- last_started_ strtime 
- The time the latest archive operation started
- percent_complete int
- The completion percentage of the archive operation
- state str
- The state of the archive operation
- errorCode String
- Server-defined error code for the archive operation
- errorMessage String
- Server-defined error message for the archive operation
- lastCompletion StringTime 
- The time of the last completed archive operation
- lastStarted StringTime 
- The time the latest archive operation started
- percentComplete Number
- The completion percentage of the archive operation
- state String
- The state of the archive operation
AmlFilesystemClientInfoResponse    
- ContainerStorage Pulumi.Interface Azure Native. Storage Cache. Inputs. Aml Filesystem Container Storage Interface Response 
- Container Storage Interface information for the AML file system.
- LustreVersion string
- The version of Lustre running in the AML file system
- MgsAddress string
- The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).
- MountCommand string
- Recommended command to mount the AML file system
- ContainerStorage AmlInterface Filesystem Container Storage Interface Response 
- Container Storage Interface information for the AML file system.
- LustreVersion string
- The version of Lustre running in the AML file system
- MgsAddress string
- The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).
- MountCommand string
- Recommended command to mount the AML file system
- containerStorage AmlInterface Filesystem Container Storage Interface Response 
- Container Storage Interface information for the AML file system.
- lustreVersion String
- The version of Lustre running in the AML file system
- mgsAddress String
- The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).
- mountCommand String
- Recommended command to mount the AML file system
- containerStorage AmlInterface Filesystem Container Storage Interface Response 
- Container Storage Interface information for the AML file system.
- lustreVersion string
- The version of Lustre running in the AML file system
- mgsAddress string
- The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).
- mountCommand string
- Recommended command to mount the AML file system
- container_storage_ Amlinterface Filesystem Container Storage Interface Response 
- Container Storage Interface information for the AML file system.
- lustre_version str
- The version of Lustre running in the AML file system
- mgs_address str
- The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).
- mount_command str
- Recommended command to mount the AML file system
- containerStorage Property MapInterface 
- Container Storage Interface information for the AML file system.
- lustreVersion String
- The version of Lustre running in the AML file system
- mgsAddress String
- The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).
- mountCommand String
- Recommended command to mount the AML file system
AmlFilesystemContainerStorageInterfaceResponse     
- PersistentVolume string
- Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML
- PersistentVolume stringClaim 
- Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML
- StorageClass string
- Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML
- PersistentVolume string
- Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML
- PersistentVolume stringClaim 
- Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML
- StorageClass string
- Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML
- persistentVolume String
- Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML
- persistentVolume StringClaim 
- Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML
- storageClass String
- Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML
- persistentVolume string
- Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML
- persistentVolume stringClaim 
- Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML
- storageClass string
- Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML
- persistent_volume str
- Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML
- persistent_volume_ strclaim 
- Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML
- storage_class str
- Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML
- persistentVolume String
- Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML
- persistentVolume StringClaim 
- Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML
- storageClass String
- Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML
AmlFilesystemEncryptionSettingsResponse    
- KeyEncryption Pulumi.Key Azure Native. Storage Cache. Inputs. Key Vault Key Reference Response 
- Specifies the location of the encryption key in Key Vault.
- KeyEncryption KeyKey Vault Key Reference Response 
- Specifies the location of the encryption key in Key Vault.
- keyEncryption KeyKey Vault Key Reference Response 
- Specifies the location of the encryption key in Key Vault.
- keyEncryption KeyKey Vault Key Reference Response 
- Specifies the location of the encryption key in Key Vault.
- key_encryption_ Keykey Vault Key Reference Response 
- Specifies the location of the encryption key in Key Vault.
- keyEncryption Property MapKey 
- Specifies the location of the encryption key in Key Vault.
AmlFilesystemHealthResponse   
- State string
- List of AML file system health states.
- StatusCode string
- Server-defined error code for the AML file system health
- StatusDescription string
- Describes the health state.
- State string
- List of AML file system health states.
- StatusCode string
- Server-defined error code for the AML file system health
- StatusDescription string
- Describes the health state.
- state String
- List of AML file system health states.
- statusCode String
- Server-defined error code for the AML file system health
- statusDescription String
- Describes the health state.
- state string
- List of AML file system health states.
- statusCode string
- Server-defined error code for the AML file system health
- statusDescription string
- Describes the health state.
- state str
- List of AML file system health states.
- status_code str
- Server-defined error code for the AML file system health
- status_description str
- Describes the health state.
- state String
- List of AML file system health states.
- statusCode String
- Server-defined error code for the AML file system health
- statusDescription String
- Describes the health state.
AmlFilesystemHsmSettingsResponse    
- Container string
- Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.
- LoggingContainer string
- Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.
- ImportPrefix string
- Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace.
- Container string
- Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.
- LoggingContainer string
- Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.
- ImportPrefix string
- Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace.
- container String
- Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.
- loggingContainer String
- Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.
- importPrefix String
- Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace.
- container string
- Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.
- loggingContainer string
- Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.
- importPrefix string
- Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace.
- container str
- Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.
- logging_container str
- Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.
- import_prefix str
- Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace.
- container String
- Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.
- loggingContainer String
- Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.
- importPrefix String
- Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace.
AmlFilesystemIdentityResponse   
- PrincipalId string
- The principal ID for the user-assigned identity of the resource.
- TenantId string
- The tenant ID associated with the resource.
- Type string
- The type of identity used for the resource.
- UserAssigned Dictionary<string, Pulumi.Identities Azure Native. Storage Cache. Inputs. User Assigned Identities Response User Assigned Identities> 
- A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
- PrincipalId string
- The principal ID for the user-assigned identity of the resource.
- TenantId string
- The tenant ID associated with the resource.
- Type string
- The type of identity used for the resource.
- UserAssigned map[string]UserIdentities Assigned Identities Response User Assigned Identities 
- A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
- principalId String
- The principal ID for the user-assigned identity of the resource.
- tenantId String
- The tenant ID associated with the resource.
- type String
- The type of identity used for the resource.
- userAssigned Map<String,UserIdentities Assigned Identities Response User Assigned Identities> 
- A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
- principalId string
- The principal ID for the user-assigned identity of the resource.
- tenantId string
- The tenant ID associated with the resource.
- type string
- The type of identity used for the resource.
- userAssigned {[key: string]: UserIdentities Assigned Identities Response User Assigned Identities} 
- A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
- principal_id str
- The principal ID for the user-assigned identity of the resource.
- tenant_id str
- The tenant ID associated with the resource.
- type str
- The type of identity used for the resource.
- user_assigned_ Mapping[str, Useridentities Assigned Identities Response User Assigned Identities] 
- A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
- principalId String
- The principal ID for the user-assigned identity of the resource.
- tenantId String
- The tenant ID associated with the resource.
- type String
- The type of identity used for the resource.
- userAssigned Map<Property Map>Identities 
- A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
AmlFilesystemResponseHsm   
- ArchiveStatus List<Pulumi.Azure Native. Storage Cache. Inputs. Aml Filesystem Archive Response> 
- Archive status
- Settings
Pulumi.Azure Native. Storage Cache. Inputs. Aml Filesystem Hsm Settings Response 
- Specifies HSM settings of the AML file system.
- ArchiveStatus []AmlFilesystem Archive Response 
- Archive status
- Settings
AmlFilesystem Hsm Settings Response 
- Specifies HSM settings of the AML file system.
- archiveStatus List<AmlFilesystem Archive Response> 
- Archive status
- settings
AmlFilesystem Hsm Settings Response 
- Specifies HSM settings of the AML file system.
- archiveStatus AmlFilesystem Archive Response[] 
- Archive status
- settings
AmlFilesystem Hsm Settings Response 
- Specifies HSM settings of the AML file system.
- archive_status Sequence[AmlFilesystem Archive Response] 
- Archive status
- settings
AmlFilesystem Hsm Settings Response 
- Specifies HSM settings of the AML file system.
- archiveStatus List<Property Map>
- Archive status
- settings Property Map
- Specifies HSM settings of the AML file system.
AmlFilesystemResponseMaintenanceWindow    
- DayOf stringWeek 
- Day of the week on which the maintenance window will occur.
- TimeOf stringDay UTC 
- The time of day (in UTC) to start the maintenance window.
- DayOf stringWeek 
- Day of the week on which the maintenance window will occur.
- TimeOf stringDay UTC 
- The time of day (in UTC) to start the maintenance window.
- dayOf StringWeek 
- Day of the week on which the maintenance window will occur.
- timeOf StringDay UTC 
- The time of day (in UTC) to start the maintenance window.
- dayOf stringWeek 
- Day of the week on which the maintenance window will occur.
- timeOf stringDay UTC 
- The time of day (in UTC) to start the maintenance window.
- day_of_ strweek 
- Day of the week on which the maintenance window will occur.
- time_of_ strday_ utc 
- The time of day (in UTC) to start the maintenance window.
- dayOf StringWeek 
- Day of the week on which the maintenance window will occur.
- timeOf StringDay UTC 
- The time of day (in UTC) to start the maintenance window.
KeyVaultKeyReferenceResponse    
- KeyUrl string
- The URL referencing a key encryption key in key vault.
- SourceVault Pulumi.Azure Native. Storage Cache. Inputs. Key Vault Key Reference Response Source Vault 
- Describes a resource Id to source key vault.
- KeyUrl string
- The URL referencing a key encryption key in key vault.
- SourceVault KeyVault Key Reference Response Source Vault 
- Describes a resource Id to source key vault.
- keyUrl String
- The URL referencing a key encryption key in key vault.
- sourceVault KeyVault Key Reference Response Source Vault 
- Describes a resource Id to source key vault.
- keyUrl string
- The URL referencing a key encryption key in key vault.
- sourceVault KeyVault Key Reference Response Source Vault 
- Describes a resource Id to source key vault.
- key_url str
- The URL referencing a key encryption key in key vault.
- source_vault KeyVault Key Reference Response Source Vault 
- Describes a resource Id to source key vault.
- keyUrl String
- The URL referencing a key encryption key in key vault.
- sourceVault Property Map
- Describes a resource Id to source key vault.
KeyVaultKeyReferenceResponseSourceVault      
- Id string
- Resource Id.
- Id string
- Resource Id.
- id String
- Resource Id.
- id string
- Resource Id.
- id str
- Resource Id.
- id String
- Resource Id.
SkuNameResponse  
- Name string
- SKU name for this resource.
- Name string
- SKU name for this resource.
- name String
- SKU name for this resource.
- name string
- SKU name for this resource.
- name str
- SKU name for this resource.
- name String
- SKU name for this resource.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
UserAssignedIdentitiesResponseUserAssignedIdentities      
- ClientId string
- The client ID of the user-assigned identity.
- PrincipalId string
- The principal ID of the user-assigned identity.
- ClientId string
- The client ID of the user-assigned identity.
- PrincipalId string
- The principal ID of the user-assigned identity.
- clientId String
- The client ID of the user-assigned identity.
- principalId String
- The principal ID of the user-assigned identity.
- clientId string
- The client ID of the user-assigned identity.
- principalId string
- The principal ID of the user-assigned identity.
- client_id str
- The client ID of the user-assigned identity.
- principal_id str
- The principal ID of the user-assigned identity.
- clientId String
- The client ID of the user-assigned identity.
- principalId String
- The principal ID of the user-assigned identity.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi