C# Class NuCmd.Commands.AzureConnectionCommandBase

Inheritance: EnvironmentCommandBase
Afficher le fichier Open project: NuGet/NuGet.Operations

Méthodes protégées

Méthode Description
OnExecute ( ) : System.Threading.Tasks.Task
OnExecute ( Microsoft.WindowsAzure.SubscriptionCloudCredentials credentials ) : System.Threading.Tasks.Task

Method Details

OnExecute() protected méthode

protected OnExecute ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

OnExecute() protected abstract méthode

protected abstract OnExecute ( Microsoft.WindowsAzure.SubscriptionCloudCredentials credentials ) : System.Threading.Tasks.Task
credentials Microsoft.WindowsAzure.SubscriptionCloudCredentials
Résultat System.Threading.Tasks.Task