Partilhar via


GenericResourceExpanded Construtores

Definição

Sobrecargas

GenericResourceExpanded()

Inicializa uma nova instância da classe GenericResourceExpanded.

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

Inicializa uma nova instância da classe GenericResourceExpanded.

GenericResourceExpanded()

Inicializa uma nova instância da classe GenericResourceExpanded.

public GenericResourceExpanded ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da 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)

Parâmetros

location
String
id
String
name
String
type
String
plan
Plan

O plano do recurso.

properties
Object

As propriedades do recurso.

kind
String

O tipo do recurso.

managedBy
String

ID do recurso que gerencia esse recurso.

sku
Sku

A SKU do recurso.

identity
Identity

A identidade do recurso.

extendedLocation
ExtendedLocation

Local estendido do recurso.

createdTime
Nullable<DateTime>

A hora criada do recurso. Isso só estará presente se solicitado por meio do parâmetro de consulta $expand.

changedTime
Nullable<DateTime>

A hora alterada do recurso. Isso só estará presente se solicitado por meio do parâmetro de consulta $expand.

provisioningState
String

O estado de provisionamento do recurso. Isso só estará presente se solicitado por meio do parâmetro de consulta $expand.

Aplica-se a