C# Class ConoHaNet.Objects.ServiceCatalog

Inheritance: ExtensibleJsonObject
Afficher le fichier Open project: crowdy/OpenStack-ConoHa Class Usage Examples

Private Properties

Свойство Type Description
ServiceCatalog System.Diagnostics

Méthodes publiques

Méthode Description
ServiceCatalog ( string name, string type, Endpoint endpoints ) : System.Diagnostics

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

Private Methods

Méthode Description
ServiceCatalog ( ) : System.Diagnostics

Method Details

ServiceCatalog() public méthode

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.
Résultat System.Diagnostics