CassandraKeyspaceGetResults Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CassandraKeyspaceGetResults() |
Initialisiert eine neue instance der CassandraKeyspaceGetResults-Klasse. |
CassandraKeyspaceGetResults(String, String, String, String, IDictionary<String, String>, CassandraKeyspaceGetPropertiesResource, CassandraKeyspaceGetPropertiesOptions) |
Initialisiert eine neue instance der CassandraKeyspaceGetResults-Klasse. |
CassandraKeyspaceGetResults()
Initialisiert eine neue instance der CassandraKeyspaceGetResults-Klasse.
public CassandraKeyspaceGetResults ();
Public Sub New ()
Gilt für:
CassandraKeyspaceGetResults(String, String, String, String, IDictionary<String, String>, CassandraKeyspaceGetPropertiesResource, CassandraKeyspaceGetPropertiesOptions)
Initialisiert eine neue instance der CassandraKeyspaceGetResults-Klasse.
public CassandraKeyspaceGetResults (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.CassandraKeyspaceGetPropertiesResource resource = default, Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceGetPropertiesOptions options = default);
new Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceGetResults : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceGetPropertiesResource * Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceGetPropertiesOptions -> Microsoft.Azure.Management.CosmosDB.Models.CassandraKeyspaceGetResults
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 resource As CassandraKeyspaceGetPropertiesResource = Nothing, Optional options As CassandraKeyspaceGetPropertiesOptions = Nothing)
Parameter
- id
- String
Der eindeutige Ressourcenbezeichner der ARM-Ressource.
- name
- String
Der Name der ARM-Ressource.
- type
- String
Der Typ der Azure-Ressource.
- location
- String
Der Speicherort der Ressourcengruppe, zu der die Ressource gehört.
- tags
- IDictionary<String,String>
Gilt für:
Azure SDK for .NET