你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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