C# 클래스 NuGet.Services.Operations.Utils

파일 보기 프로젝트 열기: NuGet/NuGet.Operations

공개 메소드들

메소드 설명
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