CognitiveServicesAccountUpdateParameters Class
- java.
lang. Object - com.
microsoft. azure. management. cognitiveservices. CognitiveServicesAccountUpdateParameters
- com.
public class CognitiveServicesAccountUpdateParameters
The parameters to provide for the account.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| CognitiveServicesAccountUpdateParameters() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| com.microsoft.azure.management.cognitiveservices.implementation.SkuInner |
sku()
Get the sku value. |
| java.util.Map<java.lang.String,java.lang.String> |
tags()
Get the tags value. |
|
Cognitive |
withSku(SkuInner sku)
Set the sku value. |
|
Cognitive |
withTags(Map<String,String> tags)
Set the tags value. |
Methods inherited from java.lang.Object
Constructor Details
CognitiveServicesAccountUpdateParameters
public CognitiveServicesAccountUpdateParameters()
Method Details
sku
public SkuInner sku()
Get the sku value.
Returns:
tags
public Map<String,String> tags()
Get the tags value.
Returns:
withSku
public CognitiveServicesAccountUpdateParameters withSku(SkuInner sku)
Set the sku value.
Parameters:
Returns:
withTags
public CognitiveServicesAccountUpdateParameters withTags(Map<String,String> tags)
Set the tags value.
Parameters:
Returns: