C# Класс Microsoft.Azure.Commands.Compute.StorageServices.StorageCredentialsFactory

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Create ( BlobUri destination ) : Microsoft.WindowsAzure.Storage.Auth.StorageCredentials
IsChannelRequired ( Uri destination ) : bool
StorageCredentialsFactory ( ) : Microsoft.Azure.Commands.Common.Authentication.Models
StorageCredentialsFactory ( string resourceGroupName, StorageManagementClient client, Microsoft.Azure.Common.Authentication.Models.AzureSubscription currentSubscription ) : Microsoft.Azure.Commands.Common.Authentication.Models

Описание методов

Create() публичный Метод

public Create ( BlobUri destination ) : Microsoft.WindowsAzure.Storage.Auth.StorageCredentials
destination Microsoft.WindowsAzure.Commands.Sync.Download.BlobUri
Результат Microsoft.WindowsAzure.Storage.Auth.StorageCredentials

IsChannelRequired() публичный статический Метод

public static IsChannelRequired ( Uri destination ) : bool
destination System.Uri
Результат bool

StorageCredentialsFactory() публичный Метод

public StorageCredentialsFactory ( ) : Microsoft.Azure.Commands.Common.Authentication.Models
Результат Microsoft.Azure.Commands.Common.Authentication.Models

StorageCredentialsFactory() публичный Метод

public StorageCredentialsFactory ( string resourceGroupName, StorageManagementClient client, Microsoft.Azure.Common.Authentication.Models.AzureSubscription currentSubscription ) : Microsoft.Azure.Commands.Common.Authentication.Models
resourceGroupName string
client StorageManagementClient
currentSubscription Microsoft.Azure.Common.Authentication.Models.AzureSubscription
Результат Microsoft.Azure.Commands.Common.Authentication.Models