Compartir a través de


GenericResourceInner Constructores

Definición

Sobrecargas

GenericResourceInner()

Inicializa una nueva instancia de la clase GenericResourceInner.

GenericResourceInner(String, String, String, String, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity, ExtendedLocation)

Inicializa una nueva instancia de la clase GenericResourceInner.

GenericResourceInner()

Inicializa una nueva instancia de la clase GenericResourceInner.

public GenericResourceInner ();
Public Sub New ()

Se aplica a

GenericResourceInner(String, String, String, String, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity, ExtendedLocation)

Inicializa una nueva instancia de la clase GenericResourceInner.

public GenericResourceInner (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);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner : 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 -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.GenericResourceInner
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)

Parámetros

location
String
id
String
name
String
type
String
plan
Plan

Plan del recurso.

properties
Object

Propiedades del recurso.

kind
String

Tipo del recurso.

managedBy
String

Identificador del recurso que administra este recurso.

sku
Sku

SKU del recurso.

identity
Identity

Identidad del recurso.

extendedLocation
ExtendedLocation

Ubicación extendida del recurso.

Se aplica a