IUpdate Interface

Definition

The template for a BlobContainer 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.IBlobContainer>, Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IWithMetadata, Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IWithPublicAccess
type IUpdate = interface
    interface IAppliable<IBlobContainer>
    interface IIndexable
    interface IWithPublicAccess
    interface IWithMetadata
Public Interface IUpdate
Implements IAppliable(Of IBlobContainer), IWithMetadata, IWithPublicAccess
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>)
WithMetadata(IDictionary<String,String>)

Specifies metadata.

(Inherited from IWithMetadata)
WithMetadata(String, String)

Specifies a singluar instance of metadata.

(Inherited from IWithMetadata)
WithPublicAccess(PublicAccess)

Specifies publicAccess.

(Inherited from IWithPublicAccess)

Applies to