Amazon.CodePipeline.AmazonCodePipelineClient.GetPipeline C# (CSharp) Метод

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

Returns the metadata, structure, stages, and actions of a pipeline. Can be used to return the entire structure of a pipeline in JSON format, which can then be modified and used to update the pipeline structure with UpdatePipeline.
/// The specified pipeline was specified in an invalid format or cannot be found. /// /// The specified pipeline version was specified in an invalid format or cannot be found. /// /// The validation was specified in an invalid format. ///
public GetPipeline ( Amazon.CodePipeline.Model.GetPipelineRequest request ) : Amazon.CodePipeline.Model.GetPipelineResponse
request Amazon.CodePipeline.Model.GetPipelineRequest Container for the necessary parameters to execute the GetPipeline service method.
Результат Amazon.CodePipeline.Model.GetPipelineResponse
        public GetPipelineResponse GetPipeline(GetPipelineRequest request)
        {
            var marshaller = new GetPipelineRequestMarshaller();
            var unmarshaller = GetPipelineResponseUnmarshaller.Instance;

            return Invoke<GetPipelineRequest,GetPipelineResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonCodePipelineClient::GetPipeline ( string name ) : Amazon.CodePipeline.Model.GetPipelineResponse
AmazonCodePipelineClient::GetPipeline ( string name, int version ) : Amazon.CodePipeline.Model.GetPipelineResponse
AmazonCodePipelineClient