AzureSourceDetails constructor

AzureSourceDetails({
  1. String? azureLocation,
  2. ClientSecretCredentials? clientSecretCreds,
  3. Status? error,
  4. Map<String, String>? migrationResourcesUserTags,
  5. String? resourceGroupId,
  6. String? state,
  7. String? subscriptionId,
})

Implementation

AzureSourceDetails({
  this.azureLocation,
  this.clientSecretCreds,
  this.error,
  this.migrationResourcesUserTags,
  this.resourceGroupId,
  this.state,
  this.subscriptionId,
});