ArmWebPubSubModelFactory.WebPubSubPrivateLinkServiceConnectionState Method

Definition

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

Parameters

status
Nullable<WebPubSubPrivateLinkServiceConnectionStatus>

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 WebPubSubPrivateLinkServiceConnectionState instance for mocking.

Applies to