PSPrivateLinkResource Constructor

Definition

public PSPrivateLinkResource (string id, string name, string groupId, System.Collections.Generic.IList<string> requiredMembers = default, System.Collections.Generic.IList<string> requiredZoneNames = default);
new Microsoft.Azure.Commands.Batch.Models.PSPrivateLinkResource : string * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Commands.Batch.Models.PSPrivateLinkResource
Public Sub New (id As String, name As String, groupId As String, Optional requiredMembers As IList(Of String) = Nothing, Optional requiredZoneNames As IList(Of String) = Nothing)

Parameters

id
String
name
String
groupId
String
requiredMembers
IList<String>
requiredZoneNames
IList<String>

Applies to