GenericResourceInner Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
GenericResourceInner() |
Inicializa uma nova instância da classe GenericResourceInner. |
GenericResourceInner(String, String, String, String, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity, ExtendedLocation) |
Inicializa uma nova instância da classe GenericResourceInner. |
GenericResourceInner()
Inicializa uma nova instância da classe GenericResourceInner.
public GenericResourceInner ();
Public Sub New ()
Aplica-se a
GenericResourceInner(String, String, String, String, IDictionary<String,String>, Plan, Object, String, String, Sku, Identity, ExtendedLocation)
Inicializa uma nova instância da classe 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
- tags
- IDictionary<String,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.
Aplica-se a
Azure SDK for .NET