IWithCreate Interface

Definition

A SQL Server definition with sufficient inputs to create a new SQL Server in the cloud, but exposing additional optional inputs to specify.

public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithActiveDirectoryAdministrator, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithDatabase, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithElasticPool, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithFirewallRule, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithSystemAssignedManagedServiceIdentity, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithVirtualNetworkRule
type IWithCreate = interface
    interface IBeta
    interface ICreatable<ISqlServer>
    interface IIndexable
    interface IWithActiveDirectoryAdministrator
    interface IWithSystemAssignedManagedServiceIdentity
    interface IWithElasticPool
    interface IWithElasticPoolBeta
    interface IWithDatabase
    interface IWithDatabaseBeta
    interface IWithFirewallRule
    interface IWithFirewallRuleBeta
    interface IWithVirtualNetworkRule
    interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements IBeta, ICreatable(Of ISqlServer), IDefinitionWithTags(Of IWithCreate), IWithActiveDirectoryAdministrator, IWithDatabase, IWithElasticPool, IWithFirewallRule, IWithSystemAssignedManagedServiceIdentity, IWithVirtualNetworkRule
Derived
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
DefineDatabase(String)

Begins the definition of a new SQL Database to be added to this server.

(Inherited from IWithDatabaseBeta)
DefineElasticPool(String)

Begins the definition of a new SQL Elastic Pool to be added to this server.

(Inherited from IWithElasticPoolBeta)
DefineFirewallRule(String)

Begins the definition of a new SQL Firewall rule to be added to this server.

(Inherited from IWithFirewallRuleBeta)
DefineVirtualNetworkRule(String)

Begins the definition of a new SQL Virtual Network Rule to be added to this server.

(Inherited from IWithVirtualNetworkRule)
WithActiveDirectoryAdministrator(String, String)

Sets the SQL Active Directory administrator. Azure Active Directory authentication allows you to centrally manage identity and access to your Azure SQL Database V12.

(Inherited from IWithActiveDirectoryAdministrator)
WithNewDatabase(String)

Creates new database in the SQL Server.

(Inherited from IWithDatabase)
WithNewElasticPool(String, ElasticPoolEdition)

Creates new elastic pool in the SQL Server.

(Inherited from IWithElasticPool)
WithNewElasticPool(String, ElasticPoolEdition, String[])

Creates new elastic pool in the SQL Server.

(Inherited from IWithElasticPool)
WithNewFirewallRule(String)

Creates new firewall rule in the SQL Server.

(Inherited from IWithFirewallRule)
WithNewFirewallRule(String, String)

Creates new firewall rule in the SQL Server.

(Inherited from IWithFirewallRule)
WithNewFirewallRule(String, String, String)

Creates new firewall rule in the SQL Server.

(Inherited from IWithFirewallRule)
WithoutAccessFromAzureServices()

Sets the Azure services default access to this server to false. The default is to allow Azure services default access to this server via a special firewall rule named "AllowAllWindowsAzureIps" with the start IP "0.0.0.0".

(Inherited from IWithFirewallRuleBeta)
WithSystemAssignedManagedServiceIdentity()

Sets a system assigned (local) Managed Service Identity (MSI) for the SQL server resource.

(Inherited from IWithSystemAssignedManagedServiceIdentity)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IDefinitionWithTags<T>)

Applies to