AzureSqlSyncAgentModel 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
AzureSqlSyncAgentModel() | |
AzureSqlSyncAgentModel(String, String, SyncAgent) |
Construct AzureSqlSyncAgentModel |
AzureSqlSyncAgentModel()
public AzureSqlSyncAgentModel ();
Public Sub New ()
Applies to
AzureSqlSyncAgentModel(String, String, SyncAgent)
Construct AzureSqlSyncAgentModel
public AzureSqlSyncAgentModel (string resourceGroup, string serverName, Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgent syncAgent);
new Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel : string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgent -> Microsoft.Azure.Commands.Sql.DataSync.Model.AzureSqlSyncAgentModel
Public Sub New (resourceGroup As String, serverName As String, syncAgent As SyncAgent)
Parameters
- resourceGroup
- String
resource group
- serverName
- String
server name
- syncAgent
- SyncAgent
sync agent