SyncDatabaseMigrationReportingState Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Enumeração do estado diferente da migração online no nível do banco de dados.
public readonly struct SyncDatabaseMigrationReportingState : IEquatable<Azure.ResourceManager.DataMigration.Models.SyncDatabaseMigrationReportingState>
type SyncDatabaseMigrationReportingState = struct
Public Structure SyncDatabaseMigrationReportingState
Implements IEquatable(Of SyncDatabaseMigrationReportingState)
- Herança
-
SyncDatabaseMigrationReportingState
- Implementações
Construtores
SyncDatabaseMigrationReportingState(String) |
Inicializa uma nova instância de SyncDatabaseMigrationReportingState. |
Propriedades
BackupCompleted |
BACKUP_COMPLETED. |
BackupINProgress |
BACKUP_IN_PROGRESS. |
Cancelled |
CANCELADO. |
Cancelling |
CANCELAR. |
Complete |
COMPLETA. |
Completing |
COMPLETAR. |
Configuring |
CONFIGURANDO. |
Failed |
FALHOU. |
Initialiazing |
INITIALIAZING. |
ReadyTOComplete |
READY_TO_COMPLETE. |
RestoreCompleted |
RESTORE_COMPLETED. |
RestoreINProgress |
RESTORE_IN_PROGRESS. |
Running |
EXECUTANDO. |
Starting |
COMEÇANDO. |
Undefined |
INDEFINIDO. |
Validating |
VALIDAR. |
ValidationComplete |
VALIDATION_COMPLETE. |
ValidationFailed |
VALIDATION_FAILED. |
Métodos
Equals(SyncDatabaseMigrationReportingState) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(SyncDatabaseMigrationReportingState, SyncDatabaseMigrationReportingState) |
Determina se dois SyncDatabaseMigrationReportingState valores são os mesmos. |
Implicit(String to SyncDatabaseMigrationReportingState) |
Converte uma cadeia de caracteres em um SyncDatabaseMigrationReportingState. |
Inequality(SyncDatabaseMigrationReportingState, SyncDatabaseMigrationReportingState) |
Determina se dois SyncDatabaseMigrationReportingState valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET