RestorableSqlContainerPropertiesResource Constructors
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
RestorableSqlContainerPropertiesResource() |
Initializes a new instance of the RestorableSqlContainerPropertiesResource class. |
RestorableSqlContainerPropertiesResource(String, String, String, String, String, RestorableSqlContainerPropertiesResourceContainer) |
Initializes a new instance of the RestorableSqlContainerPropertiesResource class. |
RestorableSqlContainerPropertiesResource()
Initializes a new instance of the RestorableSqlContainerPropertiesResource class.
public RestorableSqlContainerPropertiesResource ();
Public Sub New ()
Applies to
RestorableSqlContainerPropertiesResource(String, String, String, String, String, RestorableSqlContainerPropertiesResourceContainer)
Initializes a new instance of the RestorableSqlContainerPropertiesResource class.
public RestorableSqlContainerPropertiesResource (string _rid = default, string operationType = default, string eventTimestamp = default, string ownerId = default, string ownerResourceId = default, Microsoft.Azure.Management.CosmosDB.Models.RestorableSqlContainerPropertiesResourceContainer container = default);
new Microsoft.Azure.Management.CosmosDB.Models.RestorableSqlContainerPropertiesResource : string * string * string * string * string * Microsoft.Azure.Management.CosmosDB.Models.RestorableSqlContainerPropertiesResourceContainer -> Microsoft.Azure.Management.CosmosDB.Models.RestorableSqlContainerPropertiesResource
Public Sub New (Optional _rid As String = Nothing, Optional operationType As String = Nothing, Optional eventTimestamp As String = Nothing, Optional ownerId As String = Nothing, Optional ownerResourceId As String = Nothing, Optional container As RestorableSqlContainerPropertiesResourceContainer = Nothing)
Parameters
- _rid
- String
A system generated property. A unique identifier.
- operationType
- String
The operation type of this container event. Possible values include: 'Create', 'Replace', 'Delete', 'SystemOperation'
- eventTimestamp
- String
The when this container event happened.
- ownerId
- String
The name of this SQL container.
- ownerResourceId
- String
The resource ID of this SQL container.
Cosmos DB SQL container resource object
Applies to
Azure SDK for .NET