IBlobContainer インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
BlobContainer を表す型。
public interface IBlobContainer : 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.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Storage.Fluent.BlobContainer.Update.IUpdate>
type IBlobContainer = interface
interface IBeta
interface IHasInner<BlobContainerInner>
interface IHasId
interface IIndexable
interface IUpdatable<IUpdate>
interface IHasManager<StorageManager>
Public Interface IBlobContainer
Implements IBeta, IHasId, IHasInner(Of BlobContainerInner), IHasManager(Of StorageManager), IIndexable, IUpdatable(Of IUpdate)
- 派生
- 実装
プロパティ
Etag |
etag 値を取得します。 |
HasImmutabilityPolicy |
hasImmutabilityPolicy 値を取得します。 |
HasLegalHold |
hasLegalHold 値を取得します。 |
Id |
id 値を取得します。 |
ImmutabilityPolicy |
immutabilityPolicy 値を取得します。 |
Inner |
BlobContainer を表す型。 (継承元 IHasInner<T>) |
Key |
BlobContainer を表す型。 (継承元 IIndexable) |
LastModifiedTime |
lastModifiedTime 値を取得します。 |
LeaseDuration |
leaseDuration 値を取得します。 |
LeaseState |
leaseState 値を取得します。 |
LeaseStatus |
leaseStatus 値を取得します。 |
LegalHold |
legalHold 値を取得します。 |
Manager |
このリソースの種類のマネージャー クライアントの種類を取得します。 (継承元 IHasManager<ManagerT>) |
Metadata |
メタデータ値を取得します。 |
Name |
名前の値を取得します。 |
PublicAccess |
publicAccess 値を取得します。 |
Type |
型の値を取得します。 |
メソッド
Update() |
BlobContainer を表す型。 (継承元 IUpdatable<T>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET