C# Класс ConoHaNet.Objects.ServiceCatalog

Наследование: ExtensibleJsonObject
Показать файл Открыть проект Примеры использования класса

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