PrivateLinkScopesResource Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PrivateLinkScopesResource() |
Initialise une nouvelle instance de la classe PrivateLinkScopesResource. |
PrivateLinkScopesResource(String, String, String, String, IDictionary<String,String>) |
Initialise une nouvelle instance de la classe PrivateLinkScopesResource. |
PrivateLinkScopesResource()
Initialise une nouvelle instance de la classe PrivateLinkScopesResource.
public PrivateLinkScopesResource ();
Public Sub New ()
S’applique à
PrivateLinkScopesResource(String, String, String, String, IDictionary<String,String>)
Initialise une nouvelle instance de la classe PrivateLinkScopesResource.
public PrivateLinkScopesResource (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Monitor.Models.PrivateLinkScopesResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Monitor.Models.PrivateLinkScopesResource
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Paramètres
- location
- String
Emplacement de la ressource
- id
- String
ID de ressource Azure
- name
- String
Nom de la ressource Azure
- type
- String
Type de ressource Azure
- tags
- IDictionary<String,String>
Balises de ressource
S’applique à
Azure SDK for .NET