IImmutabilityPolicy Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type representing 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)
- Derived
- Implements
Properties
Etag |
Gets the etag value. |
Id |
Gets the id value. |
ImmutabilityPeriodSinceCreationInDays |
Gets the immutabilityPeriodSinceCreationInDays value. |
Inner | (Inherited from IHasInner<T>) |
Key | (Inherited from IIndexable) |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
Name |
Gets the name value. |
State |
Gets the state value. |
Type |
Gets the type value. |
Methods
Refresh() |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
Update() | (Inherited from IUpdatable<T>) |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET