ArmNetworkModelFactory.ApplicationGatewayPrivateLinkResource 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.Network.Models.ApplicationGatewayPrivateLinkResource ApplicationGatewayPrivateLinkResource(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, string groupId = default, System.Collections.Generic.IEnumerable<string> requiredMembers = default, System.Collections.Generic.IEnumerable<string> requiredZoneNames = default, Azure.ETag? eTag = default);
static member ApplicationGatewayPrivateLinkResource : Azure.Core.ResourceIdentifier * string * string * string * seq<string> * seq<string> * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.Models.ApplicationGatewayPrivateLinkResource
Public Shared Function ApplicationGatewayPrivateLinkResource (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional groupId As String = Nothing, Optional requiredMembers As IEnumerable(Of String) = Nothing, Optional requiredZoneNames As IEnumerable(Of String) = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As ApplicationGatewayPrivateLinkResource
Parameters
Resource ID.
- name
- String
Name of the resource.
- type
- String
Resource type.
- groupId
- String
Group identifier of private link resource.
- requiredMembers
- IEnumerable<String>
Required member names of private link resource.
- requiredZoneNames
- IEnumerable<String>
Required DNS zone names of the the private link resource.
Returns
A new ApplicationGatewayPrivateLinkResource instance for mocking.