Amazon.ElasticBeanstalk.Model.DeleteConfigurationTemplateRequest.DeleteConfigurationTemplateRequest C# (CSharp) Метод

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

Instantiates DeleteConfigurationTemplateRequest with the parameterized properties
public DeleteConfigurationTemplateRequest ( string applicationName, string templateName ) : System
applicationName string The name of the application to delete the configuration template from.
templateName string The name of the configuration template to delete.
Результат System
        public DeleteConfigurationTemplateRequest(string applicationName, string templateName)
        {
            _applicationName = applicationName;
            _templateName = templateName;
        }

Same methods

DeleteConfigurationTemplateRequest::DeleteConfigurationTemplateRequest ( ) : System