IUpdate Interface

Definition

The template for a ImmutabilityPolicy update operation, containing all the settings that can be modified.

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Storage.Fluent.IImmutabilityPolicy>, Microsoft.Azure.Management.Storage.Fluent.ImmutabilityPolicy.Update.IWithIfMatch, Microsoft.Azure.Management.Storage.Fluent.ImmutabilityPolicy.Update.IWithImmutabilityPeriodSinceCreationInDays
type IUpdate = interface
    interface IAppliable<IImmutabilityPolicy>
    interface IIndexable
    interface IWithIfMatch
    interface IWithImmutabilityPeriodSinceCreationInDays
Public Interface IUpdate
Implements IAppliable(Of IImmutabilityPolicy), IWithIfMatch, IWithImmutabilityPeriodSinceCreationInDays
Derived
Implements

Properties

Key (Inherited from IIndexable)

Methods

Apply()

Execute the update request.

(Inherited from IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Execute the update request asynchronously.

(Inherited from IAppliable<T>)
WithIfMatch(String)

Specifies ifMatch.

(Inherited from IWithIfMatch)
WithImmutabilityPeriodSinceCreationInDays(Int32)

Specifies immutabilityPeriodSinceCreationInDays.

(Inherited from IWithImmutabilityPeriodSinceCreationInDays)

Applies to