CloudBlobContainer.CreateIfNotExists メソッド

定義

オーバーロード

CreateIfNotExists(BlobContainerPublicAccessType, BlobContainerEncryptionScopeOptions, BlobRequestOptions, OperationContext)

コンテナーがまだ存在しない場合は作成し、コンテナーまたはその BLOB にパブリックにアクセスできるかどうかを指定します。

CreateIfNotExists(BlobContainerPublicAccessType, BlobRequestOptions, OperationContext)

コンテナーがまだ存在しない場合は作成し、コンテナーまたはその BLOB にパブリックにアクセスできるかどうかを指定します。

CreateIfNotExists(BlobRequestOptions, OperationContext)

コンテナー (存在しない場合) を作成します。

CreateIfNotExists(BlobContainerPublicAccessType, BlobContainerEncryptionScopeOptions, BlobRequestOptions, OperationContext)

コンテナーがまだ存在しない場合は作成し、コンテナーまたはその BLOB にパブリックにアクセスできるかどうかを指定します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual bool CreateIfNotExists (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 CreateIfNotExists : Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType * Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> bool
override this.CreateIfNotExists : Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType * Microsoft.Azure.Storage.Blob.BlobContainerEncryptionScopeOptions * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> bool
Public Overridable Function CreateIfNotExists (accessType As BlobContainerPublicAccessType, encryptionScopeOptions As BlobContainerEncryptionScopeOptions, Optional requestOptions As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As Boolean

パラメーター

accessType
BlobContainerPublicAccessType

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

encryptionScopeOptions
BlobContainerEncryptionScopeOptions

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

requestOptions
BlobRequestOptions

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

operationContext
OperationContext

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

戻り値

コンテナーが既に存在せず作成された場合は true、それ以外の場合は false です。

属性

注釈

この API には、作成または書き込みのアクセス許可が必要です。

適用対象

CreateIfNotExists(BlobContainerPublicAccessType, BlobRequestOptions, OperationContext)

コンテナーがまだ存在しない場合は作成し、コンテナーまたはその BLOB にパブリックにアクセスできるかどうかを指定します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual bool CreateIfNotExists (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 CreateIfNotExists : Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> bool
override this.CreateIfNotExists : Microsoft.Azure.Storage.Blob.BlobContainerPublicAccessType * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> bool
Public Overridable Function CreateIfNotExists (accessType As BlobContainerPublicAccessType, Optional requestOptions As BlobRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As Boolean

パラメーター

accessType
BlobContainerPublicAccessType

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

requestOptions
BlobRequestOptions

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

operationContext
OperationContext

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

戻り値

コンテナーが既に存在せず作成された場合は true、それ以外の場合は false です。

属性

注釈

この API には、作成または書き込みのアクセス許可が必要です。

適用対象

CreateIfNotExists(BlobRequestOptions, OperationContext)

コンテナー (存在しない場合) を作成します。

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

パラメーター

requestOptions
BlobRequestOptions

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

operationContext
OperationContext

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

戻り値

コンテナーが既に存在せず作成された場合は true、それ以外の場合は false です。

属性

注釈

この API には、作成または書き込みのアクセス許可が必要です。

適用対象