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 BlobServiceProperties 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.IBlobServiceProperties>, Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IWithCors, Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IWithDefaultServiceVersion, Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IWithDeleteRetentionPolicy
type IUpdate = interface
interface IAppliable<IBlobServiceProperties>
interface IIndexable
interface IWithCors
interface IWithDefaultServiceVersion
interface IWithDeleteRetentionPolicy
Public Interface IUpdate
Implements IAppliable(Of IBlobServiceProperties), IWithCors, IWithDefaultServiceVersion, IWithDeleteRetentionPolicy
- 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>) |
WithCORSRule(CorsRule) |
Specifies a single CORS rule. (Inherited from IWithCors) |
WithCORSRules(IList<CorsRule>) |
Specifies all of the CORS rules. (Inherited from IWithCors) |
WithDefaultServiceVersion(String) |
Specifies defaultServiceVersion. (Inherited from IWithDefaultServiceVersion) |
WithDeleteRetentionPolicy(DeleteRetentionPolicy) |
Specifies deleteRetentionPolicy. (Inherited from IWithDeleteRetentionPolicy) |
WithDeleteRetentionPolicyDisabled() |
Specifies that the delete retention policy is disabled. (Inherited from IWithDeleteRetentionPolicy) |
WithDeleteRetentionPolicyEnabled(Int32) |
Specifies that the delete retention policy is enabled for soft delete. (Inherited from IWithDeleteRetentionPolicy) |