IDefinition Interface

Definition

The entirety of the BlobServiceProperties definition.

public interface IDefinition : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IBlobServiceProperties>, Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IBlank, Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IWithCreate
type IDefinition = interface
    interface IBlank
    interface IWithStorageAccount
    interface IWithCreate
    interface ICreatable<IBlobServiceProperties>
    interface IIndexable
    interface IWithCors
    interface IWithDefaultServiceVersion
    interface IWithDeleteRetentionPolicy
Public Interface IDefinition
Implements IBlank, ICreatable(Of IBlobServiceProperties), IWithCreate
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)
WithExistingStorageAccount(String, String)

Specifies resourceGroupName, accountName.

(Inherited from IWithStorageAccount)

Applies to