AzureEntityResourceInner 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
AzureEntityResourceInner() |
Initialise une nouvelle instance de la classe AzureEntityResourceInner. |
AzureEntityResourceInner(String, String, String, String) |
Initialise une nouvelle instance de la classe AzureEntityResourceInner. |
AzureEntityResourceInner()
Initialise une nouvelle instance de la classe AzureEntityResourceInner.
public AzureEntityResourceInner ();
Public Sub New ()
S’applique à
AzureEntityResourceInner(String, String, String, String)
Initialise une nouvelle instance de la classe AzureEntityResourceInner.
public AzureEntityResourceInner (string id = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.AzureEntityResourceInner : string * string * string * string -> Microsoft.Azure.Management.Storage.Fluent.Models.AzureEntityResourceInner
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
- name
- String
- type
- String
- etag
- String
Etag de ressources.
S’applique à
Azure SDK for .NET