Exemplo n.º 1
0
 /// <summary>
 /// Returns the asset template with configuration settings for an asset,
 /// including function and location taxonomy data as well as numeric and text
 /// attributes.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='client'>
 /// </param>
 public static AssetTemplate GetAssetTemplate(this IAssets operations, string client)
 {
     return(operations.GetAssetTemplateAsync(client).GetAwaiter().GetResult());
 }