DataMigrationServiceProperties 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
DataMigrationServiceProperties() |
Initializes a new instance of the DataMigrationServiceProperties class. |
DataMigrationServiceProperties(String, String, String) |
Initializes a new instance of the DataMigrationServiceProperties class. |
DataMigrationServiceProperties()
Initializes a new instance of the DataMigrationServiceProperties class.
public DataMigrationServiceProperties ();
Public Sub New ()
Applies to
DataMigrationServiceProperties(String, String, String)
Initializes a new instance of the DataMigrationServiceProperties class.
public DataMigrationServiceProperties (string virtualSubnetId, string provisioningState = default, string publicKey = default);
new Microsoft.Azure.Management.DataMigration.Models.DataMigrationServiceProperties : string * string * string -> Microsoft.Azure.Management.DataMigration.Models.DataMigrationServiceProperties
Public Sub New (virtualSubnetId As String, Optional provisioningState As String = Nothing, Optional publicKey As String = Nothing)
Parameters
- virtualSubnetId
- String
The ID of the Microsoft.Network/virtualNetworks/subnets resource to which the service should be joined
- provisioningState
- String
The resource's provisioning state Possible values include: 'Accepted', 'Deleting', 'Deploying', 'Stopped', 'Stopping', 'Starting', 'FailedToStart', 'FailedToStop', 'Succeeded', 'Failed'
- publicKey
- String
The public key of the service, used to encrypt secrets sent to the service