IWithDatabase.WithDatabaseId(String) 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.
Sets the SQL Failover Group database.
public Microsoft.Azure.Management.Sql.Fluent.SqlFailoverGroupOperations.Definition.IWithCreate WithDatabaseId (string id);
abstract member WithDatabaseId : string -> Microsoft.Azure.Management.Sql.Fluent.SqlFailoverGroupOperations.Definition.IWithCreate
Public Function WithDatabaseId (id As String) As IWithCreate
Parameters
- id
- String
The ID of the database.