PrivateLinkResource Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.
Dotyczy
Azure SDK for .NET