azure-native.machinelearningservices.Registry
Explore with Pulumi AI
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, 2024-07-01-preview, 2024-10-01, 2024-10-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.
Constructor 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",
},
},
},
},
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",
},
},
},
},
},
},
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"),
},
},
},
},
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"),
},
},
},
},
},
},
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())
.build())
.location("string")
.storageAccountDetails(StorageAccountDetailsArgs.builder()
.systemCreatedStorageAccount(SystemCreatedStorageAccountArgs.builder()
.allowBlobPublicAccess(false)
.armResourceId(ArmResourceIdArgs.builder()
.resourceId("string")
.build())
.storageAccountHnsEnabled(false)
.storageAccountName("string")
.storageAccountType("string")
.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={
"discovery_url": "string",
"intellectual_property_publisher": "string",
"managed_resource_group": {
"resource_id": "string",
},
"ml_flow_registry_uri": "string",
"private_endpoint_connections": [{
"id": "string",
"location": "string",
"properties": {
"group_ids": ["string"],
"private_endpoint": {
"subnet_arm_id": "string",
},
"private_link_service_connection_state": {
"actions_required": "string",
"description": "string",
"status": "string",
},
"provisioning_state": "string",
},
}],
"public_network_access": "string",
"region_details": [{
"acr_details": [{
"system_created_acr_account": {
"acr_account_name": "string",
"acr_account_sku": "string",
"arm_resource_id": {
"resource_id": "string",
},
},
}],
"location": "string",
"storage_account_details": [{
"system_created_storage_account": {
"allow_blob_public_access": False,
"arm_resource_id": {
"resource_id": "string",
},
"storage_account_hns_enabled": False,
"storage_account_name": "string",
"storage_account_type": "string",
},
}],
}],
},
resource_group_name="string",
identity={
"type": "string",
"user_assigned_identities": ["string"],
},
kind="string",
location="string",
registry_name="string",
sku={
"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",
},
},
}],
location: "string",
storageAccountDetails: [{
systemCreatedStorageAccount: {
allowBlobPublicAccess: false,
armResourceId: {
resourceId: "string",
},
storageAccountHnsEnabled: false,
storageAccountName: "string",
storageAccountType: "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
location: string
storageAccountDetails:
- systemCreatedStorageAccount:
allowBlobPublicAccess: false
armResourceId:
resourceId: string
storageAccountHnsEnabled: false
storageAccountName: string
storageAccountType: 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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Registry resource accepts the following input properties:
- Registry
Properties Pulumi.Azure Native. Machine Learning Services. Inputs. Registry - [Required] Additional attributes of the entity.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Identity
Pulumi.
Azure Native. Machine Learning Services. Inputs. Managed Service Identity - 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
- Registry
Name string - Name of Azure Machine Learning registry. This is case-insensitive
- Sku
Pulumi.
Azure Native. Machine Learning Services. Inputs. Sku - Sku details required for ARM contract for Autoscaling.
- Dictionary<string, string>
- Resource tags.
- Registry
Properties RegistryType Args - [Required] Additional attributes of the entity.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Identity
Managed
Service Identity Args - 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
- Registry
Name string - Name of Azure Machine Learning registry. This is case-insensitive
- Sku
Sku
Args - Sku details required for ARM contract for Autoscaling.
- map[string]string
- Resource tags.
- registry
Properties Registry - [Required] Additional attributes of the entity.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity - 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
- registry
Name String - Name of Azure Machine Learning registry. This is case-insensitive
- sku Sku
- Sku details required for ARM contract for Autoscaling.
- Map<String,String>
- Resource tags.
- registry
Properties Registry - [Required] Additional attributes of the entity.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity - 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
- registry
Name string - Name of Azure Machine Learning registry. This is case-insensitive
- sku Sku
- Sku details required for ARM contract for Autoscaling.
- {[key: string]: string}
- Resource tags.
- registry_
properties RegistryArgs - [Required] Additional attributes of the entity.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- identity
Managed
Service Identity Args - 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
Sku
Args - Sku details required for ARM contract for Autoscaling.
- Mapping[str, str]
- Resource tags.
- registry
Properties Property Map - [Required] Additional attributes of the entity.
- resource
Group StringName - 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
- registry
Name String - Name of Azure Machine Learning registry. This is case-insensitive
- sku Property Map
- Sku details required for ARM contract for Autoscaling.
- 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
- System
Data Pulumi.Azure Native. Machine Learning Services. Outputs. System Data Response - 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
- System
Data SystemData Response - 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
- system
Data SystemData Response - 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
- system
Data SystemData Response - 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 SystemData Response - 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
- system
Data 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
- System
Created Pulumi.Acr Account Azure Native. Machine Learning Services. Inputs. System Created Acr Account - Details of system created ACR account to be used for the Registry
- System
Created SystemAcr Account Created Acr Account - Details of system created ACR account to be used for the Registry
- system
Created SystemAcr Account Created Acr Account - Details of system created ACR account to be used for the Registry
- system
Created SystemAcr Account Created Acr Account - Details of system created ACR account to be used for the Registry
- system_
created_ Systemacr_ account Created Acr Account - Details of system created ACR account to be used for the Registry
- system
Created Property MapAcr Account - Details of system created ACR account to be used for the Registry
AcrDetailsResponse, AcrDetailsResponseArgs
- System
Created Pulumi.Acr Account Azure Native. Machine Learning Services. Inputs. System Created Acr Account Response - Details of system created ACR account to be used for the Registry
- System
Created SystemAcr Account Created Acr Account Response - Details of system created ACR account to be used for the Registry
- system
Created SystemAcr Account Created Acr Account Response - Details of system created ACR account to be used for the Registry
- system
Created SystemAcr Account Created Acr Account Response - Details of system created ACR account to be used for the Registry
- system_
created_ Systemacr_ account Created Acr Account Response - Details of system created ACR account to be used for the Registry
- system
Created Property MapAcr Account - Details of system created ACR account to be used for the Registry
ArmResourceId, ArmResourceIdArgs
- Resource
Id 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 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 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 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}"
- resource
Id 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
- Resource
Id 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 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 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 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}"
- resource
Id 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
- Endpoint
Service Connection Status Approved - Approved
- Endpoint
Service Connection Status Pending - Pending
- Endpoint
Service Connection Status Rejected - Rejected
- Endpoint
Service Connection Status 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
- "Approved"
- Approved
- "Pending"
- Pending
- "Rejected"
- Rejected
- "Disconnected"
- Disconnected
ManagedServiceIdentity, ManagedServiceIdentityArgs
- Type
string | Pulumi.
Azure Native. Machine Learning Services. Managed Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned List<string>Identities - 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 | Managed
Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned []stringIdentities - 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 | Managed
Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned List<String>Identities - 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 | Managed
Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned string[]Identities - 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 | Managed
Service Identity Type - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Sequence[str]identities - 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" | "System
Assigned" | "User Assigned" | "System Assigned,User Assigned" - Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned List<String>Identities - 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
- Principal
Id string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id 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).
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Machine Learning Services. Inputs. User Assigned Identity Response> - 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 string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id 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).
- User
Assigned map[string]UserIdentities Assigned Identity Response - 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 String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id 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).
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - 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 string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id 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).
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - 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_ Mapping[str, Useridentities Assigned Identity Response] - 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 String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id 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).
- user
Assigned Map<Property Map>Identities - 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
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- Managed
Service Identity Type None - None
- Managed
Service Identity Type System Assigned - SystemAssigned
- Managed
Service Identity Type User Assigned - UserAssigned
- Managed
Service Identity Type_System Assigned_User Assigned - SystemAssigned,UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- None
- None
- System
Assigned - SystemAssigned
- User
Assigned - UserAssigned
- System
Assigned_User Assigned - SystemAssigned,UserAssigned
- NONE
- None
- SYSTEM_ASSIGNED
- SystemAssigned
- USER_ASSIGNED
- UserAssigned
- SYSTEM_ASSIGNED_USER_ASSIGNED
- SystemAssigned,UserAssigned
- "None"
- None
- "System
Assigned" - SystemAssigned
- "User
Assigned" - UserAssigned
- "System
Assigned,User Assigned" - SystemAssigned,UserAssigned
PrivateEndpointResource, PrivateEndpointResourceArgs
- Subnet
Arm stringId - The subnetId that the private endpoint is connected to.
- Subnet
Arm stringId - The subnetId that the private endpoint is connected to.
- subnet
Arm StringId - The subnetId that the private endpoint is connected to.
- subnet
Arm stringId - The subnetId that the private endpoint is connected to.
- subnet_
arm_ strid - The subnetId that the private endpoint is connected to.
- subnet
Arm StringId - The subnetId that the private endpoint is connected to.
PrivateEndpointResourceResponse, PrivateEndpointResourceResponseArgs
- Id string
- The ARM identifier for Private Endpoint
- Subnet
Arm stringId - The subnetId that the private endpoint is connected to.
- Id string
- The ARM identifier for Private Endpoint
- Subnet
Arm stringId - The subnetId that the private endpoint is connected to.
- id String
- The ARM identifier for Private Endpoint
- subnet
Arm StringId - The subnetId that the private endpoint is connected to.
- id string
- The ARM identifier for Private Endpoint
- subnet
Arm stringId - The subnetId that the private endpoint is connected to.
- id str
- The ARM identifier for Private Endpoint
- subnet_
arm_ strid - The subnetId that the private endpoint is connected to.
- id String
- The ARM identifier for Private Endpoint
- subnet
Arm StringId - The subnetId that the private endpoint is connected to.
Registry, RegistryArgs
- Discovery
Url string - Discovery URL for the Registry
- Intellectual
Property stringPublisher - IntellectualPropertyPublisher for the registry
- Managed
Resource Pulumi.Group Azure Native. Machine Learning Services. Inputs. Arm Resource Id - ResourceId of the managed RG if the registry has system created resources
- Ml
Flow stringRegistry Uri - MLFlow Registry URI for the Registry
- Private
Endpoint List<Pulumi.Connections Azure Native. Machine Learning Services. Inputs. Registry Private Endpoint Connection> - Private endpoint connections info used for pending connections in private link portal
- Public
Network stringAccess - Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
- Region
Details List<Pulumi.Azure Native. Machine Learning Services. Inputs. Registry Region Arm Details> - Details of each region the registry is in
- Discovery
Url string - Discovery URL for the Registry
- Intellectual
Property stringPublisher - IntellectualPropertyPublisher for the registry
- Managed
Resource ArmGroup Resource Id - ResourceId of the managed RG if the registry has system created resources
- Ml
Flow stringRegistry Uri - MLFlow Registry URI for the Registry
- Private
Endpoint []RegistryConnections Private Endpoint Connection - Private endpoint connections info used for pending connections in private link portal
- Public
Network stringAccess - Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
- Region
Details []RegistryRegion Arm Details - Details of each region the registry is in
- discovery
Url String - Discovery URL for the Registry
- intellectual
Property StringPublisher - IntellectualPropertyPublisher for the registry
- managed
Resource ArmGroup Resource Id - ResourceId of the managed RG if the registry has system created resources
- ml
Flow StringRegistry Uri - MLFlow Registry URI for the Registry
- private
Endpoint List<RegistryConnections Private Endpoint Connection> - Private endpoint connections info used for pending connections in private link portal
- public
Network StringAccess - Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
- region
Details List<RegistryRegion Arm Details> - Details of each region the registry is in
- discovery
Url string - Discovery URL for the Registry
- intellectual
Property stringPublisher - IntellectualPropertyPublisher for the registry
- managed
Resource ArmGroup Resource Id - ResourceId of the managed RG if the registry has system created resources
- ml
Flow stringRegistry Uri - MLFlow Registry URI for the Registry
- private
Endpoint RegistryConnections Private Endpoint Connection[] - Private endpoint connections info used for pending connections in private link portal
- public
Network stringAccess - Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
- region
Details RegistryRegion Arm Details[] - Details of each region the registry is in
- discovery_
url str - Discovery URL for the Registry
- intellectual_
property_ strpublisher - IntellectualPropertyPublisher for the registry
- managed_
resource_ Armgroup Resource Id - ResourceId of the managed RG if the registry has system created resources
- ml_
flow_ strregistry_ uri - MLFlow Registry URI for the Registry
- private_
endpoint_ Sequence[Registryconnections Private Endpoint Connection] - Private endpoint connections info used for pending connections in private link portal
- public_
network_ straccess - Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
- region_
details Sequence[RegistryRegion Arm Details] - Details of each region the registry is in
- discovery
Url String - Discovery URL for the Registry
- intellectual
Property StringPublisher - IntellectualPropertyPublisher for the registry
- managed
Resource Property MapGroup - ResourceId of the managed RG if the registry has system created resources
- ml
Flow StringRegistry Uri - MLFlow Registry URI for the Registry
- private
Endpoint List<Property Map>Connections - Private endpoint connections info used for pending connections in private link portal
- public
Network StringAccess - Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
- region
Details 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.
Azure Native. Machine Learning Services. Inputs. Registry Private Endpoint Connection Properties - 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
Registry
Private Endpoint Connection Properties - 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
Registry
Private Endpoint Connection Properties - 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
Registry
Private Endpoint Connection Properties - 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
Registry
Private Endpoint Connection Properties - 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
- Group
Ids List<string> - The group ids
- Private
Endpoint Pulumi.Azure Native. Machine Learning Services. Inputs. Private Endpoint Resource - The PE network resource that is linked to this PE connection.
- Private
Link Pulumi.Service Connection State Azure Native. Machine Learning Services. Inputs. Registry Private Link Service Connection State - The connection state.
- Provisioning
State string - One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
- Group
Ids []string - The group ids
- Private
Endpoint PrivateEndpoint Resource - The PE network resource that is linked to this PE connection.
- Private
Link RegistryService Connection State Private Link Service Connection State - The connection state.
- Provisioning
State string - One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
- group
Ids List<String> - The group ids
- private
Endpoint PrivateEndpoint Resource - The PE network resource that is linked to this PE connection.
- private
Link RegistryService Connection State Private Link Service Connection State - The connection state.
- provisioning
State String - One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
- group
Ids string[] - The group ids
- private
Endpoint PrivateEndpoint Resource - The PE network resource that is linked to this PE connection.
- private
Link RegistryService Connection State Private Link Service Connection State - The connection state.
- provisioning
State string - One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
- group_
ids Sequence[str] - The group ids
- private_
endpoint PrivateEndpoint Resource - The PE network resource that is linked to this PE connection.
- private_
link_ Registryservice_ connection_ state Private Link Service Connection State - The connection state.
- provisioning_
state str - One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
- group
Ids List<String> - The group ids
- private
Endpoint Property Map - The PE network resource that is linked to this PE connection.
- private
Link Property MapService Connection State - The connection state.
- provisioning
State String - One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
RegistryPrivateEndpointConnectionPropertiesResponse, RegistryPrivateEndpointConnectionPropertiesResponseArgs
- Group
Ids List<string> - The group ids
- Private
Endpoint Pulumi.Azure Native. Machine Learning Services. Inputs. Private Endpoint Resource Response - The PE network resource that is linked to this PE connection.
- Private
Link Pulumi.Service Connection State Azure Native. Machine Learning Services. Inputs. Registry Private Link Service Connection State Response - The connection state.
- Provisioning
State string - One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
- Group
Ids []string - The group ids
- Private
Endpoint PrivateEndpoint Resource Response - The PE network resource that is linked to this PE connection.
- Private
Link RegistryService Connection State Private Link Service Connection State Response - The connection state.
- Provisioning
State string - One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
- group
Ids List<String> - The group ids
- private
Endpoint PrivateEndpoint Resource Response - The PE network resource that is linked to this PE connection.
- private
Link RegistryService Connection State Private Link Service Connection State Response - The connection state.
- provisioning
State String - One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
- group
Ids string[] - The group ids
- private
Endpoint PrivateEndpoint Resource Response - The PE network resource that is linked to this PE connection.
- private
Link RegistryService Connection State Private Link Service Connection State Response - The connection state.
- provisioning
State string - One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
- group_
ids Sequence[str] - The group ids
- private_
endpoint PrivateEndpoint Resource Response - The PE network resource that is linked to this PE connection.
- private_
link_ Registryservice_ connection_ state Private Link Service Connection State Response - The connection state.
- provisioning_
state str - One of null, "Succeeded", "Provisioning", "Failed". While not approved, it's null.
- group
Ids List<String> - The group ids
- private
Endpoint Property Map - The PE network resource that is linked to this PE connection.
- private
Link Property MapService Connection State - The connection state.
- provisioning
State 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.
Azure Native. Machine Learning Services. Inputs. Registry Private Endpoint Connection Properties Response - 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
Registry
Private Endpoint Connection Properties Response - 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
Registry
Private Endpoint Connection Properties Response - 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
Registry
Private Endpoint Connection Properties Response - 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
Registry
Private Endpoint Connection Properties Response - 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
- Actions
Required 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.
Azure Native. Machine Learning Services. Endpoint Service Connection Status - Connection status of the service consumer with the service provider
- Actions
Required 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 | Endpoint
Service Connection Status - Connection status of the service consumer with the service provider
- actions
Required 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 | Endpoint
Service Connection Status - Connection status of the service consumer with the service provider
- actions
Required 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 | Endpoint
Service Connection Status - 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 | Endpoint
Service Connection Status - Connection status of the service consumer with the service provider
- actions
Required 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
- Actions
Required 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 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 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 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
- actions
Required 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
- Acr
Details List<Pulumi.Azure Native. Machine Learning Services. Inputs. Acr Details> - List of ACR accounts
- Location string
- The location where the registry exists
- Storage
Account List<Pulumi.Details Azure Native. Machine Learning Services. Inputs. Storage Account Details> - List of storage accounts
- Acr
Details []AcrDetails - List of ACR accounts
- Location string
- The location where the registry exists
- Storage
Account []StorageDetails Account Details - List of storage accounts
- acr
Details List<AcrDetails> - List of ACR accounts
- location String
- The location where the registry exists
- storage
Account List<StorageDetails Account Details> - List of storage accounts
- acr
Details AcrDetails[] - List of ACR accounts
- location string
- The location where the registry exists
- storage
Account StorageDetails Account Details[] - List of storage accounts
- acr_
details Sequence[AcrDetails] - List of ACR accounts
- location str
- The location where the registry exists
- storage_
account_ Sequence[Storagedetails Account Details] - List of storage accounts
- acr
Details List<Property Map> - List of ACR accounts
- location String
- The location where the registry exists
- storage
Account List<Property Map>Details - List of storage accounts
RegistryRegionArmDetailsResponse, RegistryRegionArmDetailsResponseArgs
- Acr
Details List<Pulumi.Azure Native. Machine Learning Services. Inputs. Acr Details Response> - List of ACR accounts
- Location string
- The location where the registry exists
- Storage
Account List<Pulumi.Details Azure Native. Machine Learning Services. Inputs. Storage Account Details Response> - List of storage accounts
- Acr
Details []AcrDetails Response - List of ACR accounts
- Location string
- The location where the registry exists
- Storage
Account []StorageDetails Account Details Response - List of storage accounts
- acr
Details List<AcrDetails Response> - List of ACR accounts
- location String
- The location where the registry exists
- storage
Account List<StorageDetails Account Details Response> - List of storage accounts
- acr
Details AcrDetails Response[] - List of ACR accounts
- location string
- The location where the registry exists
- storage
Account StorageDetails Account Details Response[] - List of storage accounts
- acr_
details Sequence[AcrDetails Response] - List of ACR accounts
- location str
- The location where the registry exists
- storage_
account_ Sequence[Storagedetails Account Details Response] - List of storage accounts
- acr
Details List<Property Map> - List of ACR accounts
- location String
- The location where the registry exists
- storage
Account List<Property Map>Details - List of storage accounts
RegistryResponse, RegistryResponseArgs
- Discovery
Url string - Discovery URL for the Registry
- Intellectual
Property stringPublisher - IntellectualPropertyPublisher for the registry
- Managed
Resource Pulumi.Group Azure Native. Machine Learning Services. Inputs. Arm Resource Id Response - ResourceId of the managed RG if the registry has system created resources
- Ml
Flow stringRegistry Uri - MLFlow Registry URI for the Registry
- Private
Endpoint List<Pulumi.Connections Azure Native. Machine Learning Services. Inputs. Registry Private Endpoint Connection Response> - Private endpoint connections info used for pending connections in private link portal
- Public
Network stringAccess - Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
- Region
Details List<Pulumi.Azure Native. Machine Learning Services. Inputs. Registry Region Arm Details Response> - Details of each region the registry is in
- Discovery
Url string - Discovery URL for the Registry
- Intellectual
Property stringPublisher - IntellectualPropertyPublisher for the registry
- Managed
Resource ArmGroup Resource Id Response - ResourceId of the managed RG if the registry has system created resources
- Ml
Flow stringRegistry Uri - MLFlow Registry URI for the Registry
- Private
Endpoint []RegistryConnections Private Endpoint Connection Response - Private endpoint connections info used for pending connections in private link portal
- Public
Network stringAccess - Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
- Region
Details []RegistryRegion Arm Details Response - Details of each region the registry is in
- discovery
Url String - Discovery URL for the Registry
- intellectual
Property StringPublisher - IntellectualPropertyPublisher for the registry
- managed
Resource ArmGroup Resource Id Response - ResourceId of the managed RG if the registry has system created resources
- ml
Flow StringRegistry Uri - MLFlow Registry URI for the Registry
- private
Endpoint List<RegistryConnections Private Endpoint Connection Response> - Private endpoint connections info used for pending connections in private link portal
- public
Network StringAccess - Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
- region
Details List<RegistryRegion Arm Details Response> - Details of each region the registry is in
- discovery
Url string - Discovery URL for the Registry
- intellectual
Property stringPublisher - IntellectualPropertyPublisher for the registry
- managed
Resource ArmGroup Resource Id Response - ResourceId of the managed RG if the registry has system created resources
- ml
Flow stringRegistry Uri - MLFlow Registry URI for the Registry
- private
Endpoint RegistryConnections Private Endpoint Connection Response[] - Private endpoint connections info used for pending connections in private link portal
- public
Network stringAccess - Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
- region
Details RegistryRegion Arm Details Response[] - Details of each region the registry is in
- discovery_
url str - Discovery URL for the Registry
- intellectual_
property_ strpublisher - IntellectualPropertyPublisher for the registry
- managed_
resource_ Armgroup Resource Id Response - ResourceId of the managed RG if the registry has system created resources
- ml_
flow_ strregistry_ uri - MLFlow Registry URI for the Registry
- private_
endpoint_ Sequence[Registryconnections Private Endpoint Connection Response] - Private endpoint connections info used for pending connections in private link portal
- public_
network_ straccess - Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
- region_
details Sequence[RegistryRegion Arm Details Response] - Details of each region the registry is in
- discovery
Url String - Discovery URL for the Registry
- intellectual
Property StringPublisher - IntellectualPropertyPublisher for the registry
- managed
Resource Property MapGroup - ResourceId of the managed RG if the registry has system created resources
- ml
Flow StringRegistry Uri - MLFlow Registry URI for the Registry
- private
Endpoint List<Property Map>Connections - Private endpoint connections info used for pending connections in private link portal
- public
Network StringAccess - Is the Registry accessible from the internet? Possible values: "Enabled" or "Disabled"
- region
Details 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.
Azure Native. Machine Learning Services. Sku Tier - 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
Sku
Tier - 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
Sku
Tier - 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
Sku
Tier - 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
Sku
Tier - 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
- Sku
Tier Free - Free
- Sku
Tier Basic - Basic
- Sku
Tier Standard - Standard
- Sku
Tier 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
- "Free"
- Free
- "Basic"
- Basic
- "Standard"
- Standard
- "Premium"
- Premium
StorageAccountDetails, StorageAccountDetailsArgs
- System
Created Pulumi.Storage Account Azure Native. Machine Learning Services. Inputs. System Created Storage Account - Details of system created storage account to be used for the registry
- System
Created SystemStorage Account Created Storage Account - Details of system created storage account to be used for the registry
- system
Created SystemStorage Account Created Storage Account - Details of system created storage account to be used for the registry
- system
Created SystemStorage Account Created Storage Account - Details of system created storage account to be used for the registry
- system_
created_ Systemstorage_ account Created Storage Account - Details of system created storage account to be used for the registry
- system
Created Property MapStorage Account - Details of system created storage account to be used for the registry
StorageAccountDetailsResponse, StorageAccountDetailsResponseArgs
- System
Created Pulumi.Storage Account Azure Native. Machine Learning Services. Inputs. System Created Storage Account Response - Details of system created storage account to be used for the registry
- System
Created SystemStorage Account Created Storage Account Response - Details of system created storage account to be used for the registry
- system
Created SystemStorage Account Created Storage Account Response - Details of system created storage account to be used for the registry
- system
Created SystemStorage Account Created Storage Account Response - Details of system created storage account to be used for the registry
- system_
created_ Systemstorage_ account Created Storage Account Response - Details of system created storage account to be used for the registry
- system
Created Property MapStorage Account - Details of system created storage account to be used for the registry
SystemCreatedAcrAccount, SystemCreatedAcrAccountArgs
- Acr
Account stringName - Name of the ACR account
- Acr
Account stringSku - SKU of the ACR account
- Arm
Resource Pulumi.Id Azure Native. Machine Learning Services. Inputs. Arm Resource Id - This is populated once the ACR account is created.
- Acr
Account stringName - Name of the ACR account
- Acr
Account stringSku - SKU of the ACR account
- Arm
Resource ArmId Resource Id - This is populated once the ACR account is created.
- acr
Account StringName - Name of the ACR account
- acr
Account StringSku - SKU of the ACR account
- arm
Resource ArmId Resource Id - This is populated once the ACR account is created.
- acr
Account stringName - Name of the ACR account
- acr
Account stringSku - SKU of the ACR account
- arm
Resource ArmId Resource Id - This is populated once the ACR account is created.
- acr_
account_ strname - Name of the ACR account
- acr_
account_ strsku - SKU of the ACR account
- arm_
resource_ Armid Resource Id - This is populated once the ACR account is created.
- acr
Account StringName - Name of the ACR account
- acr
Account StringSku - SKU of the ACR account
- arm
Resource Property MapId - This is populated once the ACR account is created.
SystemCreatedAcrAccountResponse, SystemCreatedAcrAccountResponseArgs
- Acr
Account stringName - Name of the ACR account
- Acr
Account stringSku - SKU of the ACR account
- Arm
Resource Pulumi.Id Azure Native. Machine Learning Services. Inputs. Arm Resource Id Response - This is populated once the ACR account is created.
- Acr
Account stringName - Name of the ACR account
- Acr
Account stringSku - SKU of the ACR account
- Arm
Resource ArmId Resource Id Response - This is populated once the ACR account is created.
- acr
Account StringName - Name of the ACR account
- acr
Account StringSku - SKU of the ACR account
- arm
Resource ArmId Resource Id Response - This is populated once the ACR account is created.
- acr
Account stringName - Name of the ACR account
- acr
Account stringSku - SKU of the ACR account
- arm
Resource ArmId Resource Id Response - This is populated once the ACR account is created.
- acr_
account_ strname - Name of the ACR account
- acr_
account_ strsku - SKU of the ACR account
- arm_
resource_ Armid Resource Id Response - This is populated once the ACR account is created.
- acr
Account StringName - Name of the ACR account
- acr
Account StringSku - SKU of the ACR account
- arm
Resource Property MapId - This is populated once the ACR account is created.
SystemCreatedStorageAccount, SystemCreatedStorageAccountArgs
- Allow
Blob boolPublic Access - Public blob access allowed
- Arm
Resource Pulumi.Id Azure Native. Machine Learning Services. Inputs. Arm Resource Id - This is populated once the storage account is created.
- Storage
Account boolHns Enabled - HNS enabled for storage account
- Storage
Account stringName - Name of the storage account
- Storage
Account stringType - Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
- Allow
Blob boolPublic Access - Public blob access allowed
- Arm
Resource ArmId Resource Id - This is populated once the storage account is created.
- Storage
Account boolHns Enabled - HNS enabled for storage account
- Storage
Account stringName - Name of the storage account
- Storage
Account stringType - Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
- allow
Blob BooleanPublic Access - Public blob access allowed
- arm
Resource ArmId Resource Id - This is populated once the storage account is created.
- storage
Account BooleanHns Enabled - HNS enabled for storage account
- storage
Account StringName - Name of the storage account
- storage
Account StringType - Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
- allow
Blob booleanPublic Access - Public blob access allowed
- arm
Resource ArmId Resource Id - This is populated once the storage account is created.
- storage
Account booleanHns Enabled - HNS enabled for storage account
- storage
Account stringName - Name of the storage account
- storage
Account stringType - Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
- allow_
blob_ boolpublic_ access - Public blob access allowed
- arm_
resource_ Armid Resource Id - This is populated once the storage account is created.
- storage_
account_ boolhns_ enabled - HNS enabled for storage account
- storage_
account_ strname - Name of the storage account
- storage_
account_ strtype - Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
- allow
Blob BooleanPublic Access - Public blob access allowed
- arm
Resource Property MapId - This is populated once the storage account is created.
- storage
Account BooleanHns Enabled - HNS enabled for storage account
- storage
Account StringName - Name of the storage account
- storage
Account StringType - Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
SystemCreatedStorageAccountResponse, SystemCreatedStorageAccountResponseArgs
- Allow
Blob boolPublic Access - Public blob access allowed
- Arm
Resource Pulumi.Id Azure Native. Machine Learning Services. Inputs. Arm Resource Id Response - This is populated once the storage account is created.
- Storage
Account boolHns Enabled - HNS enabled for storage account
- Storage
Account stringName - Name of the storage account
- Storage
Account stringType - Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
- Allow
Blob boolPublic Access - Public blob access allowed
- Arm
Resource ArmId Resource Id Response - This is populated once the storage account is created.
- Storage
Account boolHns Enabled - HNS enabled for storage account
- Storage
Account stringName - Name of the storage account
- Storage
Account stringType - Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
- allow
Blob BooleanPublic Access - Public blob access allowed
- arm
Resource ArmId Resource Id Response - This is populated once the storage account is created.
- storage
Account BooleanHns Enabled - HNS enabled for storage account
- storage
Account StringName - Name of the storage account
- storage
Account StringType - Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
- allow
Blob booleanPublic Access - Public blob access allowed
- arm
Resource ArmId Resource Id Response - This is populated once the storage account is created.
- storage
Account booleanHns Enabled - HNS enabled for storage account
- storage
Account stringName - Name of the storage account
- storage
Account stringType - Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
- allow_
blob_ boolpublic_ access - Public blob access allowed
- arm_
resource_ Armid Resource Id Response - This is populated once the storage account is created.
- storage_
account_ boolhns_ enabled - HNS enabled for storage account
- storage_
account_ strname - Name of the storage account
- storage_
account_ strtype - Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
- allow
Blob BooleanPublic Access - Public blob access allowed
- arm
Resource Property MapId - This is populated once the storage account is created.
- storage
Account BooleanHns Enabled - HNS enabled for storage account
- storage
Account StringName - Name of the storage account
- storage
Account StringType - Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
UserAssignedIdentityResponse, UserAssignedIdentityResponseArgs
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- Tenant
Id string - The tenant ID of the user assigned identity.
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- Tenant
Id string - The tenant ID of the user assigned identity.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
- tenant
Id String - The tenant ID of the user assigned identity.
- client
Id string - The client ID of the assigned identity.
- principal
Id string - The principal ID of the assigned identity.
- tenant
Id 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.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
- tenant
Id String - The tenant ID of the user assigned identity.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0