CloudBlobContainer.Create メソッド

定義

オーバーロード

Create(BlobRequestOptions, OperationContext)

コンテナーを作成します。

Create(BlobContainerPublicAccessType, BlobRequestOptions, OperationContext)

コンテナーを作成し、そのコンテナーのデータに対するアクセスのレベルを指定します。

Create(BlobContainerPublicAccessType, BlobContainerEncryptionScopeOptions, BlobRequestOptions, OperationContext)

コンテナーを作成し、そのコンテナーのデータに対するアクセスのレベルを指定します。

Create(BlobRequestOptions, OperationContext)

コンテナーを作成します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual void Create (Microsoft.Azure.Storage.Blob.BlobRequestOptions requestOptions = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member Create : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
override this.Create : Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Overridable Sub Create (Optional requestOptions As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing)

パラメーター

requestOptions
BlobRequestOptions

要求の追加オプションを指定する BlobRequestOptions オブジェクトです。

operationContext
OperationContext

現在の操作のコンテキストを表す OperationContext オブジェクトです。

属性

適用対象

Create(BlobContainerPublicAccessType, BlobRequestOptions, OperationContext)

コンテナーを作成し、そのコンテナーのデータに対するアクセスのレベルを指定します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual void Create (Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType accessType, Microsoft.Azure.Storage.Blob.BlobRequestOptions requestOptions = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member Create : Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
override this.Create : Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Overridable Sub Create (accessType As BlobContainerPublicAccessType, Optional requestOptions As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing)

パラメーター

accessType
BlobContainerPublicAccessType

コンテナー内のデータがパブリックにアクセス可能かどうかと、どのアクセス レベルが許可されるかを指定する BlobContainerPublicAccessType オブジェクトです。

requestOptions
BlobRequestOptions

要求の追加オプションを指定する BlobRequestOptions オブジェクトです。

operationContext
OperationContext

現在の操作のコンテキストを表す OperationContext オブジェクトです。

属性

適用対象

Create(BlobContainerPublicAccessType, BlobContainerEncryptionScopeOptions, BlobRequestOptions, OperationContext)

コンテナーを作成し、そのコンテナーのデータに対するアクセスのレベルを指定します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual void Create (Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType accessType, Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions encryptionScopeOptions, Microsoft.Azure.Storage.Blob.BlobRequestOptions requestOptions = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member Create : Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType * Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
override this.Create : Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType * Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> unit
Public Overridable Sub Create (accessType As BlobContainerPublicAccessType, encryptionScopeOptions As BlobContainerEncryptionScopeOptions, Optional requestOptions As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing)

パラメーター

accessType
BlobContainerPublicAccessType

コンテナー内のデータがパブリックにアクセス可能かどうかと、どのアクセス レベルが許可されるかを指定する BlobContainerPublicAccessType オブジェクトです。

encryptionScopeOptions
BlobContainerEncryptionScopeOptions

BlobContainerEncryptionScopeOptionsこのコンテナーに設定する暗号化スコープ オプションを指定する オブジェクト。

requestOptions
BlobRequestOptions

要求の追加オプションを指定する BlobRequestOptions オブジェクトです。

operationContext
OperationContext

現在の操作のコンテキストを表す OperationContext オブジェクトです。

属性

適用対象