ArmWebPubSubModelFactory.ShareablePrivateLinkProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.