CheckSkuAvailabilityResult Class
- java.
lang. Object - com.
microsoft. azure. management. cognitiveservices. CheckSkuAvailabilityResult
- com.
public class CheckSkuAvailabilityResult
Check SKU availability result.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| CheckSkuAvailabilityResult() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Kind |
kind()
Get the kind value. |
| java.lang.String |
message()
Get the message value. |
| java.lang.String |
reason()
Get the reason value. |
| java.lang.Boolean |
skuAvailable()
Get the sku |
|
Sku |
skuName()
Get the sku |
| java.lang.String |
type()
Get the type value. |
|
Check |
withKind(Kind kind)
Set the kind value. |
|
Check |
withMessage(String message)
Set the message value. |
|
Check |
withReason(String reason)
Set the reason value. |
|
Check |
withSkuAvailable(Boolean skuAvailable)
Set the sku |
|
Check |
withSkuName(SkuName skuName)
Set the sku |
|
Check |
withType(String type)
Set the type value. |
Methods inherited from java.lang.Object
Constructor Details
CheckSkuAvailabilityResult
public CheckSkuAvailabilityResult()
Method Details
kind
public Kind kind()
Get the kind value.
Returns:
message
public String message()
Get the message value.
Returns:
reason
public String reason()
Get the reason value.
Returns:
skuAvailable
public Boolean skuAvailable()
Get the skuAvailable value.
Returns:
skuName
public SkuName skuName()
Get the skuName value.
Returns:
type
public String type()
Get the type value.
Returns:
withKind
public CheckSkuAvailabilityResult withKind(Kind kind)
Set the kind value.
Parameters:
Returns:
withMessage
public CheckSkuAvailabilityResult withMessage(String message)
Set the message value.
Parameters:
Returns:
withReason
public CheckSkuAvailabilityResult withReason(String reason)
Set the reason value.
Parameters:
Returns:
withSkuAvailable
public CheckSkuAvailabilityResult withSkuAvailable(Boolean skuAvailable)
Set the skuAvailable value.
Parameters:
Returns:
withSkuName
public CheckSkuAvailabilityResult withSkuName(SkuName skuName)
Set the skuName value.
Parameters:
Returns:
withType
public CheckSkuAvailabilityResult withType(String type)
Set the type value.
Parameters:
Returns: