Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithStorageKeyAfterElasticPool<ParentT> 接口

定义

设置要使用的存储密钥类型和值。

public interface IWithStorageKeyAfterElasticPool<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithStorageKeyAfterElasticPoolBeta<ParentT>
type IWithStorageKeyAfterElasticPool<'ParentT> = interface
    interface IWithStorageKeyAfterElasticPoolBeta<'ParentT>
    interface IBeta
Public Interface IWithStorageKeyAfterElasticPool(Of ParentT)
Implements IBeta, IWithStorageKeyAfterElasticPoolBeta(Of ParentT)

类型参数

ParentT

附加此定义后要返回到的父定义的阶段。

实现

方法

WithSharedAccessKey(String)

设置要使用的存储密钥类型和值。

(继承自 IWithStorageKeyAfterElasticPoolBeta<ParentT>)
WithStorageAccessKey(String)

设置要使用的存储密钥类型和值。

(继承自 IWithStorageKeyAfterElasticPoolBeta<ParentT>)

适用于