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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java