MigrationConfigProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MigrationConfigProperties() |
Initializes a new instance of the MigrationConfigProperties class. |
MigrationConfigProperties(String, String, String, String, String, String, String, Nullable<Int64>, String, SystemData) |
Initializes a new instance of the MigrationConfigProperties class. |
MigrationConfigProperties()
Initializes a new instance of the MigrationConfigProperties class.
public MigrationConfigProperties ();
Public Sub New ()
Applies to
MigrationConfigProperties(String, String, String, String, String, String, String, Nullable<Int64>, String, SystemData)
Initializes a new instance of the MigrationConfigProperties class.
public MigrationConfigProperties (string targetNamespace, string postMigrationName, string id = default, string name = default, string type = default, string location = default, string provisioningState = default, long? pendingReplicationOperationsCount = default, string migrationState = default, Microsoft.Azure.Management.ServiceBus.Models.SystemData systemData = default);
new Microsoft.Azure.Management.ServiceBus.Models.MigrationConfigProperties : string * string * string * string * string * string * string * Nullable<int64> * string * Microsoft.Azure.Management.ServiceBus.Models.SystemData -> Microsoft.Azure.Management.ServiceBus.Models.MigrationConfigProperties
Public Sub New (targetNamespace As String, postMigrationName As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional provisioningState As String = Nothing, Optional pendingReplicationOperationsCount As Nullable(Of Long) = Nothing, Optional migrationState As String = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- targetNamespace
- String
Existing premium Namespace ARM Id name which has no entities, will be used for migration
- postMigrationName
- String
Name to access Standard Namespace after migration
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
- location
- String
The geo-location where the resource lives
- provisioningState
- String
Provisioning state of Migration Configuration
- migrationState
- String
State in which Standard to Premium Migration is, possible values : Unknown, Reverting, Completing, Initiating, Syncing, Active
- systemData
- SystemData
The system meta data relating to this resource.
Applies to
Azure SDK for .NET