ResourceModelWithAllowedPropertySet 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
ResourceModelWithAllowedPropertySet() |
Inicializa uma nova instância da classe ResourceModelWithAllowedPropertySet. |
ResourceModelWithAllowedPropertySet(String, String, String, String, String, String, String, IDictionary<String,String>, ResourceModelWithAllowedPropertySetIdentity, ResourceModelWithAllowedPropertySetSku, ResourceModelWithAllowedPropertySetPlan) |
Inicializa uma nova instância da classe ResourceModelWithAllowedPropertySet. |
ResourceModelWithAllowedPropertySet()
Inicializa uma nova instância da classe ResourceModelWithAllowedPropertySet.
public ResourceModelWithAllowedPropertySet ();
Public Sub New ()
Aplica-se a
ResourceModelWithAllowedPropertySet(String, String, String, String, String, String, String, IDictionary<String,String>, ResourceModelWithAllowedPropertySetIdentity, ResourceModelWithAllowedPropertySetSku, ResourceModelWithAllowedPropertySetPlan)
Inicializa uma nova instância da classe ResourceModelWithAllowedPropertySet.
public ResourceModelWithAllowedPropertySet (string id = default, string name = default, string type = default, string location = default, string managedBy = default, string kind = default, string etag = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.KubernetesConfiguration.Models.ResourceModelWithAllowedPropertySetIdentity identity = default, Microsoft.Azure.Management.KubernetesConfiguration.Models.ResourceModelWithAllowedPropertySetSku sku = default, Microsoft.Azure.Management.KubernetesConfiguration.Models.ResourceModelWithAllowedPropertySetPlan plan = default);
new Microsoft.Azure.Management.KubernetesConfiguration.Models.ResourceModelWithAllowedPropertySet : string * string * string * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.KubernetesConfiguration.Models.ResourceModelWithAllowedPropertySetIdentity * Microsoft.Azure.Management.KubernetesConfiguration.Models.ResourceModelWithAllowedPropertySetSku * Microsoft.Azure.Management.KubernetesConfiguration.Models.ResourceModelWithAllowedPropertySetPlan -> Microsoft.Azure.Management.KubernetesConfiguration.Models.ResourceModelWithAllowedPropertySet
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional managedBy As String = Nothing, Optional kind As String = Nothing, Optional etag As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ResourceModelWithAllowedPropertySetIdentity = Nothing, Optional sku As ResourceModelWithAllowedPropertySetSku = Nothing, Optional plan As ResourceModelWithAllowedPropertySetPlan = Nothing)
Parâmetros
- id
- String
ID de recurso totalmente qualificada para o recurso. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
O nome do recurso
- type
- String
Tipo do recurso. Por exemplo, "Microsoft.Compute/virtualMachines" ou "Microsoft.Storage/storageAccounts"
- location
- String
A localização geográfica onde o recurso reside
- managedBy
- String
A ID de recurso totalmente qualificada do recurso que gerencia esse recurso. Indica se esse recurso é gerenciado por outro recurso do Azure. Se isso estiver presente, a implantação do modo completo não excluirá o recurso se ele for removido do modelo, pois ele é gerenciado por outro recurso.
- kind
- String
Metadados usados pelo portal/ferramentas/etc para renderizar diferentes experiências de experiência de usuário para recursos do mesmo tipo; Por exemplo, ApiApps são uma espécie de tipo Microsoft.Web/sites. Se houver suporte, o provedor de recursos deverá validar e persistir esse valor.
- etag
- String
O campo de etag não é necessário. Se ele for fornecido no corpo da resposta, ele também deverá ser fornecido como um cabeçalho de acordo com a convenção de etag normal. As marcas de entidade são usadas para comparar duas ou mais entidades do mesmo recurso solicitado. HTTP/1.1 usa marcas de entidade na etag (seção 14.19), If-Match (seção 14.24), If-None-Match (seção 14.26) e campos de cabeçalho If-Range (seção 14.27).
- tags
- IDictionary<String,String>
Marcas de recurso.
Aplica-se a
Azure SDK for .NET