C# Class ConoHaNet.Objects.Identity.AddServiceCatalogEndpointRequest

Afficher le fichier Open project: crowdy/OpenStack-ConoHa

Méthodes publiques

Méthode Description
AddServiceCatalogEndpointRequest ( EndpointTemplateId endpointTemplateId ) : System

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

Private Methods

Méthode Description
AddServiceCatalogEndpointRequest ( ) : System

Method Details

AddServiceCatalogEndpointRequest() public méthode

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