AzureEntityResource 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
AzureEntityResource() |
Initialise une nouvelle instance de la classe AzureEntityResource. |
AzureEntityResource(String, String, String, String) |
Initialise une nouvelle instance de la classe AzureEntityResource. |
AzureEntityResource()
Initialise une nouvelle instance de la classe AzureEntityResource.
public AzureEntityResource ();
Public Sub New ()
S’applique à
AzureEntityResource(String, String, String, String)
Initialise une nouvelle instance de la classe AzureEntityResource.
public AzureEntityResource (string id = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.CosmosDB.Models.AzureEntityResource : string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.AzureEntityResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing)
Paramètres
- id
- String
ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
nom de la ressource.
- type
- String
Type de la ressource. Par exemple, « Microsoft.Compute/virtualMachines » ou « Microsoft.Storage/storageAccounts »
- etag
- String
Etag de ressources.
S’applique à
Azure SDK for .NET