次の方法で共有


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>)

適用対象