CognitiveServicesResourceAndSku Class
- java.
lang. Object - com.
microsoft. azure. management. cognitiveservices. CognitiveServicesResourceAndSku
- com.
public class CognitiveServicesResourceAndSku
Cognitive Services resource type and SKU.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| CognitiveServicesResourceAndSku() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
resourceType()
Get the resource |
| com.microsoft.azure.management.cognitiveservices.implementation.SkuInner |
sku()
Get the sku value. |
|
Cognitive |
withResourceType(String resourceType)
Set the resource |
|
Cognitive |
withSku(SkuInner sku)
Set the sku value. |
Methods inherited from java.lang.Object
Constructor Details
CognitiveServicesResourceAndSku
public CognitiveServicesResourceAndSku()
Method Details
resourceType
public String resourceType()
Get the resourceType value.
Returns:
sku
public SkuInner sku()
Get the sku value.
Returns:
withResourceType
public CognitiveServicesResourceAndSku withResourceType(String resourceType)
Set the resourceType value.
Parameters:
Returns:
withSku
public CognitiveServicesResourceAndSku withSku(SkuInner sku)
Set the sku value.
Parameters:
Returns: