C# Class NuCmd.Commands.DatacenterCommandBase

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

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
GetDatacenter ( ) : Datacenter
GetDatacenter ( bool required ) : Datacenter
GetSqlConnectionInfo ( string dbResource, string specifiedAdminUser, string specifiedAdminPassword, bool promptForPassword ) : Task

Method Details

GetDatacenter() protected méthode

protected GetDatacenter ( ) : Datacenter
Résultat NuGet.Services.Operations.Model.Datacenter

GetDatacenter() protected méthode

protected GetDatacenter ( bool required ) : Datacenter
required bool
Résultat NuGet.Services.Operations.Model.Datacenter

GetSqlConnectionInfo() protected méthode

protected GetSqlConnectionInfo ( string dbResource, string specifiedAdminUser, string specifiedAdminPassword, bool promptForPassword ) : Task
dbResource string
specifiedAdminUser string
specifiedAdminPassword string
promptForPassword bool
Résultat Task