IUpdate 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET