共用方式為


ArmMachineLearningModelFactory.MachineLearningRegistryData Method

Definition

Initializes a new instance of MachineLearningRegistryData.

public static Azure.ResourceManager.MachineLearning.MachineLearningRegistryData MachineLearningRegistryData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, string kind = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningSku sku = default, Uri discoveryUri = default, string intellectualPropertyPublisher = default, Azure.Core.ResourceIdentifier managedResourceId = default, Uri mlFlowRegistryUri = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.RegistryPrivateEndpointConnection> registryPrivateEndpointConnections = default, string publicNetworkAccess = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.RegistryRegionArmDetails> regionDetails = default);
public static Azure.ResourceManager.MachineLearning.MachineLearningRegistryData MachineLearningRegistryData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, string kind = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningSku sku = default, Uri discoveryUri = default, string intellectualPropertyPublisher = default, Azure.Core.ResourceIdentifier managedResourceId = default, Uri mlFlowRegistryUri = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.RegistryPrivateEndpointConnection> privateEndpointConnections = default, string publicNetworkAccess = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.RegistryRegionArmDetails> regionDetails = default);
static member MachineLearningRegistryData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * string * Azure.ResourceManager.MachineLearning.Models.MachineLearningSku * Uri * string * Azure.Core.ResourceIdentifier * Uri * seq<Azure.ResourceManager.MachineLearning.Models.RegistryPrivateEndpointConnection> * string * seq<Azure.ResourceManager.MachineLearning.Models.RegistryRegionArmDetails> -> Azure.ResourceManager.MachineLearning.MachineLearningRegistryData
static member MachineLearningRegistryData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * string * Azure.ResourceManager.MachineLearning.Models.MachineLearningSku * Uri * string * Azure.Core.ResourceIdentifier * Uri * seq<Azure.ResourceManager.MachineLearning.Models.RegistryPrivateEndpointConnection> * string * seq<Azure.ResourceManager.MachineLearning.Models.RegistryRegionArmDetails> -> Azure.ResourceManager.MachineLearning.MachineLearningRegistryData
Public Shared Function MachineLearningRegistryData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional kind As String = Nothing, Optional sku As MachineLearningSku = Nothing, Optional discoveryUri As Uri = Nothing, Optional intellectualPropertyPublisher As String = Nothing, Optional managedResourceId As ResourceIdentifier = Nothing, Optional mlFlowRegistryUri As Uri = Nothing, Optional registryPrivateEndpointConnections As IEnumerable(Of RegistryPrivateEndpointConnection) = Nothing, Optional publicNetworkAccess As String = Nothing, Optional regionDetails As IEnumerable(Of RegistryRegionArmDetails) = Nothing) As MachineLearningRegistryData
Public Shared Function MachineLearningRegistryData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional kind As String = Nothing, Optional sku As MachineLearningSku = Nothing, Optional discoveryUri As Uri = Nothing, Optional intellectualPropertyPublisher As String = Nothing, Optional managedResourceId As ResourceIdentifier = Nothing, Optional mlFlowRegistryUri As Uri = Nothing, Optional privateEndpointConnections As IEnumerable(Of RegistryPrivateEndpointConnection) = Nothing, Optional publicNetworkAccess As String = Nothing, Optional regionDetails As IEnumerable(Of RegistryRegionArmDetails) = Nothing) As MachineLearningRegistryData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

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.

sku
MachineLearningSku

Sku details required for ARM contract for Autoscaling.

discoveryUri
Uri

Discovery URL for the Registry.

intellectualPropertyPublisher
String

IntellectualPropertyPublisher for the registry.

managedResourceId
ResourceIdentifier

ResourceId of the managed RG if the registry has system created resources.

mlFlowRegistryUri
Uri

MLFlow Registry URI for the Registry.

registryPrivateEndpointConnectionsprivateEndpointConnections
IEnumerable<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
IEnumerable<RegistryRegionArmDetails>

Details of each region the registry is in.

Returns

A new MachineLearningRegistryData instance for mocking.

Applies to