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

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

Instantiates CreateApplicationVersionRequest with the parameterized properties
public CreateApplicationVersionRequest ( string applicationName, string versionLabel ) : System
applicationName string The name of the application. If no application is found with this name, and AutoCreateApplication is false, returns an InvalidParameterValue error.
versionLabel string A label identifying this version. Constraint: Must be unique per application. If an application version already exists with this label for the specified application, AWS Elastic Beanstalk returns an InvalidParameterValue error.
Результат System
        public CreateApplicationVersionRequest(string applicationName, string versionLabel)
        {
            _applicationName = applicationName;
            _versionLabel = versionLabel;
        }

Same methods

CreateApplicationVersionRequest::CreateApplicationVersionRequest ( ) : System