ArmWebPubSubModelFactory.ShareablePrivateLinkProperties Method

Definition

public static Azure.ResourceManager.WebPubSub.Models.ShareablePrivateLinkProperties ShareablePrivateLinkProperties(string description = default, string groupId = default, string type = default);
static member ShareablePrivateLinkProperties : string * string * string -> Azure.ResourceManager.WebPubSub.Models.ShareablePrivateLinkProperties
Public Shared Function ShareablePrivateLinkProperties (Optional description As String = Nothing, Optional groupId As String = Nothing, Optional type As String = Nothing) As ShareablePrivateLinkProperties

Parameters

description
String

The description of the resource type that has been onboarded to private link service.

groupId
String

The resource provider group id for the resource that has been onboarded to private link service.

type
String

The resource provider type for the resource that has been onboarded to private link service.

Returns

A new ShareablePrivateLinkProperties instance for mocking.

Applies to