1. Packages
  2. Azure Native
  3. API Docs
  4. machinelearningservices
  5. Packages
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.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.machinelearningservices.Registry

Explore with Pulumi AI

azure-native logo
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.39.0 published on Monday, Apr 29, 2024 by Pulumi

    Azure REST API version: 2023-04-01.

    Other available API versions: 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-04-01-preview.

    Import

    An existing resource can be imported using its type token, name, and identifier, e.g.

    $ pulumi import azure-native:machinelearningservices:Registry string /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearningServices/registries/{registryName} 
    

    Create Registry Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Registry(name: string, args: RegistryArgs, opts?: CustomResourceOptions);
    @overload
    def Registry(resource_name: str,
                 args: RegistryInitArgs,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Registry(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 registry_properties: Optional[RegistryArgs] = None,
                 resource_group_name: Optional[str] = None,
                 identity: Optional[ManagedServiceIdentityArgs] = None,
                 kind: Optional[str] = None,
                 location: Optional[str] = None,
                 registry_name: Optional[str] = None,
                 sku: Optional[SkuArgs] = None,
                 tags: Optional[Mapping[str, str]] = None)
    func NewRegistry(ctx *Context, name string, args RegistryArgs, opts ...ResourceOption) (*Registry, error)
    public Registry(string name, RegistryArgs args, CustomResourceOptions? opts = null)
    public Registry(String name, RegistryArgs args)
    public Registry(String name, RegistryArgs args, CustomResourceOptions options)
    
    type: azure-native:machinelearningservices:Registry
    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 RegistryArgs
    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 RegistryInitArgs
    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 RegistryArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RegistryArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RegistryArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    var azure_nativeRegistryResource = new AzureNative.MachineLearningServices.Registry("azure-nativeRegistryResource", new()
    {
        RegistryProperties = new AzureNative.MachineLearningServices.Inputs.RegistryArgs
        {
            DiscoveryUrl = "string",
            IntellectualPropertyPublisher = "string",
            ManagedResourceGroup = new AzureNative.MachineLearningServices.Inputs.ArmResourceIdArgs
            {
                ResourceId = "string",
            },
            MlFlowRegistryUri = "string",
            PrivateEndpointConnections = new[]
            {
                new AzureNative.MachineLearningServices.Inputs.RegistryPrivateEndpointConnectionArgs
                {
                    Id = "string",
                    Location = "string",
                    Properties = new AzureNative.MachineLearningServices.Inputs.RegistryPrivateEndpointConnectionPropertiesArgs
                    {
                        GroupIds = new[]
                        {
                            "string",
                        },
                        PrivateEndpoint = new AzureNative.MachineLearningServices.Inputs.PrivateEndpointResourceArgs
                        {
                            SubnetArmId = "string",
                        },
                        PrivateLinkServiceConnectionState = new AzureNative.MachineLearningServices.Inputs.RegistryPrivateLinkServiceConnectionStateArgs
                        {
                            ActionsRequired = "string",
                            Description = "string",
                            Status = "string",
                        },
                        ProvisioningState = "string",
                    },
                },
            },
            PublicNetworkAccess = "string",
            RegionDetails = new[]
            {
                new AzureNative.MachineLearningServices.Inputs.RegistryRegionArmDetailsArgs
                {
                    AcrDetails = new[]
                    {
                        new AzureNative.MachineLearningServices.Inputs.AcrDetailsArgs
                        {
                            SystemCreatedAcrAccount = new AzureNative.MachineLearningServices.Inputs.SystemCreatedAcrAccountArgs
                            {
                                AcrAccountName = "string",
                                AcrAccountSku = "string",
                                ArmResourceId = new AzureNative.MachineLearningServices.Inputs.ArmResourceIdArgs
                                {
                                    ResourceId = "string",
                                },
                            },
                            UserCreatedAcrAccount = new AzureNative.MachineLearningServices.Inputs.UserCreatedAcrAccountArgs
                            {
                                ArmResourceId = new AzureNative.MachineLearningServices.Inputs.ArmResourceIdArgs
                                {
                                    ResourceId = "string",
                                },
                            },
                        },
                    },
                    Location = "string",
                    StorageAccountDetails = new[]
                    {
                        new AzureNative.MachineLearningServices.Inputs.StorageAccountDetailsArgs
                        {
                            SystemCreatedStorageAccount = new AzureNative.MachineLearningServices.Inputs.SystemCreatedStorageAccountArgs
                            {
                                AllowBlobPublicAccess = false,
                                ArmResourceId = new AzureNative.MachineLearningServices.Inputs.ArmResourceIdArgs
                                {
                                    ResourceId = "string",
                                },
                                StorageAccountHnsEnabled = false,
                                StorageAccountName = "string",
                                StorageAccountType = "string",
                            },
                            UserCreatedStorageAccount = new AzureNative.MachineLearningServices.Inputs.UserCreatedStorageAccountArgs
                            {
                                ArmResourceId = new AzureNative.MachineLearningServices.Inputs.ArmResourceIdArgs
                                {
                                    ResourceId = "string",
                                },
                            },
                        },
                    },
                },
            },
        },
        ResourceGroupName = "string",
        Identity = new AzureNative.MachineLearningServices.Inputs.ManagedServiceIdentityArgs
        {
            Type = "string",
            UserAssignedIdentities = new[]
            {
                "string",
            },
        },
        Kind = "string",
        Location = "string",
        RegistryName = "string",
        Sku = new AzureNative.MachineLearningServices.Inputs.SkuArgs
        {
            Name = "string",
            Capacity = 0,
            Family = "string",
            Size = "string",
            Tier = AzureNative.MachineLearningServices.SkuTier.Free,
        },
        Tags = 
        {
            { "string", "string" },
        },
    });
    
    example, err := machinelearningservices.NewRegistry(ctx, "azure-nativeRegistryResource", &machinelearningservices.RegistryArgs{
    RegistryProperties: &machinelearningservices.RegistryTypeArgs{
    DiscoveryUrl: pulumi.String("string"),
    IntellectualPropertyPublisher: pulumi.String("string"),
    ManagedResourceGroup: &machinelearningservices.ArmResourceIdArgs{
    ResourceId: pulumi.String("string"),
    },
    MlFlowRegistryUri: pulumi.String("string"),
    PrivateEndpointConnections: machinelearningservices.RegistryPrivateEndpointConnectionArray{
    &machinelearningservices.RegistryPrivateEndpointConnectionArgs{
    Id: pulumi.String("string"),
    Location: pulumi.String("string"),
    Properties: &machinelearningservices.RegistryPrivateEndpointConnectionPropertiesArgs{
    GroupIds: pulumi.StringArray{
    pulumi.String("string"),
    },
    PrivateEndpoint: &machinelearningservices.PrivateEndpointResourceArgs{
    SubnetArmId: pulumi.String("string"),
    },
    PrivateLinkServiceConnectionState: &machinelearningservices.RegistryPrivateLinkServiceConnectionStateArgs{
    ActionsRequired: pulumi.String("string"),
    Description: pulumi.String("string"),
    Status: pulumi.String("string"),
    },
    ProvisioningState: pulumi.String("string"),
    },
    },
    },
    PublicNetworkAccess: pulumi.String("string"),
    RegionDetails: machinelearningservices.RegistryRegionArmDetailsArray{
    &machinelearningservices.RegistryRegionArmDetailsArgs{
    AcrDetails: machinelearningservices.AcrDetailsArray{
    &machinelearningservices.AcrDetailsArgs{
    SystemCreatedAcrAccount: &machinelearningservices.SystemCreatedAcrAccountArgs{
    AcrAccountName: pulumi.String("string"),
    AcrAccountSku: pulumi.String("string"),
    ArmResourceId: &machinelearningservices.ArmResourceIdArgs{
    ResourceId: pulumi.String("string"),
    },
    },
    UserCreatedAcrAccount: &machinelearningservices.UserCreatedAcrAccountArgs{
    ArmResourceId: &machinelearningservices.ArmResourceIdArgs{
    ResourceId: pulumi.String("string"),
    },
    },
    },
    },
    Location: pulumi.String("string"),
    StorageAccountDetails: machinelearningservices.StorageAccountDetailsArray{
    &machinelearningservices.StorageAccountDetailsArgs{
    SystemCreatedStorageAccount: &machinelearningservices.SystemCreatedStorageAccountArgs{
    AllowBlobPublicAccess: pulumi.Bool(false),
    ArmResourceId: &machinelearningservices.ArmResourceIdArgs{
    ResourceId: pulumi.String("string"),
    },
    StorageAccountHnsEnabled: pulumi.Bool(false),
    StorageAccountName: pulumi.String("string"),
    StorageAccountType: pulumi.String("string"),
    },
    UserCreatedStorageAccount: &machinelearningservices.UserCreatedStorageAccountArgs{
    ArmResourceId: &machinelearningservices.ArmResourceIdArgs{
    ResourceId: pulumi.String("string"),
    },
    },
    },
    },
    },
    },
    },
    ResourceGroupName: pulumi.String("string"),
    Identity: &machinelearningservices.ManagedServiceIdentityArgs{
    Type: pulumi.String("string"),
    UserAssignedIdentities: pulumi.StringArray{
    pulumi.String("string"),
    },
    },
    Kind: pulumi.String("string"),
    Location: pulumi.String("string"),
    RegistryName: pulumi.String("string"),
    Sku: &machinelearningservices.SkuArgs{
    Name: pulumi.String("string"),
    Capacity: pulumi.Int(0),
    Family: pulumi.String("string"),
    Size: pulumi.String("string"),
    Tier: machinelearningservices.SkuTierFree,
    },
    Tags: pulumi.StringMap{
    "string": pulumi.String("string"),
    },
    })
    
    var azure_nativeRegistryResource = new Registry("azure-nativeRegistryResource", RegistryArgs.builder()        
        .registryProperties(RegistryArgs.builder()
            .discoveryUrl("string")
            .intellectualPropertyPublisher("string")
            .managedResourceGroup(ArmResourceIdArgs.builder()
                .resourceId("string")
                .build())
            .mlFlowRegistryUri("string")
            .privateEndpointConnections(RegistryPrivateEndpointConnectionArgs.builder()
                .id("string")
                .location("string")
                .properties(RegistryPrivateEndpointConnectionPropertiesArgs.builder()
                    .groupIds("string")
                    .privateEndpoint(PrivateEndpointResourceArgs.builder()
                        .subnetArmId("string")
                        .build())
                    .privateLinkServiceConnectionState(RegistryPrivateLinkServiceConnectionStateArgs.builder()
                        .actionsRequired("string")
                        .description("string")
                        .status("string")
                        .build())
                    .provisioningState("string")
                    .build())
                .build())
            .publicNetworkAccess("string")
            .regionDetails(RegistryRegionArmDetailsArgs.builder()
                .acrDetails(AcrDetailsArgs.builder()
                    .systemCreatedAcrAccount(SystemCreatedAcrAccountArgs.builder()
                        .acrAccountName("string")
                        .acrAccountSku("string")
                        .armResourceId(ArmResourceIdArgs.builder()
                            .resourceId("string")
                            .build())
                        .build())
                    .userCreatedAcrAccount(UserCreatedAcrAccountArgs.builder()
                        .armResourceId(ArmResourceIdArgs.builder()
                            .resourceId("string")
                            .build())
                        .build())
                    .build())
                .location("string")
                .storageAccountDetails(StorageAccountDetailsArgs.builder()
                    .systemCreatedStorageAccount(SystemCreatedStorageAccountArgs.builder()
                        .allowBlobPublicAccess(false)
                        .armResourceId(ArmResourceIdArgs.builder()
                            .resourceId("string")
                            .build())
                        .storageAccountHnsEnabled(false)
                        .storageAccountName("string")
                        .storageAccountType("string")
                        .build())
                    .userCreatedStorageAccount(UserCreatedStorageAccountArgs.builder()
                        .armResourceId(ArmResourceIdArgs.builder()
                            .resourceId("string")
                            .build())
                        .build())
                    .build())
                .build())
            .build())
        .resourceGroupName("string")
        .identity(ManagedServiceIdentityArgs.builder()
            .type("string")
            .userAssignedIdentities("string")
            .build())
        .kind("string")
        .location("string")
        .registryName("string")
        .sku(SkuArgs.builder()
            .name("string")
            .capacity(0)
            .family("string")
            .size("string")
            .tier("Free")
            .build())
        .tags(Map.of("string", "string"))
        .build());
    
    azure_native_registry_resource = azure_native.machinelearningservices.Registry("azure-nativeRegistryResource",
        registry_properties=azure_native.machinelearningservices.RegistryArgs(
            discovery_url="string",
            intellectual_property_publisher="string",
            managed_resource_group=azure_native.machinelearningservices.ArmResourceIdArgs(
                resource_id="string",
            ),
            ml_flow_registry_uri="string",
            private_endpoint_connections=[azure_native.machinelearningservices.RegistryPrivateEndpointConnectionArgs(
                id="string",
                location="string",
                properties=azure_native.machinelearningservices.RegistryPrivateEndpointConnectionPropertiesArgs(
                    group_ids=["string"],
                    private_endpoint=azure_native.machinelearningservices.PrivateEndpointResourceArgs(
                        subnet_arm_id="string",
                    ),
                    private_link_service_connection_state=azure_native.machinelearningservices.RegistryPrivateLinkServiceConnectionStateArgs(
                        actions_required="string",
                        description="string",
                        status="string",
                    ),
                    provisioning_state="string",
                ),
            )],
            public_network_access="string",
            region_details=[azure_native.machinelearningservices.RegistryRegionArmDetailsArgs(
                acr_details=[azure_native.machinelearningservices.AcrDetailsArgs(
                    system_created_acr_account=azure_native.machinelearningservices.SystemCreatedAcrAccountArgs(
                        acr_account_name="string",
                        acr_account_sku="string",
                        arm_resource_id=azure_native.machinelearningservices.ArmResourceIdArgs(
                            resource_id="string",
                        ),
                    ),
                    user_created_acr_account=azure_native.machinelearningservices.UserCreatedAcrAccountArgs(
                        arm_resource_id=azure_native.machinelearningservices.ArmResourceIdArgs(
                            resource_id="string",
                        ),
                    ),
                )],
                location="string",
                storage_account_details=[azure_native.machinelearningservices.StorageAccountDetailsArgs(
                    system_created_storage_account=azure_native.machinelearningservices.SystemCreatedStorageAccountArgs(
                        allow_blob_public_access=False,
                        arm_resource_id=azure_native.machinelearningservices.ArmResourceIdArgs(
                            resource_id="string",
                        ),
                        storage_account_hns_enabled=False,
                        storage_account_name="string",
                        storage_account_type="string",
                    ),
                    user_created_storage_account=azure_native.machinelearningservices.UserCreatedStorageAccountArgs(
                        arm_resource_id=azure_native.machinelearningservices.ArmResourceIdArgs(
                            resource_id="string",
                        ),
                    ),
                )],
            )],
        ),
        resource_group_name="string",
        identity=azure_native.machinelearningservices.ManagedServiceIdentityArgs(
            type="string",
            user_assigned_identities=["string"],
        ),
        kind="string",
        location="string",
        registry_name="string",
        sku=azure_native.machinelearningservices.SkuArgs(
            name="string",
            capacity=0,
            family="string",
            size="string",
            tier=azure_native.machinelearningservices.SkuTier.FREE,
        ),
        tags={
            "string": "string",
        })
    
    const azure_nativeRegistryResource = new azure_native.machinelearningservices.Registry("azure-nativeRegistryResource", {
        registryProperties: {
            discoveryUrl: "string",
            intellectualPropertyPublisher: "string",
            managedResourceGroup: {
                resourceId: "string",
            },
            mlFlowRegistryUri: "string",
            privateEndpointConnections: [{
                id: "string",
                location: "string",
                properties: {
                    groupIds: ["string"],
                    privateEndpoint: {
                        subnetArmId: "string",
                    },
                    privateLinkServiceConnectionState: {
                        actionsRequired: "string",
                        description: "string",
                        status: "string",
                    },
                    provisioningState: "string",
                },
            }],
            publicNetworkAccess: "string",
            regionDetails: [{
                acrDetails: [{
                    systemCreatedAcrAccount: {
                        acrAccountName: "string",
                        acrAccountSku: "string",
                        armResourceId: {
                            resourceId: "string",
                        },
                    },
                    userCreatedAcrAccount: {
                        armResourceId: {
                            resourceId: "string",
                        },
                    },
                }],
                location: "string",
                storageAccountDetails: [{
                    systemCreatedStorageAccount: {
                        allowBlobPublicAccess: false,
                        armResourceId: {
                            resourceId: "string",
                        },
                        storageAccountHnsEnabled: false,
                        storageAccountName: "string",
                        storageAccountType: "string",
                    },
                    userCreatedStorageAccount: {
                        armResourceId: {
                            resourceId: "string",
                        },
                    },
                }],
            }],
        },
        resourceGroupName: "string",
        identity: {
            type: "string",
            userAssignedIdentities: ["string"],
        },
        kind: "string",
        location: "string",
        registryName: "string",
        sku: {
            name: "string",
            capacity: 0,
            family: "string",
            size: "string",
            tier: azure_native.machinelearningservices.SkuTier.Free,
        },
        tags: {
            string: "string",
        },
    });
    
    type: azure-native:machinelearningservices:Registry
    properties:
        identity:
            type: string
            userAssignedIdentities:
                - string
        kind: string
        location: string
        registryName: string
        registryProperties:
            discoveryUrl: string
            intellectualPropertyPublisher: string
            managedResourceGroup:
                resourceId: string
            mlFlowRegistryUri: string
            privateEndpointConnections:
                - id: string
                  location: string
                  properties:
                    groupIds:
                        - string
                    privateEndpoint:
                        subnetArmId: string
                    privateLinkServiceConnectionState:
                        actionsRequired: string
                        description: string
                        status: string
                    provisioningState: string
            publicNetworkAccess: string
            regionDetails:
                - acrDetails:
                    - systemCreatedAcrAccount:
                        acrAccountName: string
                        acrAccountSku: string
                        armResourceId:
                            resourceId: string
                      userCreatedAcrAccount:
                        armResourceId:
                            resourceId: string
                  location: string
                  storageAccountDetails:
                    - systemCreatedStorageAccount:
                        allowBlobPublicAccess: false
                        armResourceId:
                            resourceId: string
                        storageAccountHnsEnabled: false
                        storageAccountName: string
                        storageAccountType: string
                      userCreatedStorageAccount:
                        armResourceId:
                            resourceId: string
        resourceGroupName: string
        sku:
            capacity: 0
            family: string
            name: string
            size: string
            tier: Free
        tags:
            string: string
    

    Registry 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 Registry resource accepts the following input properties:

    RegistryProperties Pulumi.AzureNative.MachineLearningServices.Inputs.Registry
    [Required] Additional attributes of the entity.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Identity Pulumi.AzureNative.MachineLearningServices.Inputs.ManagedServiceIdentity
    Managed service identity (system assigned and/or user assigned identities)
    Kind string
    Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type.
    Location string
    The geo-location where the resource lives
    RegistryName string
    Name of Azure Machine Learning registry. This is case-insensitive
    Sku Pulumi.AzureNative.MachineLearningServices.Inputs.Sku
    Sku details required for ARM contract for Autoscaling.
    Tags Dictionary<string, string>
    Resource tags.
    RegistryProperties RegistryTypeArgs
    [Required] Additional attributes of the entity.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Identity ManagedServiceIdentityArgs
    Managed service identity (system assigned and/or user assigned identities)
    Kind string
    Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type.
    Location string
    The geo-location where the resource lives
    RegistryName string
    Name of Azure Machine Learning registry. This is case-insensitive
    Sku SkuArgs
    Sku details required for ARM contract for Autoscaling.
    Tags map[string]string
    Resource tags.
    registryProperties Registry
    [Required] Additional attributes of the entity.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    identity ManagedServiceIdentity
    Managed service identity (system assigned and/or user assigned identities)
    kind String
    Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type.
    location String
    The geo-location where the resource lives
    registryName String
    Name of Azure Machine Learning registry. This is case-insensitive
    sku Sku
    Sku details required for ARM contract for Autoscaling.
    tags Map<String,String>
    Resource tags.
    registryProperties Registry
    [Required] Additional attributes of the entity.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    identity ManagedServiceIdentity
    Managed service identity (system assigned and/or user assigned identities)
    kind string
    Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type.
    location string
    The geo-location where the resource lives
    registryName string
    Name of Azure Machine Learning registry. This is case-insensitive
    sku Sku
    Sku details required for ARM contract for Autoscaling.
    tags {[key: string]: string}
    Resource tags.
    registry_properties RegistryArgs
    [Required] Additional attributes of the entity.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    identity ManagedServiceIdentityArgs
    Managed service identity (system assigned and/or user assigned identities)
    kind str
    Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type.
    location str
    The geo-location where the resource lives
    registry_name str
    Name of Azure Machine Learning registry. This is case-insensitive
    sku SkuArgs
    Sku details required for ARM contract for Autoscaling.
    tags Mapping[str, str]
    Resource tags.
    registryProperties Property Map
    [Required] Additional attributes of the entity.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    identity Property Map
    Managed service identity (system assigned and/or user assigned identities)
    kind String
    Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type.
    location String
    The geo-location where the resource lives
    registryName String
    Name of Azure Machine Learning registry. This is case-insensitive
    sku Property Map
    Sku details required for ARM contract for Autoscaling.
    tags Map<String>
    Resource tags.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Registry resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the resource
    SystemData Pulumi.AzureNative.MachineLearningServices.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    The name of the resource
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the resource
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    The name of the resource
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    The name of the resource
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    The name of the resource
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Supporting Types

    AcrDetails, AcrDetailsArgs

    SystemCreatedAcrAccount Pulumi.AzureNative.MachineLearningServices.Inputs.SystemCreatedAcrAccount
    Details of system created ACR account to be used for the Registry
    UserCreatedAcrAccount Pulumi.AzureNative.MachineLearningServices.Inputs.UserCreatedAcrAccount
    Details of user created ACR account to be used for the Registry
    SystemCreatedAcrAccount SystemCreatedAcrAccount
    Details of system created ACR account to be used for the Registry
    UserCreatedAcrAccount UserCreatedAcrAccount
    Details of user created ACR account to be used for the Registry
    systemCreatedAcrAccount SystemCreatedAcrAccount
    Details of system created ACR account to be used for the Registry
    userCreatedAcrAccount UserCreatedAcrAccount
    Details of user created ACR account to be used for the Registry
    systemCreatedAcrAccount SystemCreatedAcrAccount
    Details of system created ACR account to be used for the Registry
    userCreatedAcrAccount UserCreatedAcrAccount
    Details of user created ACR account to be used for the Registry
    system_created_acr_account SystemCreatedAcrAccount
    Details of system created ACR account to be used for the Registry
    user_created_acr_account UserCreatedAcrAccount
    Details of user created ACR account to be used for the Registry
    systemCreatedAcrAccount Property Map
    Details of system created ACR account to be used for the Registry
    userCreatedAcrAccount Property Map
    Details of user created ACR account to be used for the Registry

    AcrDetailsResponse, AcrDetailsResponseArgs

    SystemCreatedAcrAccount SystemCreatedAcrAccountResponse
    Details of system created ACR account to be used for the Registry
    UserCreatedAcrAccount UserCreatedAcrAccountResponse
    Details of user created ACR account to be used for the Registry
    systemCreatedAcrAccount SystemCreatedAcrAccountResponse
    Details of system created ACR account to be used for the Registry
    userCreatedAcrAccount UserCreatedAcrAccountResponse
    Details of user created ACR account to be used for the Registry
    systemCreatedAcrAccount SystemCreatedAcrAccountResponse
    Details of system created ACR account to be used for the Registry
    userCreatedAcrAccount UserCreatedAcrAccountResponse
    Details of user created ACR account to be used for the Registry
    system_created_acr_account SystemCreatedAcrAccountResponse
    Details of system created ACR account to be used for the Registry
    user_created_acr_account UserCreatedAcrAccountResponse
    Details of user created ACR account to be used for the Registry
    systemCreatedAcrAccount Property Map
    Details of system created ACR account to be used for the Registry
    userCreatedAcrAccount Property Map
    Details of user created ACR account to be used for the Registry

    ArmResourceId, ArmResourceIdArgs

    ResourceId string
    Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"
    ResourceId string
    Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"
    resourceId String
    Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"
    resourceId string
    Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"
    resource_id str
    Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"
    resourceId String
    Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"

    ArmResourceIdResponse, ArmResourceIdResponseArgs

    ResourceId string
    Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"
    ResourceId string
    Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"
    resourceId String
    Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"
    resourceId string
    Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"
    resource_id str
    Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"
    resourceId String
    Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"

    EndpointServiceConnectionStatus, EndpointServiceConnectionStatusArgs

    Approved
    Approved
    Pending
    Pending
    Rejected
    Rejected
    Disconnected
    Disconnected
    EndpointServiceConnectionStatusApproved
    Approved
    EndpointServiceConnectionStatusPending
    Pending
    EndpointServiceConnectionStatusRejected
    Rejected
    EndpointServiceConnectionStatusDisconnected
    Disconnected
    Approved
    Approved
    Pending
    Pending
    Rejected
    Rejected
    Disconnected
    Disconnected
    Approved
    Approved
    Pending
    Pending
    Rejected
    Rejected
    Disconnected
    Disconnected
    APPROVED
    Approved
    PENDING
    Pending
    REJECTED
    Rejected
    DISCONNECTED
    Disconnected
    "Approved"
    Approved
    "Pending"
    Pending
    "Rejected"
    Rejected
    "Disconnected"
    Disconnected

    ManagedServiceIdentity, ManagedServiceIdentityArgs

    Type string | Pulumi.AzureNative.MachineLearningServices.ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities List<string>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    Type string | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities []string
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type String | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities List<String>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type string | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities string[]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type str | ManagedServiceIdentityType
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities Sequence[str]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    type String | "None" | "SystemAssigned" | "UserAssigned" | "SystemAssigned,UserAssigned"
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities List<String>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    ManagedServiceIdentityResponse, ManagedServiceIdentityResponseArgs

    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities Dictionary<string, Pulumi.AzureNative.MachineLearningServices.Inputs.UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    PrincipalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    TenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    Type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    UserAssignedIdentities map[string]UserAssignedIdentityResponse
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<String,UserAssignedIdentityResponse>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId string
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId string
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type string
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse}
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principal_id str
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenant_id str
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type str
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    user_assigned_identities Mapping[str, UserAssignedIdentityResponse]
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
    principalId String
    The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
    tenantId String
    The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
    type String
    Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
    userAssignedIdentities Map<Property Map>
    The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

    ManagedServiceIdentityType, ManagedServiceIdentityTypeArgs

    None
    None
    SystemAssigned
    SystemAssigned
    UserAssigned
    UserAssigned
    SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    ManagedServiceIdentityTypeNone
    None
    ManagedServiceIdentityTypeSystemAssigned
    SystemAssigned
    ManagedServiceIdentityTypeUserAssigned
    UserAssigned
    ManagedServiceIdentityType_SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    None
    None
    SystemAssigned
    SystemAssigned
    UserAssigned
    UserAssigned
    SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    None
    None
    SystemAssigned
    SystemAssigned
    UserAssigned
    UserAssigned
    SystemAssigned_UserAssigned
    SystemAssigned,UserAssigned
    NONE
    None
    SYSTEM_ASSIGNED
    SystemAssigned
    USER_ASSIGNED
    UserAssigned
    SYSTEM_ASSIGNED_USER_ASSIGNED
    SystemAssigned,UserAssigned
    "None"
    None
    "SystemAssigned"
    SystemAssigned
    "UserAssigned"
    UserAssigned
    "SystemAssigned,UserAssigned"
    SystemAssigned,UserAssigned

    PrivateEndpointResource, PrivateEndpointResourceArgs

    SubnetArmId string
    The subnetId that the private endpoint is connected to.
    SubnetArmId string
    The subnetId that the private endpoint is connected to.
    subnetArmId String
    The subnetId that the private endpoint is connected to.
    subnetArmId string
    The subnetId that the private endpoint is connected to.
    subnet_arm_id str
    The subnetId that the private endpoint is connected to.
    subnetArmId String
    The subnetId that the private endpoint is connected to.

    PrivateEndpointResourceResponse, PrivateEndpointResourceResponseArgs

    Id string
    The ARM identifier for Private Endpoint
    SubnetArmId string
    The subnetId that the private endpoint is connected to.
    Id string
    The ARM identifier for Private Endpoint
    SubnetArmId string
    The subnetId that the private endpoint is connected to.
    id String
    The ARM identifier for Private Endpoint
    subnetArmId String
    The subnetId that the private endpoint is connected to.
    id string
    The ARM identifier for Private Endpoint
    subnetArmId string
    The subnetId that the private endpoint is connected to.
    id str
    The ARM identifier for Private Endpoint
    subnet_arm_id str
    The subnetId that the private endpoint is connected to.
    id String
    The ARM identifier for Private Endpoint
    subnetArmId String
    The subnetId that the private endpoint is connected to.

    Registry, RegistryArgs

    DiscoveryUrl string
    Discovery URL for the Registry
    IntellectualPropertyPublisher string
    IntellectualPropertyPublisher for the registry
    ManagedResourceGroup Pulumi.AzureNative.MachineLearningServices.Inputs.ArmResourceId
    ResourceId of the managed RG if the registry has system created resources
    MlFlowRegistryUri string
    MLFlow Registry URI for the Registry
    PrivateEndpointConnections List<Pulumi.AzureNative.MachineLearningServices.Inputs.RegistryPrivateEndpointConnection>
    Private endpoint connections info used for pending connections in private link portal
    PublicNetworkAccess string
    Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
    RegionDetails List<Pulumi.AzureNative.MachineLearningServices.Inputs.RegistryRegionArmDetails>
    Details of each region the registry is in
    DiscoveryUrl string
    Discovery URL for the Registry
    IntellectualPropertyPublisher string
    IntellectualPropertyPublisher for the registry
    ManagedResourceGroup ArmResourceId
    ResourceId of the managed RG if the registry has system created resources
    MlFlowRegistryUri string
    MLFlow Registry URI for the Registry
    PrivateEndpointConnections []RegistryPrivateEndpointConnection
    Private endpoint connections info used for pending connections in private link portal
    PublicNetworkAccess string
    Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
    RegionDetails []RegistryRegionArmDetails
    Details of each region the registry is in
    discoveryUrl String
    Discovery URL for the Registry
    intellectualPropertyPublisher String
    IntellectualPropertyPublisher for the registry
    managedResourceGroup ArmResourceId
    ResourceId of the managed RG if the registry has system created resources
    mlFlowRegistryUri String
    MLFlow Registry URI for the Registry
    privateEndpointConnections List<RegistryPrivateEndpointConnection>
    Private endpoint connections info used for pending connections in private link portal
    publicNetworkAccess String
    Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
    regionDetails List<RegistryRegionArmDetails>
    Details of each region the registry is in
    discoveryUrl string
    Discovery URL for the Registry
    intellectualPropertyPublisher string
    IntellectualPropertyPublisher for the registry
    managedResourceGroup ArmResourceId
    ResourceId of the managed RG if the registry has system created resources
    mlFlowRegistryUri string
    MLFlow Registry URI for the Registry
    privateEndpointConnections RegistryPrivateEndpointConnection[]
    Private endpoint connections info used for pending connections in private link portal
    publicNetworkAccess string
    Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
    regionDetails RegistryRegionArmDetails[]
    Details of each region the registry is in
    discovery_url str
    Discovery URL for the Registry
    intellectual_property_publisher str
    IntellectualPropertyPublisher for the registry
    managed_resource_group ArmResourceId
    ResourceId of the managed RG if the registry has system created resources
    ml_flow_registry_uri str
    MLFlow Registry URI for the Registry
    private_endpoint_connections Sequence[RegistryPrivateEndpointConnection]
    Private endpoint connections info used for pending connections in private link portal
    public_network_access str
    Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
    region_details Sequence[RegistryRegionArmDetails]
    Details of each region the registry is in
    discoveryUrl String
    Discovery URL for the Registry
    intellectualPropertyPublisher String
    IntellectualPropertyPublisher for the registry
    managedResourceGroup Property Map
    ResourceId of the managed RG if the registry has system created resources
    mlFlowRegistryUri String
    MLFlow Registry URI for the Registry
    privateEndpointConnections List<Property Map>
    Private endpoint connections info used for pending connections in private link portal
    publicNetworkAccess String
    Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
    regionDetails List<Property Map>
    Details of each region the registry is in

    RegistryPrivateEndpointConnection, RegistryPrivateEndpointConnectionArgs

    Id string
    This is the private endpoint connection name created on SRP Full resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/privateEndpointConnections/{peConnectionName}
    Location string
    Same as workspace location.
    Properties Pulumi.AzureNative.MachineLearningServices.Inputs.RegistryPrivateEndpointConnectionProperties
    Properties of the Private Endpoint Connection
    Id string
    This is the private endpoint connection name created on SRP Full resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/privateEndpointConnections/{peConnectionName}
    Location string
    Same as workspace location.
    Properties RegistryPrivateEndpointConnectionProperties
    Properties of the Private Endpoint Connection
    id String
    This is the private endpoint connection name created on SRP Full resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/privateEndpointConnections/{peConnectionName}
    location String
    Same as workspace location.
    properties RegistryPrivateEndpointConnectionProperties
    Properties of the Private Endpoint Connection
    id string
    This is the private endpoint connection name created on SRP Full resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/privateEndpointConnections/{peConnectionName}
    location string
    Same as workspace location.
    properties RegistryPrivateEndpointConnectionProperties
    Properties of the Private Endpoint Connection
    id str
    This is the private endpoint connection name created on SRP Full resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/privateEndpointConnections/{peConnectionName}
    location str
    Same as workspace location.
    properties RegistryPrivateEndpointConnectionProperties
    Properties of the Private Endpoint Connection
    id String
    This is the private endpoint connection name created on SRP Full resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/privateEndpointConnections/{peConnectionName}
    location String
    Same as workspace location.
    properties Property Map
    Properties of the Private Endpoint Connection

    RegistryPrivateEndpointConnectionProperties, RegistryPrivateEndpointConnectionPropertiesArgs

    GroupIds List<string>
    The group ids
    PrivateEndpoint Pulumi.AzureNative.MachineLearningServices.Inputs.PrivateEndpointResource
    The PE network resource that is linked to this PE connection.
    PrivateLinkServiceConnectionState Pulumi.AzureNative.MachineLearningServices.Inputs.RegistryPrivateLinkServiceConnectionState
    The connection state.
    ProvisioningState string
    One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
    GroupIds []string
    The group ids
    PrivateEndpoint PrivateEndpointResource
    The PE network resource that is linked to this PE connection.
    PrivateLinkServiceConnectionState RegistryPrivateLinkServiceConnectionState
    The connection state.
    ProvisioningState string
    One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
    groupIds List<String>
    The group ids
    privateEndpoint PrivateEndpointResource
    The PE network resource that is linked to this PE connection.
    privateLinkServiceConnectionState RegistryPrivateLinkServiceConnectionState
    The connection state.
    provisioningState String
    One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
    groupIds string[]
    The group ids
    privateEndpoint PrivateEndpointResource
    The PE network resource that is linked to this PE connection.
    privateLinkServiceConnectionState RegistryPrivateLinkServiceConnectionState
    The connection state.
    provisioningState string
    One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
    group_ids Sequence[str]
    The group ids
    private_endpoint PrivateEndpointResource
    The PE network resource that is linked to this PE connection.
    private_link_service_connection_state RegistryPrivateLinkServiceConnectionState
    The connection state.
    provisioning_state str
    One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
    groupIds List<String>
    The group ids
    privateEndpoint Property Map
    The PE network resource that is linked to this PE connection.
    privateLinkServiceConnectionState Property Map
    The connection state.
    provisioningState String
    One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.

    RegistryPrivateEndpointConnectionPropertiesResponse, RegistryPrivateEndpointConnectionPropertiesResponseArgs

    GroupIds List<string>
    The group ids
    PrivateEndpoint Pulumi.AzureNative.MachineLearningServices.Inputs.PrivateEndpointResourceResponse
    The PE network resource that is linked to this PE connection.
    PrivateLinkServiceConnectionState Pulumi.AzureNative.MachineLearningServices.Inputs.RegistryPrivateLinkServiceConnectionStateResponse
    The connection state.
    ProvisioningState string
    One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
    GroupIds []string
    The group ids
    PrivateEndpoint PrivateEndpointResourceResponse
    The PE network resource that is linked to this PE connection.
    PrivateLinkServiceConnectionState RegistryPrivateLinkServiceConnectionStateResponse
    The connection state.
    ProvisioningState string
    One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
    groupIds List<String>
    The group ids
    privateEndpoint PrivateEndpointResourceResponse
    The PE network resource that is linked to this PE connection.
    privateLinkServiceConnectionState RegistryPrivateLinkServiceConnectionStateResponse
    The connection state.
    provisioningState String
    One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
    groupIds string[]
    The group ids
    privateEndpoint PrivateEndpointResourceResponse
    The PE network resource that is linked to this PE connection.
    privateLinkServiceConnectionState RegistryPrivateLinkServiceConnectionStateResponse
    The connection state.
    provisioningState string
    One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
    group_ids Sequence[str]
    The group ids
    private_endpoint PrivateEndpointResourceResponse
    The PE network resource that is linked to this PE connection.
    private_link_service_connection_state RegistryPrivateLinkServiceConnectionStateResponse
    The connection state.
    provisioning_state str
    One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
    groupIds List<String>
    The group ids
    privateEndpoint Property Map
    The PE network resource that is linked to this PE connection.
    privateLinkServiceConnectionState Property Map
    The connection state.
    provisioningState String
    One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.

    RegistryPrivateEndpointConnectionResponse, RegistryPrivateEndpointConnectionResponseArgs

    Id string
    This is the private endpoint connection name created on SRP Full resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/privateEndpointConnections/{peConnectionName}
    Location string
    Same as workspace location.
    Properties Pulumi.AzureNative.MachineLearningServices.Inputs.RegistryPrivateEndpointConnectionPropertiesResponse
    Properties of the Private Endpoint Connection
    Id string
    This is the private endpoint connection name created on SRP Full resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/privateEndpointConnections/{peConnectionName}
    Location string
    Same as workspace location.
    Properties RegistryPrivateEndpointConnectionPropertiesResponse
    Properties of the Private Endpoint Connection
    id String
    This is the private endpoint connection name created on SRP Full resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/privateEndpointConnections/{peConnectionName}
    location String
    Same as workspace location.
    properties RegistryPrivateEndpointConnectionPropertiesResponse
    Properties of the Private Endpoint Connection
    id string
    This is the private endpoint connection name created on SRP Full resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/privateEndpointConnections/{peConnectionName}
    location string
    Same as workspace location.
    properties RegistryPrivateEndpointConnectionPropertiesResponse
    Properties of the Private Endpoint Connection
    id str
    This is the private endpoint connection name created on SRP Full resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/privateEndpointConnections/{peConnectionName}
    location str
    Same as workspace location.
    properties RegistryPrivateEndpointConnectionPropertiesResponse
    Properties of the Private Endpoint Connection
    id String
    This is the private endpoint connection name created on SRP Full resource id: /subscriptions/{subId}/resourceGroups/{rgName}/providers/Microsoft.MachineLearningServices/{resourceType}/{resourceName}/privateEndpointConnections/{peConnectionName}
    location String
    Same as workspace location.
    properties Property Map
    Properties of the Private Endpoint Connection

    RegistryPrivateLinkServiceConnectionState, RegistryPrivateLinkServiceConnectionStateArgs

    ActionsRequired string
    Some RP chose "None". Other RPs use this for region expansion.
    Description string
    User-defined message that, per NRP doc, may be used for approval-related message.
    Status string | Pulumi.AzureNative.MachineLearningServices.EndpointServiceConnectionStatus
    Connection status of the service consumer with the service provider
    ActionsRequired string
    Some RP chose "None". Other RPs use this for region expansion.
    Description string
    User-defined message that, per NRP doc, may be used for approval-related message.
    Status string | EndpointServiceConnectionStatus
    Connection status of the service consumer with the service provider
    actionsRequired String
    Some RP chose "None". Other RPs use this for region expansion.
    description String
    User-defined message that, per NRP doc, may be used for approval-related message.
    status String | EndpointServiceConnectionStatus
    Connection status of the service consumer with the service provider
    actionsRequired string
    Some RP chose "None". Other RPs use this for region expansion.
    description string
    User-defined message that, per NRP doc, may be used for approval-related message.
    status string | EndpointServiceConnectionStatus
    Connection status of the service consumer with the service provider
    actions_required str
    Some RP chose "None". Other RPs use this for region expansion.
    description str
    User-defined message that, per NRP doc, may be used for approval-related message.
    status str | EndpointServiceConnectionStatus
    Connection status of the service consumer with the service provider
    actionsRequired String
    Some RP chose "None". Other RPs use this for region expansion.
    description String
    User-defined message that, per NRP doc, may be used for approval-related message.
    status String | "Approved" | "Pending" | "Rejected" | "Disconnected"
    Connection status of the service consumer with the service provider

    RegistryPrivateLinkServiceConnectionStateResponse, RegistryPrivateLinkServiceConnectionStateResponseArgs

    ActionsRequired string
    Some RP chose "None". Other RPs use this for region expansion.
    Description string
    User-defined message that, per NRP doc, may be used for approval-related message.
    Status string
    Connection status of the service consumer with the service provider
    ActionsRequired string
    Some RP chose "None". Other RPs use this for region expansion.
    Description string
    User-defined message that, per NRP doc, may be used for approval-related message.
    Status string
    Connection status of the service consumer with the service provider
    actionsRequired String
    Some RP chose "None". Other RPs use this for region expansion.
    description String
    User-defined message that, per NRP doc, may be used for approval-related message.
    status String
    Connection status of the service consumer with the service provider
    actionsRequired string
    Some RP chose "None". Other RPs use this for region expansion.
    description string
    User-defined message that, per NRP doc, may be used for approval-related message.
    status string
    Connection status of the service consumer with the service provider
    actions_required str
    Some RP chose "None". Other RPs use this for region expansion.
    description str
    User-defined message that, per NRP doc, may be used for approval-related message.
    status str
    Connection status of the service consumer with the service provider
    actionsRequired String
    Some RP chose "None". Other RPs use this for region expansion.
    description String
    User-defined message that, per NRP doc, may be used for approval-related message.
    status String
    Connection status of the service consumer with the service provider

    RegistryRegionArmDetails, RegistryRegionArmDetailsArgs

    AcrDetails []AcrDetails
    List of ACR accounts
    Location string
    The location where the registry exists
    StorageAccountDetails []StorageAccountDetails
    List of storage accounts
    acrDetails List<AcrDetails>
    List of ACR accounts
    location String
    The location where the registry exists
    storageAccountDetails List<StorageAccountDetails>
    List of storage accounts
    acrDetails AcrDetails[]
    List of ACR accounts
    location string
    The location where the registry exists
    storageAccountDetails StorageAccountDetails[]
    List of storage accounts
    acr_details Sequence[AcrDetails]
    List of ACR accounts
    location str
    The location where the registry exists
    storage_account_details Sequence[StorageAccountDetails]
    List of storage accounts
    acrDetails List<Property Map>
    List of ACR accounts
    location String
    The location where the registry exists
    storageAccountDetails List<Property Map>
    List of storage accounts

    RegistryRegionArmDetailsResponse, RegistryRegionArmDetailsResponseArgs

    AcrDetails []AcrDetailsResponse
    List of ACR accounts
    Location string
    The location where the registry exists
    StorageAccountDetails []StorageAccountDetailsResponse
    List of storage accounts
    acrDetails List<AcrDetailsResponse>
    List of ACR accounts
    location String
    The location where the registry exists
    storageAccountDetails List<StorageAccountDetailsResponse>
    List of storage accounts
    acrDetails AcrDetailsResponse[]
    List of ACR accounts
    location string
    The location where the registry exists
    storageAccountDetails StorageAccountDetailsResponse[]
    List of storage accounts
    acr_details Sequence[AcrDetailsResponse]
    List of ACR accounts
    location str
    The location where the registry exists
    storage_account_details Sequence[StorageAccountDetailsResponse]
    List of storage accounts
    acrDetails List<Property Map>
    List of ACR accounts
    location String
    The location where the registry exists
    storageAccountDetails List<Property Map>
    List of storage accounts

    RegistryResponse, RegistryResponseArgs

    DiscoveryUrl string
    Discovery URL for the Registry
    IntellectualPropertyPublisher string
    IntellectualPropertyPublisher for the registry
    ManagedResourceGroup Pulumi.AzureNative.MachineLearningServices.Inputs.ArmResourceIdResponse
    ResourceId of the managed RG if the registry has system created resources
    MlFlowRegistryUri string
    MLFlow Registry URI for the Registry
    PrivateEndpointConnections List<Pulumi.AzureNative.MachineLearningServices.Inputs.RegistryPrivateEndpointConnectionResponse>
    Private endpoint connections info used for pending connections in private link portal
    PublicNetworkAccess string
    Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
    RegionDetails List<Pulumi.AzureNative.MachineLearningServices.Inputs.RegistryRegionArmDetailsResponse>
    Details of each region the registry is in
    DiscoveryUrl string
    Discovery URL for the Registry
    IntellectualPropertyPublisher string
    IntellectualPropertyPublisher for the registry
    ManagedResourceGroup ArmResourceIdResponse
    ResourceId of the managed RG if the registry has system created resources
    MlFlowRegistryUri string
    MLFlow Registry URI for the Registry
    PrivateEndpointConnections []RegistryPrivateEndpointConnectionResponse
    Private endpoint connections info used for pending connections in private link portal
    PublicNetworkAccess string
    Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
    RegionDetails []RegistryRegionArmDetailsResponse
    Details of each region the registry is in
    discoveryUrl String
    Discovery URL for the Registry
    intellectualPropertyPublisher String
    IntellectualPropertyPublisher for the registry
    managedResourceGroup ArmResourceIdResponse
    ResourceId of the managed RG if the registry has system created resources
    mlFlowRegistryUri String
    MLFlow Registry URI for the Registry
    privateEndpointConnections List<RegistryPrivateEndpointConnectionResponse>
    Private endpoint connections info used for pending connections in private link portal
    publicNetworkAccess String
    Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
    regionDetails List<RegistryRegionArmDetailsResponse>
    Details of each region the registry is in
    discoveryUrl string
    Discovery URL for the Registry
    intellectualPropertyPublisher string
    IntellectualPropertyPublisher for the registry
    managedResourceGroup ArmResourceIdResponse
    ResourceId of the managed RG if the registry has system created resources
    mlFlowRegistryUri string
    MLFlow Registry URI for the Registry
    privateEndpointConnections RegistryPrivateEndpointConnectionResponse[]
    Private endpoint connections info used for pending connections in private link portal
    publicNetworkAccess string
    Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
    regionDetails RegistryRegionArmDetailsResponse[]
    Details of each region the registry is in
    discovery_url str
    Discovery URL for the Registry
    intellectual_property_publisher str
    IntellectualPropertyPublisher for the registry
    managed_resource_group ArmResourceIdResponse
    ResourceId of the managed RG if the registry has system created resources
    ml_flow_registry_uri str
    MLFlow Registry URI for the Registry
    private_endpoint_connections Sequence[RegistryPrivateEndpointConnectionResponse]
    Private endpoint connections info used for pending connections in private link portal
    public_network_access str
    Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
    region_details Sequence[RegistryRegionArmDetailsResponse]
    Details of each region the registry is in
    discoveryUrl String
    Discovery URL for the Registry
    intellectualPropertyPublisher String
    IntellectualPropertyPublisher for the registry
    managedResourceGroup Property Map
    ResourceId of the managed RG if the registry has system created resources
    mlFlowRegistryUri String
    MLFlow Registry URI for the Registry
    privateEndpointConnections List<Property Map>
    Private endpoint connections info used for pending connections in private link portal
    publicNetworkAccess String
    Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
    regionDetails List<Property Map>
    Details of each region the registry is in

    Sku, SkuArgs

    Name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    Capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    Family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    Size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    Tier Pulumi.AzureNative.MachineLearningServices.SkuTier
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    Name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    Capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    Family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    Size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    Tier SkuTier
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name String
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity Integer
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family String
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size String
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier SkuTier
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity number
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier SkuTier
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name str
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family str
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size str
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier SkuTier
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name String
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity Number
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family String
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size String
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier "Free" | "Basic" | "Standard" | "Premium"
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

    SkuResponse, SkuResponseArgs

    Name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    Capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    Family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    Size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    Tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    Name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    Capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    Family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    Size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    Tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name String
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity Integer
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family String
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size String
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier String
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name string
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity number
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family string
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size string
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier string
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name str
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity int
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family str
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size str
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier str
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.
    name String
    The name of the SKU. Ex - P3. It is typically a letter+number code
    capacity Number
    If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
    family String
    If the service has different generations of hardware, for the same SKU, then that can be captured here.
    size String
    The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code.
    tier String
    This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT.

    SkuTier, SkuTierArgs

    Free
    Free
    Basic
    Basic
    Standard
    Standard
    Premium
    Premium
    SkuTierFree
    Free
    SkuTierBasic
    Basic
    SkuTierStandard
    Standard
    SkuTierPremium
    Premium
    Free
    Free
    Basic
    Basic
    Standard
    Standard
    Premium
    Premium
    Free
    Free
    Basic
    Basic
    Standard
    Standard
    Premium
    Premium
    FREE
    Free
    BASIC
    Basic
    STANDARD
    Standard
    PREMIUM
    Premium
    "Free"
    Free
    "Basic"
    Basic
    "Standard"
    Standard
    "Premium"
    Premium

    StorageAccountDetails, StorageAccountDetailsArgs

    SystemCreatedStorageAccount Pulumi.AzureNative.MachineLearningServices.Inputs.SystemCreatedStorageAccount
    Details of system created storage account to be used for the registry
    UserCreatedStorageAccount Pulumi.AzureNative.MachineLearningServices.Inputs.UserCreatedStorageAccount
    Details of user created storage account to be used for the registry
    SystemCreatedStorageAccount SystemCreatedStorageAccount
    Details of system created storage account to be used for the registry
    UserCreatedStorageAccount UserCreatedStorageAccount
    Details of user created storage account to be used for the registry
    systemCreatedStorageAccount SystemCreatedStorageAccount
    Details of system created storage account to be used for the registry
    userCreatedStorageAccount UserCreatedStorageAccount
    Details of user created storage account to be used for the registry
    systemCreatedStorageAccount SystemCreatedStorageAccount
    Details of system created storage account to be used for the registry
    userCreatedStorageAccount UserCreatedStorageAccount
    Details of user created storage account to be used for the registry
    system_created_storage_account SystemCreatedStorageAccount
    Details of system created storage account to be used for the registry
    user_created_storage_account UserCreatedStorageAccount
    Details of user created storage account to be used for the registry
    systemCreatedStorageAccount Property Map
    Details of system created storage account to be used for the registry
    userCreatedStorageAccount Property Map
    Details of user created storage account to be used for the registry

    StorageAccountDetailsResponse, StorageAccountDetailsResponseArgs

    SystemCreatedStorageAccount SystemCreatedStorageAccountResponse
    Details of system created storage account to be used for the registry
    UserCreatedStorageAccount UserCreatedStorageAccountResponse
    Details of user created storage account to be used for the registry
    systemCreatedStorageAccount SystemCreatedStorageAccountResponse
    Details of system created storage account to be used for the registry
    userCreatedStorageAccount UserCreatedStorageAccountResponse
    Details of user created storage account to be used for the registry
    systemCreatedStorageAccount SystemCreatedStorageAccountResponse
    Details of system created storage account to be used for the registry
    userCreatedStorageAccount UserCreatedStorageAccountResponse
    Details of user created storage account to be used for the registry
    system_created_storage_account SystemCreatedStorageAccountResponse
    Details of system created storage account to be used for the registry
    user_created_storage_account UserCreatedStorageAccountResponse
    Details of user created storage account to be used for the registry
    systemCreatedStorageAccount Property Map
    Details of system created storage account to be used for the registry
    userCreatedStorageAccount Property Map
    Details of user created storage account to be used for the registry

    SystemCreatedAcrAccount, SystemCreatedAcrAccountArgs

    AcrAccountName string
    Name of the ACR account
    AcrAccountSku string
    SKU of the ACR account
    ArmResourceId Pulumi.AzureNative.MachineLearningServices.Inputs.ArmResourceId
    This is populated once the ACR account is created.
    AcrAccountName string
    Name of the ACR account
    AcrAccountSku string
    SKU of the ACR account
    ArmResourceId ArmResourceId
    This is populated once the ACR account is created.
    acrAccountName String
    Name of the ACR account
    acrAccountSku String
    SKU of the ACR account
    armResourceId ArmResourceId
    This is populated once the ACR account is created.
    acrAccountName string
    Name of the ACR account
    acrAccountSku string
    SKU of the ACR account
    armResourceId ArmResourceId
    This is populated once the ACR account is created.
    acr_account_name str
    Name of the ACR account
    acr_account_sku str
    SKU of the ACR account
    arm_resource_id ArmResourceId
    This is populated once the ACR account is created.
    acrAccountName String
    Name of the ACR account
    acrAccountSku String
    SKU of the ACR account
    armResourceId Property Map
    This is populated once the ACR account is created.

    SystemCreatedAcrAccountResponse, SystemCreatedAcrAccountResponseArgs

    AcrAccountName string
    Name of the ACR account
    AcrAccountSku string
    SKU of the ACR account
    ArmResourceId Pulumi.AzureNative.MachineLearningServices.Inputs.ArmResourceIdResponse
    This is populated once the ACR account is created.
    AcrAccountName string
    Name of the ACR account
    AcrAccountSku string
    SKU of the ACR account
    ArmResourceId ArmResourceIdResponse
    This is populated once the ACR account is created.
    acrAccountName String
    Name of the ACR account
    acrAccountSku String
    SKU of the ACR account
    armResourceId ArmResourceIdResponse
    This is populated once the ACR account is created.
    acrAccountName string
    Name of the ACR account
    acrAccountSku string
    SKU of the ACR account
    armResourceId ArmResourceIdResponse
    This is populated once the ACR account is created.
    acr_account_name str
    Name of the ACR account
    acr_account_sku str
    SKU of the ACR account
    arm_resource_id ArmResourceIdResponse
    This is populated once the ACR account is created.
    acrAccountName String
    Name of the ACR account
    acrAccountSku String
    SKU of the ACR account
    armResourceId Property Map
    This is populated once the ACR account is created.

    SystemCreatedStorageAccount, SystemCreatedStorageAccountArgs

    AllowBlobPublicAccess bool
    Public blob access allowed
    ArmResourceId Pulumi.AzureNative.MachineLearningServices.Inputs.ArmResourceId
    This is populated once the storage account is created.
    StorageAccountHnsEnabled bool
    HNS enabled for storage account
    StorageAccountName string
    Name of the storage account
    StorageAccountType string
    Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
    AllowBlobPublicAccess bool
    Public blob access allowed
    ArmResourceId ArmResourceId
    This is populated once the storage account is created.
    StorageAccountHnsEnabled bool
    HNS enabled for storage account
    StorageAccountName string
    Name of the storage account
    StorageAccountType string
    Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
    allowBlobPublicAccess Boolean
    Public blob access allowed
    armResourceId ArmResourceId
    This is populated once the storage account is created.
    storageAccountHnsEnabled Boolean
    HNS enabled for storage account
    storageAccountName String
    Name of the storage account
    storageAccountType String
    Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
    allowBlobPublicAccess boolean
    Public blob access allowed
    armResourceId ArmResourceId
    This is populated once the storage account is created.
    storageAccountHnsEnabled boolean
    HNS enabled for storage account
    storageAccountName string
    Name of the storage account
    storageAccountType string
    Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
    allow_blob_public_access bool
    Public blob access allowed
    arm_resource_id ArmResourceId
    This is populated once the storage account is created.
    storage_account_hns_enabled bool
    HNS enabled for storage account
    storage_account_name str
    Name of the storage account
    storage_account_type str
    Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
    allowBlobPublicAccess Boolean
    Public blob access allowed
    armResourceId Property Map
    This is populated once the storage account is created.
    storageAccountHnsEnabled Boolean
    HNS enabled for storage account
    storageAccountName String
    Name of the storage account
    storageAccountType String
    Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"

    SystemCreatedStorageAccountResponse, SystemCreatedStorageAccountResponseArgs

    AllowBlobPublicAccess bool
    Public blob access allowed
    ArmResourceId Pulumi.AzureNative.MachineLearningServices.Inputs.ArmResourceIdResponse
    This is populated once the storage account is created.
    StorageAccountHnsEnabled bool
    HNS enabled for storage account
    StorageAccountName string
    Name of the storage account
    StorageAccountType string
    Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
    AllowBlobPublicAccess bool
    Public blob access allowed
    ArmResourceId ArmResourceIdResponse
    This is populated once the storage account is created.
    StorageAccountHnsEnabled bool
    HNS enabled for storage account
    StorageAccountName string
    Name of the storage account
    StorageAccountType string
    Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
    allowBlobPublicAccess Boolean
    Public blob access allowed
    armResourceId ArmResourceIdResponse
    This is populated once the storage account is created.
    storageAccountHnsEnabled Boolean
    HNS enabled for storage account
    storageAccountName String
    Name of the storage account
    storageAccountType String
    Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
    allowBlobPublicAccess boolean
    Public blob access allowed
    armResourceId ArmResourceIdResponse
    This is populated once the storage account is created.
    storageAccountHnsEnabled boolean
    HNS enabled for storage account
    storageAccountName string
    Name of the storage account
    storageAccountType string
    Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
    allow_blob_public_access bool
    Public blob access allowed
    arm_resource_id ArmResourceIdResponse
    This is populated once the storage account is created.
    storage_account_hns_enabled bool
    HNS enabled for storage account
    storage_account_name str
    Name of the storage account
    storage_account_type str
    Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
    allowBlobPublicAccess Boolean
    Public blob access allowed
    armResourceId Property Map
    This is populated once the storage account is created.
    storageAccountHnsEnabled Boolean
    HNS enabled for storage account
    storageAccountName String
    Name of the storage account
    storageAccountType String
    Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"

    SystemDataResponse, SystemDataResponseArgs

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    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.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    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.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    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.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    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_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    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.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs

    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    TenantId string
    The tenant ID of the user assigned identity.
    ClientId string
    The client ID of the assigned identity.
    PrincipalId string
    The principal ID of the assigned identity.
    TenantId string
    The tenant ID of the user assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    tenantId String
    The tenant ID of the user assigned identity.
    clientId string
    The client ID of the assigned identity.
    principalId string
    The principal ID of the assigned identity.
    tenantId string
    The tenant ID of the user assigned identity.
    client_id str
    The client ID of the assigned identity.
    principal_id str
    The principal ID of the assigned identity.
    tenant_id str
    The tenant ID of the user assigned identity.
    clientId String
    The client ID of the assigned identity.
    principalId String
    The principal ID of the assigned identity.
    tenantId String
    The tenant ID of the user assigned identity.

    UserCreatedAcrAccount, UserCreatedAcrAccountArgs

    ArmResourceId ArmResourceId
    ARM ResourceId of a resource
    armResourceId ArmResourceId
    ARM ResourceId of a resource
    armResourceId ArmResourceId
    ARM ResourceId of a resource
    arm_resource_id ArmResourceId
    ARM ResourceId of a resource
    armResourceId Property Map
    ARM ResourceId of a resource

    UserCreatedAcrAccountResponse, UserCreatedAcrAccountResponseArgs

    ArmResourceId ArmResourceIdResponse
    ARM ResourceId of a resource
    armResourceId ArmResourceIdResponse
    ARM ResourceId of a resource
    armResourceId ArmResourceIdResponse
    ARM ResourceId of a resource
    arm_resource_id ArmResourceIdResponse
    ARM ResourceId of a resource
    armResourceId Property Map
    ARM ResourceId of a resource

    UserCreatedStorageAccount, UserCreatedStorageAccountArgs

    ArmResourceId ArmResourceId
    ARM ResourceId of a resource
    armResourceId ArmResourceId
    ARM ResourceId of a resource
    armResourceId ArmResourceId
    ARM ResourceId of a resource
    arm_resource_id ArmResourceId
    ARM ResourceId of a resource
    armResourceId Property Map
    ARM ResourceId of a resource

    UserCreatedStorageAccountResponse, UserCreatedStorageAccountResponseArgs

    ArmResourceId ArmResourceIdResponse
    ARM ResourceId of a resource
    armResourceId ArmResourceIdResponse
    ARM ResourceId of a resource
    armResourceId ArmResourceIdResponse
    ARM ResourceId of a resource
    arm_resource_id ArmResourceIdResponse
    ARM ResourceId of a resource
    armResourceId Property Map
    ARM ResourceId of a resource

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.39.0 published on Monday, Apr 29, 2024 by Pulumi