Compartir a través de


ArmMachineLearningModelFactory.MachineLearningPrivateEndpointConnectionData Método

Definición

Inicializa una nueva instancia de MachineLearningPrivateEndpointConnectionData.

public static Azure.ResourceManager.MachineLearning.MachineLearningPrivateEndpointConnectionData MachineLearningPrivateEndpointConnectionData (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, Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpoint privateEndpoint = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkServiceConnectionState connectionState = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpointConnectionProvisioningState? provisioningState = default);
static member MachineLearningPrivateEndpointConnectionData : 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 * Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpoint * Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpointConnectionProvisioningState> -> Azure.ResourceManager.MachineLearning.MachineLearningPrivateEndpointConnectionData
Public Shared Function MachineLearningPrivateEndpointConnectionData (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 privateEndpoint As MachineLearningPrivateEndpoint = Nothing, Optional connectionState As MachineLearningPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of MachineLearningPrivateEndpointConnectionProvisioningState) = Nothing) As MachineLearningPrivateEndpointConnectionData

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.

privateEndpoint
MachineLearningPrivateEndpoint

Recurso de punto de conexión privado.

connectionState
MachineLearningPrivateLinkServiceConnectionState

Estado de conexión.

provisioningState
Nullable<MachineLearningPrivateEndpointConnectionProvisioningState>

Estado de aprovisionamiento actual.

Devoluciones

MachineLearningPrivateEndpointConnectionData Nueva instancia para simular.

Se aplica a