Share via


IImmutabilityPolicy インターフェイス

定義

ImmutabilityPolicy を表す型。

public interface IImmutabilityPolicy : 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.ImmutabilityPolicyInner>, 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.IImmutabilityPolicy>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Storage.Fluent.ImmutabilityPolicy.Update.IUpdate>
type IImmutabilityPolicy = interface
    interface IBeta
    interface IHasInner<ImmutabilityPolicyInner>
    interface IHasId
    interface IIndexable
    interface IRefreshable<IImmutabilityPolicy>
    interface IUpdatable<IUpdate>
    interface IHasManager<StorageManager>
Public Interface IImmutabilityPolicy
Implements IBeta, IHasId, IHasInner(Of ImmutabilityPolicyInner), IHasManager(Of StorageManager), IIndexable, IRefreshable(Of IImmutabilityPolicy), IUpdatable(Of IUpdate)
派生
実装

プロパティ

Etag

etag 値を取得します。

Id

id 値を取得します。

ImmutabilityPeriodSinceCreationInDays

immutabilityPeriodSinceCreationInDays 値を取得します。

Inner

ImmutabilityPolicy を表す型。

(継承元 IHasInner<T>)
Key

ImmutabilityPolicy を表す型。

(継承元 IIndexable)
Manager

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

(継承元 IHasManager<ManagerT>)
Name

名前の値を取得します。

State

状態の値を取得します。

Type

型の値を取得します。

メソッド

Refresh()

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

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

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

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

ImmutabilityPolicy を表す型。

(継承元 IUpdatable<T>)

適用対象