AzureEntityResource 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
AzureEntityResource() |
Inicjuje nowe wystąpienie klasy AzureEntityResource. |
AzureEntityResource(String, String, String, String) |
Inicjuje nowe wystąpienie klasy AzureEntityResource. |
AzureEntityResource()
Inicjuje nowe wystąpienie klasy AzureEntityResource.
public AzureEntityResource ();
Public Sub New ()
Dotyczy
AzureEntityResource(String, String, String, String)
Inicjuje nowe wystąpienie klasy AzureEntityResource.
public AzureEntityResource (string id = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.AzureStackHCI.Models.AzureEntityResource : string * string * string * string -> Microsoft.Azure.Management.AzureStackHCI.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)
Parametry
- id
- String
W pełni kwalifikowany identyfikator zasobu dla zasobu. Ex — /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
Nazwa zasobu
- type
- String
Typ zasobu. Ex- Microsoft.Compute/virtualMachines lub Microsoft.Storage/storageAccounts.
- etag
- String
Zasób Etag.
Dotyczy
Azure SDK for .NET