你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AzureSqlFailoverGroupModel 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
AzureSqlFailoverGroupModel() |
Default Constructor |
AzureSqlFailoverGroupModel(String, String, String, FailoverGroup) |
Construct AzureSqlServerfailoverGroupModel from Management.Sql.LegacySdk.Models.FailoverGroup object |
AzureSqlFailoverGroupModel()
Default Constructor
public AzureSqlFailoverGroupModel ();
Public Sub New ()
Applies to
AzureSqlFailoverGroupModel(String, String, String, FailoverGroup)
Construct AzureSqlServerfailoverGroupModel from Management.Sql.LegacySdk.Models.FailoverGroup object
public AzureSqlFailoverGroupModel (string resourceGroupName, string serverName, string failoverGroupName, Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroup failoverGroup);
new Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel : string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.FailoverGroup -> Microsoft.Azure.Commands.Sql.FailoverGroup.Model.AzureSqlFailoverGroupModel
Public Sub New (resourceGroupName As String, serverName As String, failoverGroupName As String, failoverGroup As FailoverGroup)
Parameters
- resourceGroupName
- String
Resource group
- serverName
- String
Server name
- failoverGroupName
- String
The name of the Azure Sql Database FailoverGroup
- failoverGroup
- FailoverGroup
Recommended Action object