次の方法で共有


IBlobServiceProperties インターフェイス

定義

BlobServiceProperties を表す型。

public interface IBlobServiceProperties : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Storage.Fluent.Models.BlobServicePropertiesInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Storage.Fluent.StorageManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Storage.Fluent.IBlobServiceProperties>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate>
type IBlobServiceProperties = interface
    interface IBeta
    interface IHasInner<BlobServicePropertiesInner>
    interface IHasId
    interface IIndexable
    interface IRefreshable<IBlobServiceProperties>
    interface IUpdatable<IUpdate>
    interface IHasManager<StorageManager>
Public Interface IBlobServiceProperties
Implements IBeta, IHasId, IHasInner(Of BlobServicePropertiesInner), IHasManager(Of StorageManager), IIndexable, IRefreshable(Of IBlobServiceProperties), IUpdatable(Of IUpdate)
派生
実装

プロパティ

Cors

cors 値を取得します。

DefaultServiceVersion

defaultServiceVersion 値を取得します。

DeleteRetentionPolicy

deleteRetentionPolicy 値を取得します。

Id

ID 値を取得します。

Inner

BlobServiceProperties を表す型。

(継承元 IHasInner<T>)
Key

BlobServiceProperties を表す型。

(継承元 IIndexable)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)
Name

名前の値を取得します。

Type

型の値を取得します。

メソッド

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
Update()

BlobServiceProperties を表す型。

(継承元 IUpdatable<T>)

適用対象