Compartir a través de


ArmMachineLearningModelFactory.MachineLearningPrivateLinkResource Método

Definición

Inicializa una nueva instancia de MachineLearningPrivateLinkResource.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkResource MachineLearningPrivateLinkResource (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, Azure.ResourceManager.MachineLearning.Models.MachineLearningSku sku = default, string groupId = default, System.Collections.Generic.IEnumerable<string> requiredMembers = default, System.Collections.Generic.IEnumerable<string> requiredZoneNames = default);
static member MachineLearningPrivateLinkResource : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.ResourceManager.MachineLearning.Models.MachineLearningSku * string * seq<string> * seq<string> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkResource
Public Shared Function MachineLearningPrivateLinkResource (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 sku As MachineLearningSku = Nothing, Optional groupId As String = Nothing, Optional requiredMembers As IEnumerable(Of String) = Nothing, Optional requiredZoneNames As IEnumerable(Of String) = Nothing) As MachineLearningPrivateLinkResource

Parámetros

id
ResourceIdentifier

El identificador.

name
String

Nombre.

resourceType
ResourceType

ResourceType.

systemData
SystemData

SystemData.

tags
IDictionary<String,String>

Las etiquetas.

location
AzureLocation

Ubicación.

identity
ManagedServiceIdentity

Identidad de servicio administrada (identidades asignadas por el sistema o asignadas por el usuario).

sku
MachineLearningSku

Opcional. El RP requiere que este campo lo implemente porque AML admite más de un nivel.

groupId
String

Identificador del grupo de recursos de vínculo privado.

requiredMembers
IEnumerable<String>

Los nombres de miembro necesarios para el recurso private link.

requiredZoneNames
IEnumerable<String>

El recurso private link Nombre de la zona DNS de Private Link.

Devoluciones

MachineLearningPrivateLinkResource Nueva instancia para simular.

Se aplica a