IWithCreate 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 stage of the definition which contains all the minimum required inputs for the resource to be created (via WithCreate.create()), but also allows for any other optional settings to be specified.
public interface IWithCreate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IBlobServiceProperties>, Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCors, Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithDefaultServiceVersion, Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithDeleteRetentionPolicy
type IWithCreate = interface
interface ICreatable<IBlobServiceProperties>
interface IIndexable
interface IWithCors
interface IWithDefaultServiceVersion
interface IWithDeleteRetentionPolicy
Public Interface IWithCreate
Implements ICreatable(Of IBlobServiceProperties), IWithCors, IWithDefaultServiceVersion, IWithDeleteRetentionPolicy
- Derived
- Implements
Properties
Key | (Inherited from IIndexable) |
Name |
Gets the name of the creatable resource. (Inherited from ICreatable<T>) |
Methods
Create() |
Execute the create request. (Inherited from ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
Puts the request into the queue and allow the HTTP client to execute it when system resources are available. (Inherited from ICreatable<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) |
Applies to
Azure SDK for .NET