Amazon.ElasticBeanstalk.AmazonElasticBeanstalkClient.CreateConfigurationTemplate C# (CSharp) Метод

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

Creates a configuration template. Templates are associated with a specific application and are used to deploy different versions of the application with the same configuration settings.

Related Topics

/// The specified account does not have sufficient privileges for one of more AWS services. /// /// The specified account has reached its limit of Amazon S3 buckets. /// /// The specified account has reached its limit of configuration templates. ///
public CreateConfigurationTemplate ( CreateConfigurationTemplateRequest request ) : CreateConfigurationTemplateResponse
request Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateRequest Container for the necessary parameters to execute the CreateConfigurationTemplate service method.
Результат Amazon.ElasticBeanstalk.Model.CreateConfigurationTemplateResponse
        public CreateConfigurationTemplateResponse CreateConfigurationTemplate(CreateConfigurationTemplateRequest request)
        {
            var marshaller = new CreateConfigurationTemplateRequestMarshaller();
            var unmarshaller = CreateConfigurationTemplateResponseUnmarshaller.Instance;

            return Invoke<CreateConfigurationTemplateRequest,CreateConfigurationTemplateResponse>(request, marshaller, unmarshaller);
        }
AmazonElasticBeanstalkClient