ManagedCassandraARMResourceProperties 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
ManagedCassandraARMResourceProperties() |
Inicializa uma nova instância da classe ManagedCassandraARMResourceProperties. |
ManagedCassandraARMResourceProperties(String, String, String, String, IDictionary<String,String>, ManagedCassandraManagedServiceIdentity) |
Inicializa uma nova instância da classe ManagedCassandraARMResourceProperties. |
ManagedCassandraARMResourceProperties()
Inicializa uma nova instância da classe ManagedCassandraARMResourceProperties.
public ManagedCassandraARMResourceProperties ();
Public Sub New ()
Aplica-se a
ManagedCassandraARMResourceProperties(String, String, String, String, IDictionary<String,String>, ManagedCassandraManagedServiceIdentity)
Inicializa uma nova instância da classe ManagedCassandraARMResourceProperties.
public ManagedCassandraARMResourceProperties (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraManagedServiceIdentity identity = default);
new Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraARMResourceProperties : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraManagedServiceIdentity -> Microsoft.Azure.Management.CosmosDB.Models.ManagedCassandraARMResourceProperties
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ManagedCassandraManagedServiceIdentity = Nothing)
Parâmetros
- id
- String
O identificador de recurso exclusivo do recurso arm.
- name
- String
O nome do recurso arm.
- type
- String
O tipo de recurso do Azure.
- location
- String
O local do grupo de recursos ao qual o recurso pertence.
- tags
- IDictionary<String,String>
Aplica-se a
Azure SDK for .NET