ArmCosmosDBModelFactory.ExtendedGremlinDatabaseResourceInfo 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.
Overloads
ExtendedGremlinDatabaseResourceInfo(String, ResourceRestoreParameters, Nullable<CosmosDBAccountCreateMode>, String, Nullable<Single>, Nullable<ETag>)
- Source:
- ArmCosmosDBModelFactory.cs
Initializes a new instance of ExtendedGremlinDatabaseResourceInfo.
public static Azure.ResourceManager.CosmosDB.Models.ExtendedGremlinDatabaseResourceInfo ExtendedGremlinDatabaseResourceInfo (string databaseName = default, Azure.ResourceManager.CosmosDB.Models.ResourceRestoreParameters restoreParameters = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountCreateMode? createMode = default, string rid = default, float? timestamp = default, Azure.ETag? etag = default);
static member ExtendedGremlinDatabaseResourceInfo : string * Azure.ResourceManager.CosmosDB.Models.ResourceRestoreParameters * Nullable<Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountCreateMode> * string * Nullable<single> * Nullable<Azure.ETag> -> Azure.ResourceManager.CosmosDB.Models.ExtendedGremlinDatabaseResourceInfo
Public Shared Function ExtendedGremlinDatabaseResourceInfo (Optional databaseName As String = Nothing, Optional restoreParameters As ResourceRestoreParameters = Nothing, Optional createMode As Nullable(Of CosmosDBAccountCreateMode) = Nothing, Optional rid As String = Nothing, Optional timestamp As Nullable(Of Single) = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As ExtendedGremlinDatabaseResourceInfo
Parameters
- databaseName
- String
Name of the Cosmos DB Gremlin database.
- restoreParameters
- ResourceRestoreParameters
Parameters to indicate the information about the restore.
- createMode
- Nullable<CosmosDBAccountCreateMode>
Enum to indicate the mode of resource creation.
- 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 ExtendedGremlinDatabaseResourceInfo instance for mocking.
Applies to
ExtendedGremlinDatabaseResourceInfo(String, String, Nullable<Single>, Nullable<ETag>)
- Source:
- ArmCosmosDBModelFactory.cs
public static Azure.ResourceManager.CosmosDB.Models.ExtendedGremlinDatabaseResourceInfo ExtendedGremlinDatabaseResourceInfo (string databaseName = default, string rid = default, float? timestamp = default, Azure.ETag? etag = default);
static member ExtendedGremlinDatabaseResourceInfo : string * string * Nullable<single> * Nullable<Azure.ETag> -> Azure.ResourceManager.CosmosDB.Models.ExtendedGremlinDatabaseResourceInfo
Public Shared Function ExtendedGremlinDatabaseResourceInfo (Optional databaseName As String = Nothing, Optional rid As String = Nothing, Optional timestamp As Nullable(Of Single) = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As ExtendedGremlinDatabaseResourceInfo
Parameters
- databaseName
- String
- rid
- String