Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the CognitiveServicesResourceAndSku
 /// class.
 /// </summary>
 /// <param name="resourceType">Resource Namespace and Type</param>
 /// <param name="sku">The SKU of Cognitive Services account.</param>
 public CognitiveServicesResourceAndSku(string resourceType = default(string), Sku sku = default(Sku))
 {
     ResourceType = resourceType;
     Sku          = sku;
     CustomInit();
 }