Share via


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

IWithStorageKey 接口

定义

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

public interface IWithStorageKey : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithStorageKeyBeta
type IWithStorageKey = interface
    interface IWithStorageKeyBeta
    interface IBeta
Public Interface IWithStorageKey
Implements IBeta, IWithStorageKeyBeta
派生
实现

方法

WithSharedAccessKey(String)

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

(继承自 IWithStorageKeyBeta)
WithStorageAccessKey(String)

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

(继承自 IWithStorageKeyBeta)

适用于