RestorableMongodbResourcesGetResult interface
要还原的特定数据库。
属性
| collection |
可用于还原的集合的名称。 |
| database |
可用于还原的数据库的名称。 |
| id | ARM 资源的唯一资源标识符。 注意:此属性不会序列化。 它只能由服务器填充。 |
| name | ARM 资源的名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| type | Azure 资源的类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
collectionNames
可用于还原的集合的名称。
collectionNames?: string[]
属性值
string[]
databaseName
可用于还原的数据库的名称。
databaseName?: string
属性值
string
id
ARM 资源的唯一资源标识符。 注意:此属性不会序列化。 它只能由服务器填充。
id?: string
属性值
string
name
ARM 资源的名称。 注意:此属性不会序列化。 它只能由服务器填充。
name?: string
属性值
string
type
Azure 资源的类型。 注意:此属性不会序列化。 它只能由服务器填充。
type?: string
属性值
string