ArmWebPubSubModelFactory.WebPubSubPrivateLink 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.WebPubSubPrivateLink WebPubSubPrivateLink(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IEnumerable<string> requiredMembers = default, System.Collections.Generic.IEnumerable<string> requiredZoneNames = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.WebPubSub.Models.ShareablePrivateLinkType> shareablePrivateLinkTypes = default, string groupId = default);
static member WebPubSubPrivateLink : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * seq<string> * seq<string> * seq<Azure.ResourceManager.WebPubSub.Models.ShareablePrivateLinkType> * string -> Azure.ResourceManager.WebPubSub.Models.WebPubSubPrivateLink
Public Shared Function WebPubSubPrivateLink (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional requiredMembers As IEnumerable(Of String) = Nothing, Optional requiredZoneNames As IEnumerable(Of String) = Nothing, Optional shareablePrivateLinkTypes As IEnumerable(Of ShareablePrivateLinkType) = Nothing, Optional groupId As String = Nothing) As WebPubSubPrivateLink
Parameters
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
- name
- String
The name of the resource.
- resourceType
- ResourceType
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".
- systemData
- SystemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
- requiredMembers
- IEnumerable<String>
Required members of the private link resource.
- requiredZoneNames
- IEnumerable<String>
Required private DNS zone names.
- shareablePrivateLinkTypes
- IEnumerable<ShareablePrivateLinkType>
The list of resources that are onboarded to private link service.
- groupId
- String
Group Id of the private link resource.
Returns
A new WebPubSubPrivateLink instance for mocking.