BlobServicePropertiesImpl Klasse

Definition

public class BlobServicePropertiesImpl : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.CreatableUpdatable<Microsoft.Azure.Management.Storage.Fluent.IBlobServiceProperties,Microsoft.Azure.Management.Storage.Fluent.Models.BlobServicePropertiesInner,Microsoft.Azure.Management.Storage.Fluent.BlobServicePropertiesImpl,Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId,Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.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.BlobServicePropertiesInner>, 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.IBlobServiceProperties>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IBlobServiceProperties>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Storage.Fluent.IBlobServiceProperties>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate>, Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Definition.IDefinition, Microsoft.Azure.Management.Storage.Fluent.BlobServiceProperties.Update.IUpdate, Microsoft.Azure.Management.Storage.Fluent.IBlobServiceProperties
type BlobServicePropertiesImpl = class
    inherit CreatableUpdatable<IBlobServiceProperties, BlobServicePropertiesInner, BlobServicePropertiesImpl, IHasId, IUpdate>
    interface IBlobServiceProperties
    interface IBeta
    interface IHasInner<BlobServicePropertiesInner>
    interface IHasId
    interface IIndexable
    interface IRefreshable<IBlobServiceProperties>
    interface IUpdatable<IUpdate>
    interface IHasManager<StorageManager>
    interface IDefinition
    interface IBlank
    interface IWithStorageAccount
    interface IWithCreate
    interface ICreatable<IBlobServiceProperties>
    interface IWithCors
    interface IWithDefaultServiceVersion
    interface IWithDeleteRetentionPolicy
    interface IUpdate
    interface IAppliable<IBlobServiceProperties>
    interface IWithCors
    interface IWithDefaultServiceVersion
    interface IWithDeleteRetentionPolicy
Public Class BlobServicePropertiesImpl
Inherits CreatableUpdatable(Of IBlobServiceProperties, BlobServicePropertiesInner, BlobServicePropertiesImpl, IHasId, IUpdate)
Implements IAppliable(Of IBlobServiceProperties), IBeta, IBlobServiceProperties, ICreatable(Of IBlobServiceProperties), IDefinition, IHasId, IHasInner(Of BlobServicePropertiesInner), IHasManager(Of StorageManager), IRefreshable(Of IBlobServiceProperties), IUpdatable(Of IUpdate), IUpdate
Vererbung
Implementiert

Eigenschaften

CreatorTaskGroup (Geerbt von Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>)
Inner (Geerbt von IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>)
Key (Geerbt von Indexable)

Methoden

AddCreatableDependency(IResourceCreator<IResourceT>) (Geerbt von Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>)
Apply() (Geerbt von CreatableUpdatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT,IUpdatableT>)
ApplyAsync(CancellationToken, Boolean) (Geerbt von CreatableUpdatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT,IUpdatableT>)
Cors()
Create() (Geerbt von Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>)
CreateAsync(CancellationToken, Boolean) (Geerbt von Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>)
CreatedResource(String) (Geerbt von Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>)
CreateResource() (Geerbt von Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>)
CreateResourceAsync(CancellationToken)
DefaultServiceVersion()
DeleteRetentionPolicy()
GetInnerAsync(CancellationToken)
Id()
IsInCreateMode()
Manager()
Name()
Refresh() (Geerbt von IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>)
RefreshAsync(CancellationToken) (Geerbt von IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>)
SetInner(InnerResourceT) (Geerbt von IndexableRefreshableWrapper<IFluentResourceT,InnerResourceT>)
Type()
Update() (Geerbt von CreatableUpdatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT,IUpdatableT>)
UpdateResourceAsync(CancellationToken)
WithCORSRule(CorsRule)
WithCORSRules(IList<CorsRule>)
WithDefaultServiceVersion(String)
WithDeleteRetentionPolicy(DeleteRetentionPolicy)
WithDeleteRetentionPolicyDisabled()
WithDeleteRetentionPolicyEnabled(Int32)
WithExistingStorageAccount(String, String)

Explizite Schnittstellenimplementierungen

IBlobServiceProperties.Cors

Ruft den Cors-Wert ab.

IBlobServiceProperties.DefaultServiceVersion

Ruft den Wert defaultServiceVersion ab.

IBlobServiceProperties.DeleteRetentionPolicy

Ruft den Wert deleteRetentionPolicy ab.

IBlobServiceProperties.Id

Ruft den ID-Wert ab.

IBlobServiceProperties.Name

Ruft den Namenswert ab.

IBlobServiceProperties.Type

Ruft den Typwert ab.

IHasId.Id
IHasManager<StorageManager>.Manager
IResourceCreator<IResourceT>.CreateResource() (Geerbt von Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>)
IResourceCreator<IResourceT>.CreateResourceAsync(CancellationToken) (Geerbt von Creatable<IFluentResourceT,InnerResourceT,FluentResourceT,IResourceT>)
IWithCors.WithCORSRule(CorsRule)

Gibt eine einzelne CORS-Regel an.

IWithCors.WithCORSRule(CorsRule)

Gibt eine einzelne CORS-Regel an.

IWithCors.WithCORSRules(IList<CorsRule>)

Gibt alle CORS-Regeln an.

IWithCors.WithCORSRules(IList<CorsRule>)

Gibt alle CORS-Regeln an.

IWithDefaultServiceVersion.WithDefaultServiceVersion(String)

Gibt defaultServiceVersion an.

IWithDefaultServiceVersion.WithDefaultServiceVersion(String)

Gibt defaultServiceVersion an.

IWithDeleteRetentionPolicy.WithDeleteRetentionPolicy(DeleteRetentionPolicy)

Gibt deleteRetentionPolicy an.

IWithDeleteRetentionPolicy.WithDeleteRetentionPolicy(DeleteRetentionPolicy)

Gibt deleteRetentionPolicy an.

IWithDeleteRetentionPolicy.WithDeleteRetentionPolicyDisabled()

Gibt an, dass die Löschaufbewahrungsrichtlinie deaktiviert ist.

IWithDeleteRetentionPolicy.WithDeleteRetentionPolicyDisabled()

Gibt an, dass die Löschaufbewahrungsrichtlinie deaktiviert ist.

IWithDeleteRetentionPolicy.WithDeleteRetentionPolicyEnabled(Int32)

Gibt an, dass die Löschaufbewahrungsrichtlinie für vorläufiges Löschen aktiviert ist.

IWithDeleteRetentionPolicy.WithDeleteRetentionPolicyEnabled(Int32)

Gibt an, dass die Löschaufbewahrungsrichtlinie für vorläufiges Löschen aktiviert ist.

IWithStorageAccount.WithExistingStorageAccount(String, String)

Gibt resourceGroupName, accountName an.

Gilt für: