C# Класс NuGet.Services.Operations.Utils

Показать файл Открыть проект

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

Метод Описание
GeneratePassword ( bool timestamped ) : string
GetAdminUserName ( Resource server, Datacenter dc ) : string
GetServerName ( Resource resource ) : string
GetServerName ( string dataSource ) : string

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

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

public static GeneratePassword ( bool timestamped ) : string
timestamped bool
Результат string

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

public static GetAdminUserName ( Resource server, Datacenter dc ) : string
server NuGet.Services.Operations.Model.Resource
dc NuGet.Services.Operations.Model.Datacenter
Результат string

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

public static GetServerName ( Resource resource ) : string
resource NuGet.Services.Operations.Model.Resource
Результат string

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

public static GetServerName ( string dataSource ) : string
dataSource string
Результат string