C# Class NuCmd.Commands.DatacenterCommandBase

Inheritance: EnvironmentCommandBase
Show file Open project: NuGet/NuGet.Operations

Private Properties

Property Type Description

Protected Methods

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

Method Details

GetDatacenter() protected method

protected GetDatacenter ( ) : Datacenter
return NuGet.Services.Operations.Model.Datacenter

GetDatacenter() protected method

protected GetDatacenter ( bool required ) : Datacenter
required bool
return NuGet.Services.Operations.Model.Datacenter

GetSqlConnectionInfo() protected method

protected GetSqlConnectionInfo ( string dbResource, string specifiedAdminUser, string specifiedAdminPassword, bool promptForPassword ) : Task
dbResource string
specifiedAdminUser string
specifiedAdminPassword string
promptForPassword bool
return Task