-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build.Reason:Schedule Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=227267&view=results
- Loading branch information
VSC-Service-Account
committed
Jun 23, 2021
1 parent
6aeda03
commit b2a5092
Showing
64 changed files
with
10,707 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### YamlMime:TSTypeAlias | ||
name: ApiType | ||
uid: '@azure/arm-cosmosdb.ApiType' | ||
package: '@azure/arm-cosmosdb' | ||
summary: >- | ||
Defines values for ApiType. | ||
Possible values include: 'MongoDB', 'Gremlin', 'Cassandra', 'Table', 'Sql', | ||
'GremlinV2' | ||
fullName: ApiType | ||
remarks: '' | ||
isPreview: false | ||
isDeprecated: false | ||
syntax: >- | ||
type ApiType = "MongoDB" | "Gremlin" | "Cassandra" | "Table" | "Sql" | | ||
"GremlinV2" |
24 changes: 24 additions & 0 deletions
24
docs-ref-autogen/@azure/arm-cosmosdb/BackupInformation.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### YamlMime:TSType | ||
name: BackupInformation | ||
uid: '@azure/arm-cosmosdb.BackupInformation' | ||
package: '@azure/arm-cosmosdb' | ||
summary: Backup information of a resource. | ||
fullName: BackupInformation | ||
remarks: '' | ||
isPreview: false | ||
isDeprecated: false | ||
type: interface | ||
properties: | ||
- name: continuousBackupInformation | ||
uid: '@azure/arm-cosmosdb.BackupInformation.continuousBackupInformation' | ||
package: '@azure/arm-cosmosdb' | ||
summary: Information about the status of continuous backups. | ||
fullName: continuousBackupInformation | ||
remarks: '' | ||
isPreview: false | ||
isDeprecated: false | ||
syntax: | ||
content: 'continuousBackupInformation?: ContinuousBackupInformation' | ||
return: | ||
type: <xref uid="@azure/arm-cosmosdb.ContinuousBackupInformation" /> | ||
description: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
docs-ref-autogen/@azure/arm-cosmosdb/BackupPolicyMigrationState.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
### YamlMime:TSType | ||
name: BackupPolicyMigrationState | ||
uid: '@azure/arm-cosmosdb.BackupPolicyMigrationState' | ||
package: '@azure/arm-cosmosdb' | ||
summary: >- | ||
The object representing the state of the migration between the backup | ||
policies. | ||
fullName: BackupPolicyMigrationState | ||
remarks: '' | ||
isPreview: false | ||
isDeprecated: false | ||
type: interface | ||
properties: | ||
- name: startTime | ||
uid: '@azure/arm-cosmosdb.BackupPolicyMigrationState.startTime' | ||
package: '@azure/arm-cosmosdb' | ||
summary: Time at which the backup policy migration started (ISO-8601 format). | ||
fullName: startTime | ||
remarks: '' | ||
isPreview: false | ||
isDeprecated: false | ||
syntax: | ||
content: 'startTime?: Date' | ||
return: | ||
type: Date | ||
description: '' | ||
- name: status | ||
uid: '@azure/arm-cosmosdb.BackupPolicyMigrationState.status' | ||
package: '@azure/arm-cosmosdb' | ||
summary: >- | ||
Describes the status of migration between backup policy types. Possible | ||
values include: | ||
'Invalid', 'InProgress', 'Completed', 'Failed' | ||
fullName: status | ||
remarks: '' | ||
isPreview: false | ||
isDeprecated: false | ||
syntax: | ||
content: 'status?: BackupPolicyMigrationStatus' | ||
return: | ||
type: <xref uid="@azure/arm-cosmosdb.BackupPolicyMigrationStatus" /> | ||
description: '' | ||
- name: targetType | ||
uid: '@azure/arm-cosmosdb.BackupPolicyMigrationState.targetType' | ||
package: '@azure/arm-cosmosdb' | ||
summary: >- | ||
Describes the target backup policy type of the backup policy migration. | ||
Possible values | ||
include: 'Periodic', 'Continuous' | ||
fullName: targetType | ||
remarks: '' | ||
isPreview: false | ||
isDeprecated: false | ||
syntax: | ||
content: 'targetType?: BackupPolicyType' | ||
return: | ||
type: <xref uid="@azure/arm-cosmosdb.BackupPolicyType" /> | ||
description: '' |
14 changes: 14 additions & 0 deletions
14
docs-ref-autogen/@azure/arm-cosmosdb/BackupPolicyMigrationStatus.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
### YamlMime:TSTypeAlias | ||
name: BackupPolicyMigrationStatus | ||
uid: '@azure/arm-cosmosdb.BackupPolicyMigrationStatus' | ||
package: '@azure/arm-cosmosdb' | ||
summary: |- | ||
Defines values for BackupPolicyMigrationStatus. | ||
Possible values include: 'Invalid', 'InProgress', 'Completed', 'Failed' | ||
fullName: BackupPolicyMigrationStatus | ||
remarks: '' | ||
isPreview: false | ||
isDeprecated: false | ||
syntax: >- | ||
type BackupPolicyMigrationStatus = "Invalid" | "InProgress" | "Completed" | | ||
"Failed" |
24 changes: 24 additions & 0 deletions
24
docs-ref-autogen/@azure/arm-cosmosdb/ContinuousBackupInformation.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### YamlMime:TSType | ||
name: ContinuousBackupInformation | ||
uid: '@azure/arm-cosmosdb.ContinuousBackupInformation' | ||
package: '@azure/arm-cosmosdb' | ||
summary: Information about the status of continuous backups. | ||
fullName: ContinuousBackupInformation | ||
remarks: '' | ||
isPreview: false | ||
isDeprecated: false | ||
type: interface | ||
properties: | ||
- name: latestRestorableTimestamp | ||
uid: '@azure/arm-cosmosdb.ContinuousBackupInformation.latestRestorableTimestamp' | ||
package: '@azure/arm-cosmosdb' | ||
summary: The latest restorable timestamp for a resource. | ||
fullName: latestRestorableTimestamp | ||
remarks: '' | ||
isPreview: false | ||
isDeprecated: false | ||
syntax: | ||
content: 'latestRestorableTimestamp?: undefined | string' | ||
return: | ||
type: undefined | string | ||
description: '' |
24 changes: 24 additions & 0 deletions
24
docs-ref-autogen/@azure/arm-cosmosdb/ContinuousBackupRestoreLocation.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### YamlMime:TSType | ||
name: ContinuousBackupRestoreLocation | ||
uid: '@azure/arm-cosmosdb.ContinuousBackupRestoreLocation' | ||
package: '@azure/arm-cosmosdb' | ||
summary: Properties of the regional restorable account. | ||
fullName: ContinuousBackupRestoreLocation | ||
remarks: '' | ||
isPreview: false | ||
isDeprecated: false | ||
type: interface | ||
properties: | ||
- name: location | ||
uid: '@azure/arm-cosmosdb.ContinuousBackupRestoreLocation.location' | ||
package: '@azure/arm-cosmosdb' | ||
summary: The name of the continuous backup restore location. | ||
fullName: location | ||
remarks: '' | ||
isPreview: false | ||
isDeprecated: false | ||
syntax: | ||
content: 'location?: undefined | string' | ||
return: | ||
type: undefined | string | ||
description: '' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### YamlMime:TSTypeAlias | ||
name: CreateMode | ||
uid: '@azure/arm-cosmosdb.CreateMode' | ||
package: '@azure/arm-cosmosdb' | ||
summary: |- | ||
Defines values for CreateMode. | ||
Possible values include: 'Default', 'Restore' | ||
fullName: CreateMode | ||
remarks: '' | ||
isPreview: false | ||
isDeprecated: false | ||
syntax: type CreateMode = "Default" | "Restore" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
### YamlMime:TSTypeAlias | ||
name: CreatedByType | ||
uid: '@azure/arm-cosmosdb.CreatedByType' | ||
package: '@azure/arm-cosmosdb' | ||
summary: |- | ||
Defines values for CreatedByType. | ||
Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' | ||
fullName: CreatedByType | ||
remarks: '' | ||
isPreview: false | ||
isDeprecated: false | ||
syntax: type CreatedByType = "User" | "Application" | "ManagedIdentity" | "Key" |
Oops, something went wrong.