C# 클래스 ConoHaNet.Objects.ServiceCatalog

상속: ExtensibleJsonObject
파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ServiceCatalog System.Diagnostics

공개 메소드들

메소드 설명
ServiceCatalog ( string name, string type, Endpoint endpoints ) : System.Diagnostics

Initializes a new instance of the ServiceCatalog class with the specified name, username, and endpoints.

비공개 메소드들

메소드 설명
ServiceCatalog ( ) : System.Diagnostics

메소드 상세

ServiceCatalog() 공개 메소드

Initializes a new instance of the ServiceCatalog class with the specified name, username, and endpoints.
public ServiceCatalog ( string name, string type, Endpoint endpoints ) : System.Diagnostics
name string The display name of the service.
type string The canonical name of the service.
endpoints Endpoint A collection of objects describing the service endpoints.
리턴 System.Diagnostics