azure-native.storagecache.AmlFilesystem
Explore with Pulumi AI
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}
Create AmlFilesystem Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AmlFilesystem(name: string, args: AmlFilesystemArgs, opts?: CustomResourceOptions);
@overload
def AmlFilesystem(resource_name: str,
args: AmlFilesystemArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AmlFilesystem(resource_name: str,
opts: Optional[ResourceOptions] = None,
filesystem_subnet: Optional[str] = None,
maintenance_window: Optional[AmlFilesystemMaintenanceWindowArgs] = None,
resource_group_name: Optional[str] = None,
storage_capacity_ti_b: Optional[float] = None,
aml_filesystem_name: Optional[str] = None,
encryption_settings: Optional[AmlFilesystemEncryptionSettingsArgs] = None,
hsm: Optional[AmlFilesystemHsmArgs] = None,
identity: Optional[AmlFilesystemIdentityArgs] = None,
location: Optional[str] = None,
sku: Optional[SkuNameArgs] = None,
tags: Optional[Mapping[str, str]] = None,
zones: Optional[Sequence[str]] = None)
func NewAmlFilesystem(ctx *Context, name string, args AmlFilesystemArgs, opts ...ResourceOption) (*AmlFilesystem, error)
public AmlFilesystem(string name, AmlFilesystemArgs args, CustomResourceOptions? opts = null)
public AmlFilesystem(String name, AmlFilesystemArgs args)
public AmlFilesystem(String name, AmlFilesystemArgs args, CustomResourceOptions options)
type: azure-native:storagecache:AmlFilesystem
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AmlFilesystemArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AmlFilesystemArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AmlFilesystemArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AmlFilesystemArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AmlFilesystemArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var amlFilesystemResource = new AzureNative.StorageCache.AmlFilesystem("amlFilesystemResource", new()
{
FilesystemSubnet = "string",
MaintenanceWindow = new AzureNative.StorageCache.Inputs.AmlFilesystemMaintenanceWindowArgs
{
DayOfWeek = AzureNative.StorageCache.MaintenanceDayOfWeekType.Monday,
TimeOfDayUTC = "string",
},
ResourceGroupName = "string",
StorageCapacityTiB = 0,
AmlFilesystemName = "string",
EncryptionSettings = new AzureNative.StorageCache.Inputs.AmlFilesystemEncryptionSettingsArgs
{
KeyEncryptionKey = new AzureNative.StorageCache.Inputs.KeyVaultKeyReferenceArgs
{
KeyUrl = "string",
SourceVault = new AzureNative.StorageCache.Inputs.KeyVaultKeyReferenceSourceVaultArgs
{
Id = "string",
},
},
},
Hsm = new AzureNative.StorageCache.Inputs.AmlFilesystemHsmArgs
{
Settings = new AzureNative.StorageCache.Inputs.AmlFilesystemHsmSettingsArgs
{
Container = "string",
LoggingContainer = "string",
ImportPrefix = "string",
},
},
Identity = new AzureNative.StorageCache.Inputs.AmlFilesystemIdentityArgs
{
Type = AzureNative.StorageCache.AmlFilesystemIdentityType.UserAssigned,
UserAssignedIdentities = new[]
{
"string",
},
},
Location = "string",
Sku = new AzureNative.StorageCache.Inputs.SkuNameArgs
{
Name = "string",
},
Tags =
{
{ "string", "string" },
},
Zones = new[]
{
"string",
},
});
example, err := storagecache.NewAmlFilesystem(ctx, "amlFilesystemResource", &storagecache.AmlFilesystemArgs{
FilesystemSubnet: pulumi.String("string"),
MaintenanceWindow: &storagecache.AmlFilesystemMaintenanceWindowArgs{
DayOfWeek: storagecache.MaintenanceDayOfWeekTypeMonday,
TimeOfDayUTC: pulumi.String("string"),
},
ResourceGroupName: pulumi.String("string"),
StorageCapacityTiB: pulumi.Float64(0),
AmlFilesystemName: pulumi.String("string"),
EncryptionSettings: &storagecache.AmlFilesystemEncryptionSettingsArgs{
KeyEncryptionKey: &storagecache.KeyVaultKeyReferenceArgs{
KeyUrl: pulumi.String("string"),
SourceVault: &storagecache.KeyVaultKeyReferenceSourceVaultArgs{
Id: pulumi.String("string"),
},
},
},
Hsm: &storagecache.AmlFilesystemHsmArgs{
Settings: &storagecache.AmlFilesystemHsmSettingsArgs{
Container: pulumi.String("string"),
LoggingContainer: pulumi.String("string"),
ImportPrefix: pulumi.String("string"),
},
},
Identity: &storagecache.AmlFilesystemIdentityArgs{
Type: storagecache.AmlFilesystemIdentityTypeUserAssigned,
UserAssignedIdentities: pulumi.StringArray{
pulumi.String("string"),
},
},
Location: pulumi.String("string"),
Sku: &storagecache.SkuNameArgs{
Name: pulumi.String("string"),
},
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
Zones: pulumi.StringArray{
pulumi.String("string"),
},
})
var amlFilesystemResource = new AmlFilesystem("amlFilesystemResource", AmlFilesystemArgs.builder()
.filesystemSubnet("string")
.maintenanceWindow(AmlFilesystemMaintenanceWindowArgs.builder()
.dayOfWeek("Monday")
.timeOfDayUTC("string")
.build())
.resourceGroupName("string")
.storageCapacityTiB(0)
.amlFilesystemName("string")
.encryptionSettings(AmlFilesystemEncryptionSettingsArgs.builder()
.keyEncryptionKey(KeyVaultKeyReferenceArgs.builder()
.keyUrl("string")
.sourceVault(KeyVaultKeyReferenceSourceVaultArgs.builder()
.id("string")
.build())
.build())
.build())
.hsm(AmlFilesystemHsmArgs.builder()
.settings(AmlFilesystemHsmSettingsArgs.builder()
.container("string")
.loggingContainer("string")
.importPrefix("string")
.build())
.build())
.identity(AmlFilesystemIdentityArgs.builder()
.type("UserAssigned")
.userAssignedIdentities("string")
.build())
.location("string")
.sku(SkuNameArgs.builder()
.name("string")
.build())
.tags(Map.of("string", "string"))
.zones("string")
.build());
aml_filesystem_resource = azure_native.storagecache.AmlFilesystem("amlFilesystemResource",
filesystem_subnet="string",
maintenance_window=azure_native.storagecache.AmlFilesystemMaintenanceWindowArgs(
day_of_week=azure_native.storagecache.MaintenanceDayOfWeekType.MONDAY,
time_of_day_utc="string",
),
resource_group_name="string",
storage_capacity_ti_b=0,
aml_filesystem_name="string",
encryption_settings=azure_native.storagecache.AmlFilesystemEncryptionSettingsArgs(
key_encryption_key=azure_native.storagecache.KeyVaultKeyReferenceArgs(
key_url="string",
source_vault=azure_native.storagecache.KeyVaultKeyReferenceSourceVaultArgs(
id="string",
),
),
),
hsm=azure_native.storagecache.AmlFilesystemHsmArgs(
settings=azure_native.storagecache.AmlFilesystemHsmSettingsArgs(
container="string",
logging_container="string",
import_prefix="string",
),
),
identity=azure_native.storagecache.AmlFilesystemIdentityArgs(
type=azure_native.storagecache.AmlFilesystemIdentityType.USER_ASSIGNED,
user_assigned_identities=["string"],
),
location="string",
sku=azure_native.storagecache.SkuNameArgs(
name="string",
),
tags={
"string": "string",
},
zones=["string"])
const amlFilesystemResource = new azure_native.storagecache.AmlFilesystem("amlFilesystemResource", {
filesystemSubnet: "string",
maintenanceWindow: {
dayOfWeek: azure_native.storagecache.MaintenanceDayOfWeekType.Monday,
timeOfDayUTC: "string",
},
resourceGroupName: "string",
storageCapacityTiB: 0,
amlFilesystemName: "string",
encryptionSettings: {
keyEncryptionKey: {
keyUrl: "string",
sourceVault: {
id: "string",
},
},
},
hsm: {
settings: {
container: "string",
loggingContainer: "string",
importPrefix: "string",
},
},
identity: {
type: azure_native.storagecache.AmlFilesystemIdentityType.UserAssigned,
userAssignedIdentities: ["string"],
},
location: "string",
sku: {
name: "string",
},
tags: {
string: "string",
},
zones: ["string"],
});
type: azure-native:storagecache:AmlFilesystem
properties:
amlFilesystemName: string
encryptionSettings:
keyEncryptionKey:
keyUrl: string
sourceVault:
id: string
filesystemSubnet: string
hsm:
settings:
container: string
importPrefix: string
loggingContainer: string
identity:
type: UserAssigned
userAssignedIdentities:
- string
location: string
maintenanceWindow:
dayOfWeek: Monday
timeOfDayUTC: string
resourceGroupName: string
sku:
name: string
storageCapacityTiB: 0
tags:
string: string
zones:
- string
AmlFilesystem Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The AmlFilesystem resource accepts the following input properties:
- Filesystem
Subnet 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.
- Maintenance
Window Pulumi.Azure Native. Storage Cache. Inputs. Aml Filesystem Maintenance Window - Start time of a 30-minute weekly maintenance window.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Storage
Capacity doubleTi B - The size of the AML file system, in TiB. This might be rounded up.
- Aml
Filesystem stringName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- Encryption
Settings Pulumi.Azure Native. Storage Cache. Inputs. Aml Filesystem Encryption Settings - Specifies encryption settings of the AML file system.
- Hsm
Pulumi.
Azure Native. Storage Cache. Inputs. Aml Filesystem Hsm - Hydration and archive settings and status
- Identity
Pulumi.
Azure Native. Storage Cache. Inputs. Aml Filesystem Identity - The managed identity used by the AML file system, if configured.
- Location string
- The geo-location where the resource lives
- Sku
Pulumi.
Azure Native. Storage Cache. Inputs. Sku Name - 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.
- Filesystem
Subnet 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.
- Maintenance
Window AmlFilesystem Maintenance Window Args - Start time of a 30-minute weekly maintenance window.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Storage
Capacity float64Ti B - The size of the AML file system, in TiB. This might be rounded up.
- Aml
Filesystem stringName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- Encryption
Settings AmlFilesystem Encryption Settings Args - Specifies encryption settings of the AML file system.
- Hsm
Aml
Filesystem Hsm Args - Hydration and archive settings and status
- Identity
Aml
Filesystem Identity Args - The managed identity used by the AML file system, if configured.
- Location string
- The geo-location where the resource lives
- Sku
Sku
Name Args - 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.
- filesystem
Subnet 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.
- maintenance
Window AmlFilesystem Maintenance Window - Start time of a 30-minute weekly maintenance window.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- storage
Capacity DoubleTi B - The size of the AML file system, in TiB. This might be rounded up.
- aml
Filesystem StringName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- encryption
Settings AmlFilesystem Encryption Settings - Specifies encryption settings of the AML file system.
- hsm
Aml
Filesystem Hsm - Hydration and archive settings and status
- identity
Aml
Filesystem Identity - The managed identity used by the AML file system, if configured.
- location String
- The geo-location where the resource lives
- sku
Sku
Name - 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.
- filesystem
Subnet 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.
- maintenance
Window AmlFilesystem Maintenance Window - Start time of a 30-minute weekly maintenance window.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- storage
Capacity numberTi B - The size of the AML file system, in TiB. This might be rounded up.
- aml
Filesystem stringName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- encryption
Settings AmlFilesystem Encryption Settings - Specifies encryption settings of the AML file system.
- hsm
Aml
Filesystem Hsm - Hydration and archive settings and status
- identity
Aml
Filesystem Identity - The managed identity used by the AML file system, if configured.
- location string
- The geo-location where the resource lives
- sku
Sku
Name - 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.
- 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.
- maintenance_
window AmlFilesystem Maintenance Window Args - Start time of a 30-minute weekly maintenance window.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- storage_
capacity_ floatti_ b - The size of the AML file system, in TiB. This might be rounded up.
- aml_
filesystem_ strname - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- encryption_
settings AmlFilesystem Encryption Settings Args - Specifies encryption settings of the AML file system.
- hsm
Aml
Filesystem Hsm Args - Hydration and archive settings and status
- identity
Aml
Filesystem Identity Args - The managed identity used by the AML file system, if configured.
- location str
- The geo-location where the resource lives
- sku
Sku
Name Args - 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.
- filesystem
Subnet 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.
- maintenance
Window Property Map - Start time of a 30-minute weekly maintenance window.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- storage
Capacity NumberTi B - The size of the AML file system, in TiB. This might be rounded up.
- aml
Filesystem StringName - Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- encryption
Settings 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.
- location String
- The geo-location where the resource lives
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the AmlFilesystem resource produces the following output properties:
- Client
Info Pulumi.Azure Native. Storage Cache. Outputs. Aml Filesystem Client Info Response - Client information for the AML file system.
- Health
Pulumi.
Azure Native. Storage Cache. Outputs. Aml Filesystem Health Response - Health of the AML file system.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Provisioning
State string - ARM provisioning state.
- System
Data Pulumi.Azure Native. Storage Cache. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Throughput
Provisioned 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"
- Client
Info AmlFilesystem Client Info Response - Client information for the AML file system.
- Health
Aml
Filesystem Health Response - Health of the AML file system.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource
- Provisioning
State string - ARM provisioning state.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Throughput
Provisioned 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"
- client
Info AmlFilesystem Client Info Response - Client information for the AML file system.
- health
Aml
Filesystem Health Response - Health of the AML file system.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- provisioning
State String - ARM provisioning state.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- throughput
Provisioned 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"
- client
Info AmlFilesystem Client Info Response - Client information for the AML file system.
- health
Aml
Filesystem Health Response - Health of the AML file system.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource
- provisioning
State string - ARM provisioning state.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- throughput
Provisioned 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"
- client_
info AmlFilesystem Client Info Response - Client information for the AML file system.
- health
Aml
Filesystem Health Response - Health of the AML file system.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource
- provisioning_
state str - ARM provisioning state.
- 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"
- client
Info Property Map - Client information for the AML file system.
- health Property Map
- Health of the AML file system.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource
- provisioning
State String - ARM provisioning state.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- throughput
Provisioned 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"
Supporting Types
AmlFilesystemArchiveResponse, AmlFilesystemArchiveResponseArgs
- Filesystem
Path 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
- Filesystem
Path string - Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.
- Status
Aml
Filesystem Archive Response Status - The status of the archive
- filesystem
Path String - Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.
- status
Aml
Filesystem Archive Response Status - The status of the archive
- filesystem
Path string - Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.
- status
Aml
Filesystem 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
Aml
Filesystem Archive Response Status - The status of the archive
- filesystem
Path 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, AmlFilesystemArchiveResponseStatusArgs
- Error
Code string - Server-defined error code for the archive operation
- Error
Message string - Server-defined error message for the archive operation
- Last
Completion stringTime - The time of the last completed archive operation
- Last
Started stringTime - The time the latest archive operation started
- Percent
Complete int - The completion percentage of the archive operation
- State string
- The state of the archive operation
- Error
Code string - Server-defined error code for the archive operation
- Error
Message string - Server-defined error message for the archive operation
- Last
Completion stringTime - The time of the last completed archive operation
- Last
Started stringTime - The time the latest archive operation started
- Percent
Complete int - The completion percentage of the archive operation
- State string
- The state of the archive operation
- error
Code String - Server-defined error code for the archive operation
- error
Message String - Server-defined error message for the archive operation
- last
Completion StringTime - The time of the last completed archive operation
- last
Started StringTime - The time the latest archive operation started
- percent
Complete Integer - The completion percentage of the archive operation
- state String
- The state of the archive operation
- error
Code string - Server-defined error code for the archive operation
- error
Message string - Server-defined error message for the archive operation
- last
Completion stringTime - The time of the last completed archive operation
- last
Started stringTime - The time the latest archive operation started
- percent
Complete 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
- error
Code String - Server-defined error code for the archive operation
- error
Message String - Server-defined error message for the archive operation
- last
Completion StringTime - The time of the last completed archive operation
- last
Started StringTime - The time the latest archive operation started
- percent
Complete Number - The completion percentage of the archive operation
- state String
- The state of the archive operation
AmlFilesystemClientInfoResponse, AmlFilesystemClientInfoResponseArgs
- Container
Storage Pulumi.Interface Azure Native. Storage Cache. Inputs. Aml Filesystem Container Storage Interface Response - Container Storage Interface information for the AML file system.
- Lustre
Version string - The version of Lustre running in the AML file system
- Mgs
Address string - The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).
- Mount
Command 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 string - The version of Lustre running in the AML file system
- Mgs
Address string - The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).
- Mount
Command 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 String - The version of Lustre running in the AML file system
- mgs
Address String - The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).
- mount
Command 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 string - The version of Lustre running in the AML file system
- mgs
Address string - The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).
- mount
Command 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
- container
Storage Property MapInterface - Container Storage Interface information for the AML file system.
- lustre
Version String - The version of Lustre running in the AML file system
- mgs
Address String - The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).
- mount
Command String - Recommended command to mount the AML file system
AmlFilesystemContainerStorageInterfaceResponse, AmlFilesystemContainerStorageInterfaceResponseArgs
- Persistent
Volume string - Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML
- Persistent
Volume stringClaim - Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML
- Storage
Class string - Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML
- Persistent
Volume string - Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML
- Persistent
Volume stringClaim - Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML
- Storage
Class string - Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML
- persistent
Volume String - Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML
- persistent
Volume StringClaim - Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML
- storage
Class String - Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML
- persistent
Volume string - Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML
- persistent
Volume stringClaim - Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML
- storage
Class 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
- persistent
Volume String - Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML
- persistent
Volume StringClaim - Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML
- storage
Class String - Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML
AmlFilesystemEncryptionSettings, AmlFilesystemEncryptionSettingsArgs
- Key
Encryption Pulumi.Key Azure Native. Storage Cache. Inputs. Key Vault Key Reference - Specifies the location of the encryption key in Key Vault.
- Key
Encryption KeyKey Vault Key Reference - Specifies the location of the encryption key in Key Vault.
- key
Encryption KeyKey Vault Key Reference - Specifies the location of the encryption key in Key Vault.
- key
Encryption KeyKey Vault Key Reference - Specifies the location of the encryption key in Key Vault.
- key_
encryption_ Keykey Vault Key Reference - Specifies the location of the encryption key in Key Vault.
- key
Encryption Property MapKey - Specifies the location of the encryption key in Key Vault.
AmlFilesystemEncryptionSettingsResponse, AmlFilesystemEncryptionSettingsResponseArgs
- Key
Encryption Pulumi.Key Azure Native. Storage Cache. Inputs. Key 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.
- key
Encryption 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.
- key_
encryption_ Keykey Vault Key Reference Response - Specifies the location of the encryption key in Key Vault.
- key
Encryption Property MapKey - Specifies the location of the encryption key in Key Vault.
AmlFilesystemHealthResponse, AmlFilesystemHealthResponseArgs
- State string
- List of AML file system health states.
- Status
Code string - Server-defined error code for the AML file system health
- Status
Description string - Describes the health state.
- State string
- List of AML file system health states.
- Status
Code string - Server-defined error code for the AML file system health
- Status
Description string - Describes the health state.
- state String
- List of AML file system health states.
- status
Code String - Server-defined error code for the AML file system health
- status
Description String - Describes the health state.
- state string
- List of AML file system health states.
- status
Code string - Server-defined error code for the AML file system health
- status
Description 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.
- status
Code String - Server-defined error code for the AML file system health
- status
Description String - Describes the health state.
AmlFilesystemHsm, AmlFilesystemHsmArgs
- Settings
Pulumi.
Azure Native. Storage Cache. Inputs. Aml Filesystem Hsm Settings - Specifies HSM settings of the AML file system.
- Settings
Aml
Filesystem Hsm Settings - Specifies HSM settings of the AML file system.
- settings
Aml
Filesystem Hsm Settings - Specifies HSM settings of the AML file system.
- settings
Aml
Filesystem Hsm Settings - Specifies HSM settings of the AML file system.
- settings
Aml
Filesystem Hsm Settings - Specifies HSM settings of the AML file system.
- settings Property Map
- Specifies HSM settings of the AML file system.
AmlFilesystemHsmSettings, AmlFilesystemHsmSettingsArgs
- 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.
- Logging
Container 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.
- Import
Prefix 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.
- Logging
Container 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.
- Import
Prefix 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.
- logging
Container 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.
- import
Prefix 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.
- logging
Container 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.
- import
Prefix 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.
- logging
Container 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.
- import
Prefix String - Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace.
AmlFilesystemHsmSettingsResponse, AmlFilesystemHsmSettingsResponseArgs
- 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.
- Logging
Container 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.
- Import
Prefix 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.
- Logging
Container 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.
- Import
Prefix 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.
- logging
Container 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.
- import
Prefix 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.
- logging
Container 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.
- import
Prefix 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.
- logging
Container 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.
- import
Prefix String - Only blobs in the non-logging container that start with this path/prefix get hydrated into the cluster namespace.
AmlFilesystemIdentity, AmlFilesystemIdentityArgs
- Type
Pulumi.
Azure Native. Storage Cache. Aml Filesystem Identity Type - The type of identity used for the resource.
- User
Assigned List<string>Identities - A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
- Type
Aml
Filesystem Identity Type - The type of identity used for the resource.
- User
Assigned []stringIdentities - A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
- type
Aml
Filesystem Identity Type - The type of identity used for the resource.
- user
Assigned List<String>Identities - A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
- type
Aml
Filesystem Identity Type - The type of identity used for the resource.
- user
Assigned string[]Identities - A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
- type
Aml
Filesystem Identity Type - The type of identity used for the resource.
- user_
assigned_ Sequence[str]identities - A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
- type
"User
Assigned" | "None" - The type of identity used for the resource.
- user
Assigned List<String>Identities - A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
AmlFilesystemIdentityResponse, AmlFilesystemIdentityResponseArgs
- Principal
Id string - The principal ID for the user-assigned identity of the resource.
- Tenant
Id string - The tenant ID associated with the resource.
- Type string
- The type of identity used for the resource.
- User
Assigned 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.
- Principal
Id string - The principal ID for the user-assigned identity of the resource.
- Tenant
Id string - The tenant ID associated with the resource.
- Type string
- The type of identity used for the resource.
- User
Assigned 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.
- principal
Id String - The principal ID for the user-assigned identity of the resource.
- tenant
Id String - The tenant ID associated with the resource.
- type String
- The type of identity used for the resource.
- user
Assigned 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.
- principal
Id string - The principal ID for the user-assigned identity of the resource.
- tenant
Id string - The tenant ID associated with the resource.
- type string
- The type of identity used for the resource.
- user
Assigned {[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.
- principal
Id String - The principal ID for the user-assigned identity of the resource.
- tenant
Id String - The tenant ID associated with the resource.
- type String
- The type of identity used for the resource.
- user
Assigned 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.
AmlFilesystemIdentityType, AmlFilesystemIdentityTypeArgs
- User
Assigned - UserAssigned
- None
- None
- Aml
Filesystem Identity Type User Assigned - UserAssigned
- Aml
Filesystem Identity Type None - None
- User
Assigned - UserAssigned
- None
- None
- User
Assigned - UserAssigned
- None
- None
- USER_ASSIGNED
- UserAssigned
- NONE
- None
- "User
Assigned" - UserAssigned
- "None"
- None
AmlFilesystemMaintenanceWindow, AmlFilesystemMaintenanceWindowArgs
- Day
Of Pulumi.Week Azure Native. Storage Cache. Maintenance Day Of Week Type - Day of the week on which the maintenance window will occur.
- Time
Of stringDay UTC - The time of day (in UTC) to start the maintenance window.
- Day
Of MaintenanceWeek Day Of Week Type - Day of the week on which the maintenance window will occur.
- Time
Of stringDay UTC - The time of day (in UTC) to start the maintenance window.
- day
Of MaintenanceWeek Day Of Week Type - Day of the week on which the maintenance window will occur.
- time
Of StringDay UTC - The time of day (in UTC) to start the maintenance window.
- day
Of MaintenanceWeek Day Of Week Type - Day of the week on which the maintenance window will occur.
- time
Of stringDay UTC - The time of day (in UTC) to start the maintenance window.
- day_
of_ Maintenanceweek Day Of Week Type - 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.
- day
Of "Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday"Week - Day of the week on which the maintenance window will occur.
- time
Of StringDay UTC - The time of day (in UTC) to start the maintenance window.
AmlFilesystemResponseHsm, AmlFilesystemResponseHsmArgs
- Archive
Status 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.
- Archive
Status []AmlFilesystem Archive Response - Archive status
- Settings
Aml
Filesystem Hsm Settings Response - Specifies HSM settings of the AML file system.
- archive
Status List<AmlFilesystem Archive Response> - Archive status
- settings
Aml
Filesystem Hsm Settings Response - Specifies HSM settings of the AML file system.
- archive
Status AmlFilesystem Archive Response[] - Archive status
- settings
Aml
Filesystem Hsm Settings Response - Specifies HSM settings of the AML file system.
- archive_
status Sequence[AmlFilesystem Archive Response] - Archive status
- settings
Aml
Filesystem Hsm Settings Response - Specifies HSM settings of the AML file system.
- archive
Status List<Property Map> - Archive status
- settings Property Map
- Specifies HSM settings of the AML file system.
AmlFilesystemResponseMaintenanceWindow, AmlFilesystemResponseMaintenanceWindowArgs
- Day
Of stringWeek - Day of the week on which the maintenance window will occur.
- Time
Of stringDay UTC - The time of day (in UTC) to start the maintenance window.
- Day
Of stringWeek - Day of the week on which the maintenance window will occur.
- Time
Of stringDay UTC - The time of day (in UTC) to start the maintenance window.
- day
Of StringWeek - Day of the week on which the maintenance window will occur.
- time
Of StringDay UTC - The time of day (in UTC) to start the maintenance window.
- day
Of stringWeek - Day of the week on which the maintenance window will occur.
- time
Of 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.
- day
Of StringWeek - Day of the week on which the maintenance window will occur.
- time
Of StringDay UTC - The time of day (in UTC) to start the maintenance window.
KeyVaultKeyReference, KeyVaultKeyReferenceArgs
- Key
Url string - The URL referencing a key encryption key in key vault.
- Source
Vault Pulumi.Azure Native. Storage Cache. Inputs. Key Vault Key Reference Source Vault - Describes a resource Id to source key vault.
- Key
Url string - The URL referencing a key encryption key in key vault.
- Source
Vault KeyVault Key Reference Source Vault - Describes a resource Id to source key vault.
- key
Url String - The URL referencing a key encryption key in key vault.
- source
Vault KeyVault Key Reference Source Vault - Describes a resource Id to source key vault.
- key
Url string - The URL referencing a key encryption key in key vault.
- source
Vault KeyVault Key Reference 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 Source Vault - Describes a resource Id to source key vault.
- key
Url String - The URL referencing a key encryption key in key vault.
- source
Vault Property Map - Describes a resource Id to source key vault.
KeyVaultKeyReferenceResponse, KeyVaultKeyReferenceResponseArgs
- Key
Url string - The URL referencing a key encryption key in key vault.
- Source
Vault Pulumi.Azure Native. Storage Cache. Inputs. Key Vault Key Reference Response Source Vault - Describes a resource Id to source key vault.
- Key
Url string - 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.
- key
Url String - 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.
- key
Url string - 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.
- 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.
- key
Url String - The URL referencing a key encryption key in key vault.
- source
Vault Property Map - Describes a resource Id to source key vault.
KeyVaultKeyReferenceResponseSourceVault, KeyVaultKeyReferenceResponseSourceVaultArgs
- Id string
- Resource Id.
- Id string
- Resource Id.
- id String
- Resource Id.
- id string
- Resource Id.
- id str
- Resource Id.
- id String
- Resource Id.
KeyVaultKeyReferenceSourceVault, KeyVaultKeyReferenceSourceVaultArgs
- Id string
- Resource Id.
- Id string
- Resource Id.
- id String
- Resource Id.
- id string
- Resource Id.
- id str
- Resource Id.
- id String
- Resource Id.
MaintenanceDayOfWeekType, MaintenanceDayOfWeekTypeArgs
- Monday
- Monday
- Tuesday
- Tuesday
- Wednesday
- Wednesday
- Thursday
- Thursday
- Friday
- Friday
- Saturday
- Saturday
- Sunday
- Sunday
- Maintenance
Day Of Week Type Monday - Monday
- Maintenance
Day Of Week Type Tuesday - Tuesday
- Maintenance
Day Of Week Type Wednesday - Wednesday
- Maintenance
Day Of Week Type Thursday - Thursday
- Maintenance
Day Of Week Type Friday - Friday
- Maintenance
Day Of Week Type Saturday - Saturday
- Maintenance
Day Of Week Type Sunday - Sunday
- Monday
- Monday
- Tuesday
- Tuesday
- Wednesday
- Wednesday
- Thursday
- Thursday
- Friday
- Friday
- Saturday
- Saturday
- Sunday
- Sunday
- Monday
- Monday
- Tuesday
- Tuesday
- Wednesday
- Wednesday
- Thursday
- Thursday
- Friday
- Friday
- Saturday
- Saturday
- Sunday
- Sunday
- MONDAY
- Monday
- TUESDAY
- Tuesday
- WEDNESDAY
- Wednesday
- THURSDAY
- Thursday
- FRIDAY
- Friday
- SATURDAY
- Saturday
- SUNDAY
- Sunday
- "Monday"
- Monday
- "Tuesday"
- Tuesday
- "Wednesday"
- Wednesday
- "Thursday"
- Thursday
- "Friday"
- Friday
- "Saturday"
- Saturday
- "Sunday"
- Sunday
SkuName, SkuNameArgs
- 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.
SkuNameResponse, SkuNameResponseArgs
- 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, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified 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.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
UserAssignedIdentitiesResponseUserAssignedIdentities, UserAssignedIdentitiesResponseUserAssignedIdentitiesArgs
- Client
Id string - The client ID of the user-assigned identity.
- Principal
Id string - The principal ID of the user-assigned identity.
- Client
Id string - The client ID of the user-assigned identity.
- Principal
Id string - The principal ID of the user-assigned identity.
- client
Id String - The client ID of the user-assigned identity.
- principal
Id String - The principal ID of the user-assigned identity.
- client
Id string - The client ID of the user-assigned identity.
- principal
Id 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.
- client
Id String - The client ID of the user-assigned identity.
- principal
Id String - The principal ID of the user-assigned identity.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0