ArmCosmosDBModelFactory.CassandraViewGetPropertiesResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of CassandraViewGetPropertiesResource.
public static Azure.ResourceManager.CosmosDB.Models.CassandraViewGetPropertiesResource CassandraViewGetPropertiesResource (string id = default, string viewDefinition = default, string rid = default, float? timestamp = default, Azure.ETag? etag = default);
static member CassandraViewGetPropertiesResource : string * string * string * Nullable<single> * Nullable<Azure.ETag> -> Azure.ResourceManager.CosmosDB.Models.CassandraViewGetPropertiesResource
Public Shared Function CassandraViewGetPropertiesResource (Optional id As String = Nothing, Optional viewDefinition As String = Nothing, Optional rid As String = Nothing, Optional timestamp As Nullable(Of Single) = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As CassandraViewGetPropertiesResource
Parameters
- id
- String
Name of the Cosmos DB Cassandra view.
- viewDefinition
- String
View Definition of the Cosmos DB Cassandra view.
- rid
- String
A system generated property. A unique identifier.
A system generated property that denotes the last updated timestamp of the resource.
A system generated property representing the resource etag required for optimistic concurrency control.
Returns
A new CassandraViewGetPropertiesResource instance for mocking.
Exceptions
id
or viewDefinition
is null.