コード例 #1
0
 /// <summary>
 /// Check available SKUs.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='location'>
 /// Resource location.
 /// </param>
 /// <param name='skus'>
 /// The SKU of the resource.
 /// </param>
 /// <param name='kind'>
 /// The Kind of the resource.
 /// </param>
 /// <param name='type'>
 /// The Type of the resource.
 /// </param>
 public static SkuAvailabilityListResult CheckSkuAvailability(this ICognitiveServicesManagementClient operations, string location, IList <string> skus, string kind, string type)
 {
     return(operations.CheckSkuAvailabilityAsync(location, skus, kind, type).GetAwaiter().GetResult());
 }