Amazon.CodeDeploy.AmazonCodeDeployClient.CreateDeploymentConfig C# (CSharp) Метод

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

Creates a deployment configuration.
/// A deployment configuration with the specified name already exists with the applicable /// IAM user or AWS account. /// /// The deployment configurations limit was exceeded. /// /// The deployment configuration name was not specified. /// /// The deployment configuration name was specified in an invalid format. /// /// The minimum healthy instance value was specified in an invalid format. ///
public CreateDeploymentConfig ( CreateDeploymentConfigRequest request ) : Amazon.CodeDeploy.Model.CreateDeploymentConfigResponse
request Amazon.CodeDeploy.Model.CreateDeploymentConfigRequest Container for the necessary parameters to execute the CreateDeploymentConfig service method.
Результат Amazon.CodeDeploy.Model.CreateDeploymentConfigResponse
        public CreateDeploymentConfigResponse CreateDeploymentConfig(CreateDeploymentConfigRequest request)
        {
            var marshaller = new CreateDeploymentConfigRequestMarshaller();
            var unmarshaller = CreateDeploymentConfigResponseUnmarshaller.Instance;

            return Invoke<CreateDeploymentConfigRequest,CreateDeploymentConfigResponse>(request, marshaller, unmarshaller);
        }
AmazonCodeDeployClient