Partager via


GenericResourceExpanded Constructeurs

Définition

Surcharges

GenericResourceExpanded()

Initialise une nouvelle instance de la classe GenericResourceExpanded.

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

Initialise une nouvelle instance de la classe GenericResourceExpanded.

GenericResourceExpanded()

Initialise une nouvelle instance de la classe GenericResourceExpanded.

public GenericResourceExpanded ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe GenericResourceExpanded.

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

Paramètres

location
String
id
String
name
String
type
String
plan
Plan

Plan de la ressource.

properties
Object

Propriétés de la ressource.

kind
String

Type de ressource.

managedBy
String

ID de la ressource qui gère cette ressource.

sku
Sku

Référence SKU de la ressource.

identity
Identity

Identité de la ressource.

extendedLocation
ExtendedLocation

Emplacement étendu de la ressource.

createdTime
Nullable<DateTime>

Heure de création de la ressource. Cela n’est présent que si demandé via le paramètre de requête $expand.

changedTime
Nullable<DateTime>

Heure modifiée de la ressource. Cela n’est présent que si demandé via le paramètre de requête $expand.

provisioningState
String

État d’approvisionnement de la ressource. Cela n’est présent que si demandé via le paramètre de requête $expand.

S’applique à