Sdílet prostřednictvím


ArmMachineLearningModelFactory.MachineLearningPrivateEndpointConnectionData Method

Definition

Initializes a new instance of 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

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).

sku
MachineLearningSku

Optional. This field is required to be implemented by the RP because AML is supporting more than one tier.

privateEndpoint
MachineLearningPrivateEndpoint

The Private Endpoint resource.

connectionState
MachineLearningPrivateLinkServiceConnectionState

The connection state.

provisioningState
Nullable<MachineLearningPrivateEndpointConnectionProvisioningState>

The current provisioning state.

Returns

A new MachineLearningPrivateEndpointConnectionData instance for mocking.

Applies to