Partager via


AzureEntityResourceInner Constructeurs

Définition

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 à