C# 클래스 NuGet.Services.Operations.Secrets.SecretName

파일 보기 프로젝트 열기: NuGet/NuGet.Operations 1 사용 예제들

공개 메소드들

메소드 설명
Parse ( string input ) : SecretName
SecretName ( string name ) : System
ToString ( ) : string
TryParse ( string input, SecretName &parsed ) : bool

비공개 메소드들

메소드 설명
SecretName ( string name, int datacenter ) : System

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string input ) : SecretName
input string
리턴 SecretName

SecretName() 공개 메소드

public SecretName ( string name ) : System
name string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParse() 공개 정적인 메소드

public static TryParse ( string input, SecretName &parsed ) : bool
input string
parsed SecretName
리턴 bool