Amazon.ServiceCatalog.AmazonServiceCatalogClient.CreateConstraint C# (CSharp) Метод

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

Creates a new constraint.
/// The specified resource is a duplicate. /// /// One or more parameters provided to the operation are invalid. /// /// The current limits of the service would have been exceeded by this operation. Reduce /// the resource use or increase the service limits and retry the operation. /// /// The specified resource was not found. ///
public CreateConstraint ( CreateConstraintRequest request ) : CreateConstraintResponse
request Amazon.ServiceCatalog.Model.CreateConstraintRequest Container for the necessary parameters to execute the CreateConstraint service method.
Результат Amazon.ServiceCatalog.Model.CreateConstraintResponse
        public CreateConstraintResponse CreateConstraint(CreateConstraintRequest request)
        {
            var marshaller = new CreateConstraintRequestMarshaller();
            var unmarshaller = CreateConstraintResponseUnmarshaller.Instance;

            return Invoke<CreateConstraintRequest,CreateConstraintResponse>(request, marshaller, unmarshaller);
        }
AmazonServiceCatalogClient