次の方法で共有


IUpdate インターフェイス

定義

変更可能なすべての設定を含む BlobServiceProperties 更新操作のテンプレート。

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Storage.Fluent.IBlobServiceProperties>, Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IWithCors, Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IWithDefaultServiceVersion, Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IWithDeleteRetentionPolicy
type IUpdate = interface
    interface IAppliable<IBlobServiceProperties>
    interface IIndexable
    interface IWithCors
    interface IWithDefaultServiceVersion
    interface IWithDeleteRetentionPolicy
Public Interface IUpdate
Implements IAppliable(Of IBlobServiceProperties), IWithCors, IWithDefaultServiceVersion, IWithDeleteRetentionPolicy
派生
実装

プロパティ

Key

変更可能なすべての設定を含む BlobServiceProperties 更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
WithCORSRule(CorsRule)

1 つの CORS 規則を指定します。

(継承元 IWithCors)
WithCORSRules(IList<CorsRule>)

すべての CORS 規則を指定します。

(継承元 IWithCors)
WithDefaultServiceVersion(String)

defaultServiceVersion を指定します。

(継承元 IWithDefaultServiceVersion)
WithDeleteRetentionPolicy(DeleteRetentionPolicy)

deleteRetentionPolicy を指定します。

(継承元 IWithDeleteRetentionPolicy)
WithDeleteRetentionPolicyDisabled()

削除アイテム保持ポリシーを無効にすることを指定します。

(継承元 IWithDeleteRetentionPolicy)
WithDeleteRetentionPolicyEnabled(Int32)

論理的な削除に対して削除アイテム保持ポリシーを有効にすることを指定します。

(継承元 IWithDeleteRetentionPolicy)

適用対象