Interface SqlServer.Definition
-
- All Superinterfaces:
Creatable<SqlServer>,GroupableResource.DefinitionStages.WithCreatableResourceGroup<SqlServer.DefinitionStages.WithAdministratorLogin>,GroupableResource.DefinitionStages.WithExistingResourceGroup<SqlServer.DefinitionStages.WithAdministratorLogin>,GroupableResource.DefinitionStages.WithGroup<SqlServer.DefinitionStages.WithAdministratorLogin>,GroupableResource.DefinitionStages.WithNewResourceGroup<SqlServer.DefinitionStages.WithAdministratorLogin>,HasName,Indexable,Resource.DefinitionWithRegion<SqlServer.DefinitionStages.WithGroup>,Resource.DefinitionWithTags<SqlServer.DefinitionStages.WithCreate>,SqlServer.DefinitionStages.Blank,SqlServer.DefinitionStages.WithActiveDirectoryAdministrator,SqlServer.DefinitionStages.WithAdministratorLogin,SqlServer.DefinitionStages.WithAdministratorPassword,SqlServer.DefinitionStages.WithCreate,SqlServer.DefinitionStages.WithDatabase,SqlServer.DefinitionStages.WithElasticPool,SqlServer.DefinitionStages.WithFirewallRule,SqlServer.DefinitionStages.WithGroup,SqlServer.DefinitionStages.WithSystemAssignedManagedServiceIdentity,SqlServer.DefinitionStages.WithVirtualNetworkRule
- Enclosing interface:
- SqlServer
public static interface SqlServer.Definition extends SqlServer.DefinitionStages.Blank, SqlServer.DefinitionStages.WithGroup, SqlServer.DefinitionStages.WithAdministratorLogin, SqlServer.DefinitionStages.WithAdministratorPassword, SqlServer.DefinitionStages.WithElasticPool, SqlServer.DefinitionStages.WithDatabase, SqlServer.DefinitionStages.WithFirewallRule, SqlServer.DefinitionStages.WithCreate
Container interface for all the definitions that need to be implemented.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithCreatableResourceGroup
withNewResourceGroup
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithExistingResourceGroup
withExistingResourceGroup, withExistingResourceGroup
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.GroupableResource.DefinitionStages.WithNewResourceGroup
withNewResourceGroup, withNewResourceGroup
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithRegion
withRegion, withRegion
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlServer.DefinitionStages.WithActiveDirectoryAdministrator
withActiveDirectoryAdministrator
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlServer.DefinitionStages.WithAdministratorLogin
withAdministratorLogin
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlServer.DefinitionStages.WithAdministratorPassword
withAdministratorPassword
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlServer.DefinitionStages.WithDatabase
defineDatabase
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlServer.DefinitionStages.WithElasticPool
defineElasticPool
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlServer.DefinitionStages.WithFirewallRule
defineFirewallRule, withoutAccessFromAzureServices
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlServer.DefinitionStages.WithSystemAssignedManagedServiceIdentity
withSystemAssignedManagedServiceIdentity
-
Methods inherited from interface com.azure.resourcemanager.sql.models.SqlServer.DefinitionStages.WithVirtualNetworkRule
defineVirtualNetworkRule
-
-