ArmComputeModelFactory.ComputePrivateLinkServiceConnectionState Method

Definition

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

Parameters

status
Nullable<ComputePrivateEndpointServiceConnectionStatus>

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

description
String

The reason for approval/rejection of the connection.

actionsRequired
String

A message indicating if changes on the service provider require any updates on the consumer.

Returns

A new ComputePrivateLinkServiceConnectionState instance for mocking.

Applies to