azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

180 строки
12 KiB
YAML

### 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:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"com.microsoft.azure.management.cognitiveservices.Kind?alt=com.microsoft.azure.management.cognitiveservices.Kind&text=Kind\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.skuAvailable()"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.skuAvailable()"
name: "skuAvailable()"
nameWithType: "CheckSkuAvailabilityResult.skuAvailable()"
summary: "Get the sku<wbr>Available value."
syntax: "public Boolean skuAvailable()"
desc: "Get the skuAvailable value."
returns:
description: "the skuAvailable value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.skuName()"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult.skuName()"
name: "skuName()"
nameWithType: "CheckSkuAvailabilityResult.skuName()"
summary: "Get the sku<wbr>Name value."
syntax: "public SkuName skuName()"
desc: "Get the skuName value."
returns:
description: "the skuName value"
type: "<xref href=\"com.microsoft.azure.management.cognitiveservices.SkuName?alt=com.microsoft.azure.management.cognitiveservices.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.microsoft.azure.management.cognitiveservices.Kind?alt=com.microsoft.azure.management.cognitiveservices.Kind&text=Kind\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CheckSkuAvailabilityResult withKind(Kind kind)"
desc: "Set the kind value."
returns:
description: "the CheckSkuAvailabilityResult object itself."
type: "<xref href=\"com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult?alt=com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult&text=CheckSkuAvailabilityResult\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CheckSkuAvailabilityResult withMessage(String message)"
desc: "Set the message value."
returns:
description: "the CheckSkuAvailabilityResult object itself."
type: "<xref href=\"com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult?alt=com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult&text=CheckSkuAvailabilityResult\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CheckSkuAvailabilityResult withReason(String reason)"
desc: "Set the reason value."
returns:
description: "the CheckSkuAvailabilityResult object itself."
type: "<xref href=\"com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult?alt=com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult&text=CheckSkuAvailabilityResult\" data-throw-if-not-resolved=\"False\" />"
- 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 sku<wbr>Available value."
parameters:
- description: "the skuAvailable value to set"
name: "skuAvailable"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CheckSkuAvailabilityResult withSkuAvailable(Boolean skuAvailable)"
desc: "Set the skuAvailable value."
returns:
description: "the CheckSkuAvailabilityResult object itself."
type: "<xref href=\"com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult?alt=com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult&text=CheckSkuAvailabilityResult\" data-throw-if-not-resolved=\"False\" />"
- 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 sku<wbr>Name value."
parameters:
- description: "the skuName value to set"
name: "skuName"
type: "<xref href=\"com.microsoft.azure.management.cognitiveservices.SkuName?alt=com.microsoft.azure.management.cognitiveservices.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CheckSkuAvailabilityResult withSkuName(SkuName skuName)"
desc: "Set the skuName value."
returns:
description: "the CheckSkuAvailabilityResult object itself."
type: "<xref href=\"com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult?alt=com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult&text=CheckSkuAvailabilityResult\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CheckSkuAvailabilityResult withType(String type)"
desc: "Set the type value."
returns:
description: "the CheckSkuAvailabilityResult object itself."
type: "<xref href=\"com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult?alt=com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityResult&text=CheckSkuAvailabilityResult\" data-throw-if-not-resolved=\"False\" />"
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