BlobContainerImpl Class

Definition

public class BlobContainerImpl : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.CreatableUpdatable<Microsoft.Azure.Management.Storage.Fluent.IBlobContainer,Microsoft.Azure.Management.Storage.Fluent.Models.BlobContainerInner,Microsoft.Azure.Management.Storage.Fluent.BlobContainerImpl,Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId,Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Storage.Fluent.Models.BlobContainerInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Storage.Fluent.StorageManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Storage.Fluent.IBlobContainer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IBlobContainer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IUpdate>, Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Definition.IDefinition, Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IUpdate, Microsoft.Azure.Management.Storage.Fluent.IBlobContainer
type BlobContainerImpl = class
    inherit CreatableUpdatable<IBlobContainer, BlobContainerInner, BlobContainerImpl, IHasId, IUpdate>
    interface IBlobContainer
    interface IBeta
    interface IHasInner<BlobContainerInner>
    interface IHasId
    interface IIndexable
    interface IUpdatable<IUpdate>
    interface IHasManager<StorageManager>
    interface IDefinition
    interface IBlank
    interface IWithBlobService
    interface IWithPublicAccess
    interface IWithMetadata
    interface IWithCreate
    interface ICreatable<IBlobContainer>
    interface IUpdate
    interface IAppliable<IBlobContainer>
    interface IWithPublicAccess
    interface IWithMetadata
Public Class BlobContainerImpl
Inherits CreatableUpdatable(Of IBlobContainer, BlobContainerInner, BlobContainerImpl, IHasId, IUpdate)
Implements IAppliable(Of IBlobContainer), IBeta, IBlobContainer, ICreatable(Of IBlobContainer), IDefinition, IHasId, IHasInner(Of BlobContainerInner), IHasManager(Of StorageManager), IUpdatable(Of IUpdate), IUpdate
Inheritance
Implements

Properties

CreatorTaskGroup (Inherited from Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>)
Inner (Inherited from IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>)
Key (Inherited from Indexable)

Methods

AddCreatableDependency(IResourceCreator<IResourceT>) (Inherited from Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>)
Apply() (Inherited from CreatableUpdatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT,IUpdatableT>)
ApplyAsync(CancellationToken, Boolean) (Inherited from CreatableUpdatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT,IUpdatableT>)
Create() (Inherited from Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>)
CreateAsync(CancellationToken, Boolean) (Inherited from Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>)
CreatedResource(String) (Inherited from Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>)
CreateResource() (Inherited from Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>)
CreateResourceAsync(CancellationToken)
Etag()
GetInnerAsync(CancellationToken)
HasImmutabilityPolicy()
HasLegalHold()
Id()
ImmutabilityPolicy()
IsInCreateMode()
LastModifiedTime()
LeaseDuration()
LeaseState()
LeaseStatus()
LegalHold()
Manager()
Metadata()
Name()
PublicAccess()
Refresh() (Inherited from IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>)
RefreshAsync(CancellationToken) (Inherited from IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>)
SetInner(InnerResourceT) (Inherited from IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>)
Type()
Update() (Inherited from CreatableUpdatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT,IUpdatableT>)
WithExistingBlobService(String, String)
WithMetadata(IDictionary<String,String>)
WithMetadata(String, String)
WithPublicAccess(PublicAccess)

Explicit Interface Implementations

IBlobContainer.Etag

Gets the etag value.

IBlobContainer.HasImmutabilityPolicy

Gets the hasImmutabilityPolicy value.

IBlobContainer.HasLegalHold

Gets the hasLegalHold value.

IBlobContainer.Id

Gets the id value.

IBlobContainer.ImmutabilityPolicy

Gets the immutabilityPolicy value.

IBlobContainer.LastModifiedTime

Gets the lastModifiedTime value.

IBlobContainer.LeaseDuration

Gets the leaseDuration value.

IBlobContainer.LeaseState

Gets the leaseState value.

IBlobContainer.LeaseStatus

Gets the leaseStatus value.

IBlobContainer.LegalHold

Gets the legalHold value.

IBlobContainer.Metadata

Gets the metadata value.

IBlobContainer.Name

Gets the name value.

IBlobContainer.PublicAccess

Gets the publicAccess value.

IBlobContainer.Type

Gets the type value.

IHasId.Id
IHasManager<StorageManager>.Manager
IResourceCreator<IResourceT>.CreateResource() (Inherited from Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>)
IResourceCreator<IResourceT>.CreateResourceAsync(CancellationToken) (Inherited from Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>)
IWithBlobService.WithExistingBlobService(String, String)

Specifies resourceGroupName, accountName.

IWithMetadata.WithMetadata(IDictionary<String,String>)

Specifies metadata.

IWithMetadata.WithMetadata(IDictionary<String,String>)

Specifies metadata.

IWithMetadata.WithMetadata(String, String)

Specifies a singluar instance of metadata.

IWithMetadata.WithMetadata(String, String)

Specifies a singluar instance of metadata.

IWithPublicAccess.WithPublicAccess(PublicAccess)

Specifies publicAccess.

IWithPublicAccess.WithPublicAccess(PublicAccess)

Specifies publicAccess.

Applies to