Beispiel #1
0
 /// <summary>
 /// Get integration runtime
 /// </summary>
 /// <remarks>
 /// Get an integration runtime
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group. The name is case insensitive.
 /// </param>
 /// <param name='workspaceName'>
 /// The name of the workspace.
 /// </param>
 /// <param name='integrationRuntimeName'>
 /// Integration runtime name
 /// </param>
 /// <param name='ifNoneMatch'>
 /// ETag of the integration runtime 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 IntegrationRuntimeResource Get(this IIntegrationRuntimesOperations operations, string resourceGroupName, string workspaceName, string integrationRuntimeName, string ifNoneMatch = default(string))
 {
     return(operations.GetAsync(resourceGroupName, workspaceName, integrationRuntimeName, ifNoneMatch).GetAwaiter().GetResult());
 }