C# Класс ConoHaNet.Objects.Identity.AddServiceCatalogEndpointRequest

Показать файл Открыть проект

Открытые методы

Метод Описание
AddServiceCatalogEndpointRequest ( EndpointTemplateId endpointTemplateId ) : System

Initializes a new instance of the AddServiceCatalogEndpointRequest class with the specified endpoint template identifier.

Приватные методы

Метод Описание
AddServiceCatalogEndpointRequest ( ) : System

Описание методов

AddServiceCatalogEndpointRequest() публичный Метод

Initializes a new instance of the AddServiceCatalogEndpointRequest class with the specified endpoint template identifier.
/// If is . ///
public AddServiceCatalogEndpointRequest ( EndpointTemplateId endpointTemplateId ) : System
endpointTemplateId EndpointTemplateId /// The unique identifier of the endpoint template to use for the endpoint. ///
Результат System