ArmWebPubSubModelFactory.ShareablePrivateLinkType 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.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.