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
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
CognitiveServicesAccountUpdateParameters
public CognitiveServicesAccountUpdateParameters()
Method Details
sku
public SkuInner sku()
Get the sku value.
Returns:
the sku value
tags
public Map
Get the tags value.
Returns:
the tags value
withSku
public CognitiveServicesAccountUpdateParameters withSku(SkuInner sku)
Set the sku value.
Parameters:
sku
- the sku value to set
Returns:
the CognitiveServicesAccountUpdateParameters object itself.
withTags
public CognitiveServicesAccountUpdateParameters withTags(Map
Set the tags value.
Parameters:
tags
- the tags value to set
Returns:
the CognitiveServicesAccountUpdateParameters object itself.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java