LazyAzureStorageContext Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LazyAzureStorageContext(Func<String,CloudStorageAccount>, String)
public LazyAzureStorageContext (Func<string,Microsoft.Azure.Storage.CloudStorageAccount> accountFactory, string accountName);
new Microsoft.WindowsAzure.Commands.Common.Storage.LazyAzureStorageContext : Func<string, Microsoft.Azure.Storage.CloudStorageAccount> * string -> Microsoft.WindowsAzure.Commands.Common.Storage.LazyAzureStorageContext
Public Sub New (accountFactory As Func(Of String, CloudStorageAccount), accountName As String)
Parameters
- accountFactory
- Func<String,CloudStorageAccount>
- accountName
- String
Applies to
LazyAzureStorageContext(Func<String,CloudStorageAccount>, String)
public LazyAzureStorageContext (Func<string,Microsoft.WindowsAzure.Storage.CloudStorageAccount> accountFactory, string accountName);
new Microsoft.WindowsAzure.Commands.Common.Storage.LazyAzureStorageContext : Func<string, Microsoft.WindowsAzure.Storage.CloudStorageAccount> * string -> Microsoft.WindowsAzure.Commands.Common.Storage.LazyAzureStorageContext
Public Sub New (accountFactory As Func(Of String, CloudStorageAccount), accountName As String)
Parameters
- accountFactory
- Func<String,CloudStorageAccount>
- accountName
- String
Applies to
LazyAzureStorageContext(Func<String,CloudStorageAccount>, String, Func<AzureSessionCredential>)
public LazyAzureStorageContext (Func<string,Microsoft.Azure.Storage.CloudStorageAccount> accountFactory, string accountName, Func<Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential> track2OAuthTokenFactory = default);
new Microsoft.WindowsAzure.Commands.Common.Storage.LazyAzureStorageContext : Func<string, Microsoft.Azure.Storage.CloudStorageAccount> * string * Func<Microsoft.WindowsAzure.Commands.Storage.Common.AzureSessionCredential> -> Microsoft.WindowsAzure.Commands.Common.Storage.LazyAzureStorageContext
Public Sub New (accountFactory As Func(Of String, CloudStorageAccount), accountName As String, Optional track2OAuthTokenFactory As Func(Of AzureSessionCredential) = Nothing)
Parameters
- accountFactory
- Func<String,CloudStorageAccount>
- accountName
- String
- track2OAuthTokenFactory
- Func<AzureSessionCredential>