ArmWebPubSubModelFactory.ShareablePrivateLinkType Method

Definition

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

Parameters

name
String

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

properties
ShareablePrivateLinkProperties

Describes the properties of a resource type that has been onboarded to private link service.

Returns

A new ShareablePrivateLinkType instance for mocking.

Applies to