### YamlMime:JavaType
uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult"
name: "CheckSkuAvailabilityResult"
nameWithType: "CheckSkuAvailabilityResult"
summary: "Check SKU availability result."
inheritances:
- ""
inheritedClassMethods:
- classRef: ""
methodsRef:
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
- ""
syntax: "public class **CheckSkuAvailabilityResult**"
constructors:
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.CheckSkuAvailabilityResult()"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.CheckSkuAvailabilityResult()"
name: "CheckSkuAvailabilityResult()"
nameWithType: "CheckSkuAvailabilityResult.CheckSkuAvailabilityResult()"
syntax: "public CheckSkuAvailabilityResult()"
methods:
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.kind()"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.kind()"
name: "kind()"
nameWithType: "CheckSkuAvailabilityResult.kind()"
summary: "Get the kind value."
syntax: "public Kind kind()"
desc: "Get the kind value."
returns:
description: "the kind value"
type: ""
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.message()"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.message()"
name: "message()"
nameWithType: "CheckSkuAvailabilityResult.message()"
summary: "Get the message value."
syntax: "public String message()"
desc: "Get the message value."
returns:
description: "the message value"
type: ""
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.reason()"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.reason()"
name: "reason()"
nameWithType: "CheckSkuAvailabilityResult.reason()"
summary: "Get the reason value."
syntax: "public String reason()"
desc: "Get the reason value."
returns:
description: "the reason value"
type: ""
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.skuAvailable()"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.skuAvailable()"
name: "skuAvailable()"
nameWithType: "CheckSkuAvailabilityResult.skuAvailable()"
summary: "Get the skuAvailable value."
syntax: "public Boolean skuAvailable()"
desc: "Get the skuAvailable value."
returns:
description: "the skuAvailable value"
type: ""
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.skuName()"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.skuName()"
name: "skuName()"
nameWithType: "CheckSkuAvailabilityResult.skuName()"
summary: "Get the skuName value."
syntax: "public SkuName skuName()"
desc: "Get the skuName value."
returns:
description: "the skuName value"
type: ""
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.type()"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.type()"
name: "type()"
nameWithType: "CheckSkuAvailabilityResult.type()"
summary: "Get the type value."
syntax: "public String type()"
desc: "Get the type value."
returns:
description: "the type value"
type: ""
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.withKind(com.microsoft.azure.management.cognitiveservices.Kind)"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.withKind(Kind kind)"
name: "withKind(Kind kind)"
nameWithType: "CheckSkuAvailabilityResult.withKind(Kind kind)"
summary: "Set the kind value."
parameters:
- description: "the kind value to set"
name: "kind"
type: ""
syntax: "public CheckSkuAvailabilityResult withKind(Kind kind)"
desc: "Set the kind value."
returns:
description: "the CheckSkuAvailabilityResult object itself."
type: ""
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.withMessage(java.lang.String)"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.withMessage(String message)"
name: "withMessage(String message)"
nameWithType: "CheckSkuAvailabilityResult.withMessage(String message)"
summary: "Set the message value."
parameters:
- description: "the message value to set"
name: "message"
type: ""
syntax: "public CheckSkuAvailabilityResult withMessage(String message)"
desc: "Set the message value."
returns:
description: "the CheckSkuAvailabilityResult object itself."
type: ""
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.withReason(java.lang.String)"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.withReason(String reason)"
name: "withReason(String reason)"
nameWithType: "CheckSkuAvailabilityResult.withReason(String reason)"
summary: "Set the reason value."
parameters:
- description: "the reason value to set"
name: "reason"
type: ""
syntax: "public CheckSkuAvailabilityResult withReason(String reason)"
desc: "Set the reason value."
returns:
description: "the CheckSkuAvailabilityResult object itself."
type: ""
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.withSkuAvailable(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.withSkuAvailable(Boolean skuAvailable)"
name: "withSkuAvailable(Boolean skuAvailable)"
nameWithType: "CheckSkuAvailabilityResult.withSkuAvailable(Boolean skuAvailable)"
summary: "Set the skuAvailable value."
parameters:
- description: "the skuAvailable value to set"
name: "skuAvailable"
type: ""
syntax: "public CheckSkuAvailabilityResult withSkuAvailable(Boolean skuAvailable)"
desc: "Set the skuAvailable value."
returns:
description: "the CheckSkuAvailabilityResult object itself."
type: ""
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.withSkuName(com.microsoft.azure.management.cognitiveservices.SkuName)"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.withSkuName(SkuName skuName)"
name: "withSkuName(SkuName skuName)"
nameWithType: "CheckSkuAvailabilityResult.withSkuName(SkuName skuName)"
summary: "Set the skuName value."
parameters:
- description: "the skuName value to set"
name: "skuName"
type: ""
syntax: "public CheckSkuAvailabilityResult withSkuName(SkuName skuName)"
desc: "Set the skuName value."
returns:
description: "the CheckSkuAvailabilityResult object itself."
type: ""
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.withType(java.lang.String)"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.withType(String type)"
name: "withType(String type)"
nameWithType: "CheckSkuAvailabilityResult.withType(String type)"
summary: "Set the type value."
parameters:
- description: "the type value to set"
name: "type"
type: ""
syntax: "public CheckSkuAvailabilityResult withType(String type)"
desc: "Set the type value."
returns:
description: "the CheckSkuAvailabilityResult object itself."
type: ""
type: "class"
desc: "Check SKU availability result."
metadata: {}
package: "com.microsoft.azure.management.cognitiveservices"
artifact: com.microsoft.azure:azure-mgmt-cognitiveservices:1.10.0-beta