コード例 #1
0
 /// <summary>
 /// List Live Outputs
 /// </summary>
 /// <remarks>
 /// Lists the live outputs of a live event.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group within the Azure subscription.
 /// </param>
 /// <param name='accountName'>
 /// The Media Services account name.
 /// </param>
 /// <param name='liveEventName'>
 /// The name of the live event, maximum length is 32.
 /// </param>
 public static IPage <LiveOutput> List(this ILiveOutputsOperations operations, string resourceGroupName, string accountName, string liveEventName)
 {
     return(operations.ListAsync(resourceGroupName, accountName, liveEventName).GetAwaiter().GetResult());
 }