你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RestorableMongodbCollectionPropertiesResource 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
RestorableMongodbCollectionPropertiesResource() |
初始化 RestorableMongodbCollectionPropertiesResource 类的新实例。 |
RestorableMongodbCollectionPropertiesResource(String, String, String, String, String) |
初始化 RestorableMongodbCollectionPropertiesResource 类的新实例。 |
RestorableMongodbCollectionPropertiesResource()
初始化 RestorableMongodbCollectionPropertiesResource 类的新实例。
public RestorableMongodbCollectionPropertiesResource ();
Public Sub New ()
适用于
RestorableMongodbCollectionPropertiesResource(String, String, String, String, String)
初始化 RestorableMongodbCollectionPropertiesResource 类的新实例。
public RestorableMongodbCollectionPropertiesResource (string _rid = default, string operationType = default, string eventTimestamp = default, string ownerId = default, string ownerResourceId = default);
new Microsoft.Azure.Management.CosmosDB.Models.RestorableMongodbCollectionPropertiesResource : string * string * string * string * string -> Microsoft.Azure.Management.CosmosDB.Models.RestorableMongodbCollectionPropertiesResource
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)
参数
- _rid
- String
系统生成的属性。 唯一标识符。
- operationType
- String
此集合事件的操作类型。 可能的值包括:“Create”、“Replace”、“Delete”、“SystemOperation”
- eventTimestamp
- String
发生此收集事件的时间。
- ownerId
- String
此 MongoDB 集合的名称。
- ownerResourceId
- String
此 MongoDB 集合的资源 ID。