Lingua

ArmMachineLearningModelFactory.MachineLearningPrivateLinkServiceConnectionState Method

Definition

A collection of information about the state of the connection between service consumer and provider.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkServiceConnectionState MachineLearningPrivateLinkServiceConnectionState(string actionsRequired = default, string description = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpointServiceConnectionStatus? status = default);
static member MachineLearningPrivateLinkServiceConnectionState : string * string * Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpointServiceConnectionStatus> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateLinkServiceConnectionState
Public Shared Function MachineLearningPrivateLinkServiceConnectionState (Optional actionsRequired As String = Nothing, Optional description As String = Nothing, Optional status As Nullable(Of MachineLearningPrivateEndpointServiceConnectionStatus) = Nothing) As MachineLearningPrivateLinkServiceConnectionState

Parameters

actionsRequired
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
Nullable<MachineLearningPrivateEndpointServiceConnectionStatus>

Connection status of the service consumer with the service provider\r\nPossible state transitions\r\nPending -> Approved (Service provider approves the connection request)\r\nPending -> Rejected (Service provider rejects the connection request)\r\nPending -> Disconnected (Service provider deletes the connection)\r\nApproved -> Rejected (Service provider rejects the approved connection)\r\nApproved -> Disconnected (Service provider deletes the connection)\r\nRejected -> Pending (Service consumer re-initiates the connection request that was rejected)\r\nRejected -> Disconnected (Service provider deletes the connection).

Returns

A new MachineLearningPrivateLinkServiceConnectionState instance for mocking.

Applies to