Udostępnij za pośrednictwem


PrivateLinkResource Konstruktory

Definicja

Przeciążenia

PrivateLinkResource()

Inicjuje nowe wystąpienie klasy PrivateLinkResource.

PrivateLinkResource(String, String, String, 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, IList<String>)

Inicjuje nowe wystąpienie klasy PrivateLinkResource.

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

Parametry

id
String

W pełni kwalifikowany identyfikator zasobu dla zasobu

name
String

Nazwa zasobu

type
String

Typ zasobu.

groupId
String

Identyfikator grupy zasobów łącza prywatnego.

requiredMembers
IList<String>

Zasób łącza prywatnego wymaga nazw elementów członkowskich.

Dotyczy