你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithCreate 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
一个SQL Server定义,其中包含足够的输入以在云中创建新SQL Server,但公开其他可选输入以指定。
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
- 派生
- 实现
属性
Key |
一个SQL Server定义,其中包含足够的输入以在云中创建新SQL Server,但公开其他可选输入以指定。 (继承自 IIndexable) |
Name |
获取可创建资源的名称。 (继承自 ICreatable<T>) |