IImmutabilityPolicy インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET