Freigeben über


GenericResourceExpanded Konstruktoren

Definition

Überlädt

GenericResourceExpanded()

Initialisiert eine neue instance der GenericResourceExpanded-Klasse.

GenericResourceExpanded(String, String, String, String, IDictionary<String, String>, Plan, Object, String, String, Sku, Identity, Nullable<DateTime>, Nullable<DateTime>, String)

Initialisiert eine neue instance der GenericResourceExpanded-Klasse.

GenericResourceExpanded(String, String, String, String, ExtendedLocation, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity, Nullable<DateTime>, Nullable<DateTime>, String)

Initialisiert eine neue instance der GenericResourceExpanded-Klasse.

GenericResourceExpanded()

Initialisiert eine neue instance der GenericResourceExpanded-Klasse.

public GenericResourceExpanded ();
Public Sub New ()

Gilt für:

GenericResourceExpanded(String, String, String, String, IDictionary<String, String>, Plan, Object, String, String, Sku, Identity, Nullable<DateTime>, Nullable<DateTime>, String)

Initialisiert eine neue instance der GenericResourceExpanded-Klasse.

public GenericResourceExpanded (string id, string name, string type, string location, System.Collections.Generic.IDictionary<string,string> tags, Microsoft.Azure.Management.ResourceManager.Models.Plan plan = default, object properties = default, string kind = default, string managedBy = default, Microsoft.Azure.Management.ResourceManager.Models.Sku sku = default, Microsoft.Azure.Management.ResourceManager.Models.Identity identity = default, DateTime? createdTime = default, DateTime? changedTime = default, string provisioningState = default);
new Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Models.Plan * obj * string * string * Microsoft.Azure.Management.ResourceManager.Models.Sku * Microsoft.Azure.Management.ResourceManager.Models.Identity * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded
Public Sub New (id As String, name As String, type As String, location As String, tags As IDictionary(Of String, String), Optional plan As Plan = Nothing, Optional properties As Object = Nothing, Optional kind As String = Nothing, Optional managedBy As String = Nothing, Optional sku As Sku = Nothing, Optional identity As Identity = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing)

Parameter

id
String

Ressourcen-ID

name
String

Ressourcenname

type
String

Ressourcentyp

location
String

Ressourcenspeicherort

tags
IDictionary<String,String>

Ressourcentags

plan
Plan

Der Plan der Ressource.

properties
Object

Die Ressourceneigenschaften.

kind
String

Die Art der Ressource.

managedBy
String

ID der Ressource, die diese Ressource verwaltet.

sku
Sku

Die SKU der Ressource.

identity
Identity

Die Identität der Ressource.

createdTime
Nullable<DateTime>

Die Erstellungszeit der Ressource. Dies ist nur vorhanden, wenn sie über den abfrageparameter $expand angefordert wird.

changedTime
Nullable<DateTime>

Die geänderte Zeit der Ressource. Dies ist nur vorhanden, wenn sie über den abfrageparameter $expand angefordert wird.

provisioningState
String

Der Bereitstellungsstatus der Ressource. Dies ist nur vorhanden, wenn sie über den abfrageparameter $expand angefordert wird.

Gilt für:

GenericResourceExpanded(String, String, String, String, ExtendedLocation, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity, Nullable<DateTime>, Nullable<DateTime>, String)

Initialisiert eine neue instance der GenericResourceExpanded-Klasse.

public GenericResourceExpanded (string id = default, string name = default, string type = default, string location = default, Microsoft.Azure.Management.ResourceManager.Models.ExtendedLocation extendedLocation = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ResourceManager.Models.Plan plan = default, object properties = default, string kind = default, string managedBy = default, Microsoft.Azure.Management.ResourceManager.Models.Sku sku = default, Microsoft.Azure.Management.ResourceManager.Models.Identity identity = default, DateTime? createdTime = default, DateTime? changedTime = default, string provisioningState = default);
new Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded : string * string * string * string * Microsoft.Azure.Management.ResourceManager.Models.ExtendedLocation * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Models.Plan * obj * string * string * Microsoft.Azure.Management.ResourceManager.Models.Sku * Microsoft.Azure.Management.ResourceManager.Models.Identity * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.ResourceManager.Models.GenericResourceExpanded
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional plan As Plan = Nothing, Optional properties As Object = Nothing, Optional kind As String = Nothing, Optional managedBy As String = Nothing, Optional sku As Sku = Nothing, Optional identity As Identity = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional changedTime As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing)

Parameter

id
String

Ressourcen-ID

name
String

Ressourcenname

type
String

Ressourcentyp

location
String

Ressourcenspeicherort

extendedLocation
ExtendedLocation

Erweiterter Standort der Ressource.

tags
IDictionary<String,String>

Ressourcentags

plan
Plan

Der Plan der Ressource.

properties
Object

Die Ressourceneigenschaften.

kind
String

Die Art der Ressource.

managedBy
String

ID der Ressource, die diese Ressource verwaltet.

sku
Sku

Die SKU der Ressource.

identity
Identity

Die Identität der Ressource.

createdTime
Nullable<DateTime>

Die Erstellungszeit der Ressource. Dies ist nur vorhanden, wenn sie über den abfrageparameter $expand angefordert wird.

changedTime
Nullable<DateTime>

Die geänderte Zeit der Ressource. Dies ist nur vorhanden, wenn sie über den abfrageparameter $expand angefordert wird.

provisioningState
String

Der Bereitstellungsstatus der Ressource. Dies ist nur vorhanden, wenn sie über den abfrageparameter $expand angefordert wird.

Gilt für: