C# Class NuGetGallery.Operations.StorageTaskBase

Inheritance: OpsTask
Afficher le fichier Open project: JetBrains/ReSharperGallery

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ValidateArguments ( ) : void

Méthodes protégées

Méthode Description
CreateBlobClient ( ) : Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient
GetStorageAccountFromEnvironment ( NuGetGallery.Operations.DeploymentEnvironment environment ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount

Method Details

CreateBlobClient() protected méthode

protected CreateBlobClient ( ) : Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient
Résultat Microsoft.WindowsAzure.Storage.Blob.CloudBlobClient

GetStorageAccountFromEnvironment() protected abstract méthode

protected abstract GetStorageAccountFromEnvironment ( NuGetGallery.Operations.DeploymentEnvironment environment ) : Microsoft.WindowsAzure.Storage.CloudStorageAccount
environment NuGetGallery.Operations.DeploymentEnvironment
Résultat Microsoft.WindowsAzure.Storage.CloudStorageAccount

ValidateArguments() public méthode

public ValidateArguments ( ) : void
Résultat void