Exemple #1
0
 /// <summary>
 /// Gets a pipeline.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The resource group name.
 /// </param>
 /// <param name='factoryName'>
 /// The factory name.
 /// </param>
 /// <param name='pipelineName'>
 /// The pipeline name.
 /// </param>
 /// <param name='ifNoneMatch'>
 /// ETag of the pipeline entity. Should only be specified for get. If the ETag
 /// matches the existing entity tag, or if * was provided, then no content will
 /// be returned.
 /// </param>
 public static PipelineResource Get(this IPipelinesOperations operations, string resourceGroupName, string factoryName, string pipelineName, string ifNoneMatch = default(string))
 {
     return(operations.GetAsync(resourceGroupName, factoryName, pipelineName, ifNoneMatch).GetAwaiter().GetResult());
 }