IDefinition Interface
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.
Container interface for all the definitions that need to be implemented.
public interface IDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithAdministratorLogin>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithAdministratorLogin>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithAdministratorLogin>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithAdministratorLogin>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithGroup>, 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.IBlank, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithAdministratorLogin, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithAdministratorPassword, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithCreate, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithGroup
type IDefinition = interface
interface IBlank
interface IDefinitionWithRegion<IWithGroup>
interface IWithGroup
interface IWithGroup<IWithAdministratorLogin>
interface IWithExistingResourceGroup<IWithAdministratorLogin>
interface IWithNewResourceGroup<IWithAdministratorLogin>
interface IWithCreatableResourceGroup<IWithAdministratorLogin>
interface IWithAdministratorLogin
interface IWithAdministratorPassword
interface IWithElasticPool
interface IWithElasticPoolBeta
interface IBeta
interface IWithDatabase
interface IWithDatabaseBeta
interface IWithFirewallRule
interface IWithFirewallRuleBeta
interface IWithCreate
interface ICreatable<ISqlServer>
interface IIndexable
interface IWithActiveDirectoryAdministrator
interface IWithSystemAssignedManagedServiceIdentity
interface IWithVirtualNetworkRule
interface IDefinitionWithTags<IWithCreate>
Public Interface IDefinition
Implements IBeta, IBlank, ICreatable(Of ISqlServer), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithAdministratorLogin, IWithAdministratorPassword, IWithCreatableResourceGroup(Of IWithAdministratorLogin), IWithCreate, IWithExistingResourceGroup(Of IWithAdministratorLogin), IWithGroup, IWithGroup(Of IWithAdministratorLogin), IWithNewResourceGroup(Of IWithAdministratorLogin)
- Implements
-
IWithCreatableResourceGroup<IWithAdministratorLogin> IWithCreatableResourceGroup<T> IWithExistingResourceGroup<IWithAdministratorLogin> IWithExistingResourceGroup<T> IWithGroup<IWithAdministratorLogin> IWithNewResourceGroup<IWithAdministratorLogin> IWithNewResourceGroup<T> IBeta IDefinitionWithRegion<IWithGroup> IDefinitionWithTags<IWithCreate> ICreatable<ISqlServer> IIndexable IBlank IWithActiveDirectoryAdministrator IWithAdministratorLogin IWithAdministratorPassword IWithCreate IWithDatabase IWithDatabaseBeta IWithElasticPool IWithElasticPoolBeta IWithFirewallRule IWithFirewallRuleBeta IWithGroup IWithSystemAssignedManagedServiceIdentity IWithVirtualNetworkRule
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) |
WithAdministratorLogin(String) |
Sets the administrator login user name. (Inherited from IWithAdministratorLogin) |
WithAdministratorPassword(String) |
Sets the administrator login password. (Inherited from IWithAdministratorPassword) |
WithExistingResourceGroup(IResourceGroup) |
Associates the resource with an existing resource group. (Inherited from IWithExistingResourceGroup<T>) |
WithExistingResourceGroup(String) |
Associates the resource with an existing resource group. (Inherited from IWithExistingResourceGroup<T>) |
WithNewDatabase(String) |
Creates new database in the SQL Server. (Inherited from IWithDatabase) |
WithNewElasticPool(String, ElasticPoolEdition, String[]) |
Creates new elastic pool in the SQL Server. (Inherited from IWithElasticPool) |
WithNewElasticPool(String, ElasticPoolEdition) |
Creates new elastic pool in the SQL Server. (Inherited from IWithElasticPool) |
WithNewFirewallRule(String, String, 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) |
Creates new firewall rule in the SQL Server. (Inherited from IWithFirewallRule) |
WithNewResourceGroup() | (Inherited from IWithNewResourceGroup<T>) |
WithNewResourceGroup(ICreatable<IResourceGroup>) |
Creates a new resource group to put the resource in, based on the definition specified. (Inherited from IWithCreatableResourceGroup<T>) |
WithNewResourceGroup(String) | (Inherited from IWithNewResourceGroup<T>) |
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) |
WithRegion(Region) |
Specifies the region for the resource. (Inherited from IDefinitionWithRegion<T>) |
WithRegion(String) |
Specifies the region for the resource by name. (Inherited from IDefinitionWithRegion<T>) |
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>) |