Udostępnij za pośrednictwem


PrivateLinkResource Konstruktory

Definicja

Przeciążenia

PrivateLinkResource()

Inicjuje nowe wystąpienie klasy PrivateLinkResource.

PrivateLinkResource(String, String, String, String, String, IList<String>, IList<String>)

Inicjuje nowe wystąpienie klasy PrivateLinkResource.

PrivateLinkResource()

Inicjuje nowe wystąpienie klasy PrivateLinkResource.

public PrivateLinkResource();
Public Sub New ()

Dotyczy

PrivateLinkResource(String, String, String, String, String, IList<String>, IList<String>)

Inicjuje nowe wystąpienie klasy PrivateLinkResource.

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

Parametry

id
String

Identyfikator zasobu.

name
String

Nazwa zasobu.

type
String

Typ zasobu.

etag
String

Element ETag zasobu używany na potrzeby instrukcji współbieżności.

groupId
String

Identyfikator grupy zasobu łącza prywatnego.

requiredMembers
IList<String>

Lista wymaganych elementów członkowskich używanych do nawiązywania połączenia za pomocą łącza prywatnego.

requiredZoneNames
IList<String>

Lista wymaganych nazw stref dla prywatnej nazwy zasobu DNS

Dotyczy