C#
C++
F#
VB
Initiates an asynchronous operation that creates the container if it does not already exist.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
[<DoesServiceRequestAttribute>]
abstract CreateIfNotExistsAsync : unit -> Task<bool>
[<DoesServiceRequestAttribute>]
override CreateIfNotExistsAsync : unit -> Task<bool>
<DoesServiceRequestAttribute>
Public Overridable Function CreateIfNotExistsAsync As Task(Of Boolean)
Return Value
Type:
System.Threading.Tasks.Task<Boolean>System.Threading.Tasks::Task<Boolean>^System.Threading.Tasks.Task<Boolean>System.Threading.Tasks.Task(Of Boolean)A Task<TResult><TResult><'TResult>(Of TResult) object that represents the asynchronous operation.
See Also
CreateIfNotExistsAsync Overload
CloudBlobContainer Class
Microsoft.WindowsAzure.Storage.Blob Namespace
Return to top
Initiates an asynchronous operation that creates the container if it does not already exist.
Syntax
[<DoesServiceRequestAttribute>] abstract CreateIfNotExistsAsync : unit -> Task<bool> [<DoesServiceRequestAttribute>] override CreateIfNotExistsAsync : unit -> Task<bool>
<DoesServiceRequestAttribute> Public Overridable Function CreateIfNotExistsAsync As Task(Of Boolean)
Return Value
Type: System.Threading.Tasks.Task<Boolean>System.Threading.Tasks::Task<Boolean>^System.Threading.Tasks.Task<Boolean>System.Threading.Tasks.Task(Of Boolean)A Task<TResult><TResult><'TResult>(Of TResult) object that represents the asynchronous operation.
See Also
CreateIfNotExistsAsync Overload
CloudBlobContainer Class
Microsoft.WindowsAzure.Storage.Blob Namespace