IWithSqlServer.WithExistingSqlServer Method
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
WithExistingSqlServer(ISqlServer) |
Sets the parent SQL server for the new Server Key. |
WithExistingSqlServer(String, String) |
Sets the parent SQL server name and resource group it belongs to. |
WithExistingSqlServer(ISqlServer)
Sets the parent SQL server for the new Server Key.
public Microsoft.Azure.Management.Sql.Fluent.SqlServerKeyOperations.Definition.IWithServerKeyType WithExistingSqlServer (Microsoft.Azure.Management.Sql.Fluent.ISqlServer sqlServer);
abstract member WithExistingSqlServer : Microsoft.Azure.Management.Sql.Fluent.ISqlServer -> Microsoft.Azure.Management.Sql.Fluent.SqlServerKeyOperations.Definition.IWithServerKeyType
Public Function WithExistingSqlServer (sqlServer As ISqlServer) As IWithServerKeyType
Parameters
- sqlServer
- ISqlServer
The parent SQL server.
Returns
Applies to
WithExistingSqlServer(String, String)
Sets the parent SQL server name and resource group it belongs to.
public Microsoft.Azure.Management.Sql.Fluent.SqlServerKeyOperations.Definition.IWithServerKeyType WithExistingSqlServer (string resourceGroupName, string sqlServerName);
abstract member WithExistingSqlServer : string * string -> Microsoft.Azure.Management.Sql.Fluent.SqlServerKeyOperations.Definition.IWithServerKeyType
Public Function WithExistingSqlServer (resourceGroupName As String, sqlServerName As String) As IWithServerKeyType
Parameters
- resourceGroupName
- String
The name of the resource group the parent SQL server.
- sqlServerName
- String
The parent SQL server name.
Returns
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET