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

108 строки
7.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter"
name: "CheckSkuAvailabilityParameter"
nameWithType: "CheckSkuAvailabilityParameter"
summary: "Check SKU availability parameter."
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 **CheckSkuAvailabilityParameter**"
constructors:
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter.CheckSkuAvailabilityParameter()"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter.CheckSkuAvailabilityParameter()"
name: "CheckSkuAvailabilityParameter()"
nameWithType: "CheckSkuAvailabilityParameter.CheckSkuAvailabilityParameter()"
syntax: "public CheckSkuAvailabilityParameter()"
methods:
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter.kind()"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter.kind()"
name: "kind()"
nameWithType: "CheckSkuAvailabilityParameter.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.CheckSkuAvailabilityParameter.skus()"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter.skus()"
name: "skus()"
nameWithType: "CheckSkuAvailabilityParameter.skus()"
summary: "Get the skus value."
syntax: "public List<SkuName> skus()"
desc: "Get the skus value."
returns:
description: "the skus value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cognitiveservices.SkuName?alt=com.microsoft.azure.management.cognitiveservices.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter.type()"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter.type()"
name: "type()"
nameWithType: "CheckSkuAvailabilityParameter.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.CheckSkuAvailabilityParameter.withKind(com.microsoft.azure.management.cognitiveservices.Kind)"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter.withKind(Kind kind)"
name: "withKind(Kind kind)"
nameWithType: "CheckSkuAvailabilityParameter.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 CheckSkuAvailabilityParameter withKind(Kind kind)"
desc: "Set the kind value."
returns:
description: "the CheckSkuAvailabilityParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter?alt=com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter&text=CheckSkuAvailabilityParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter.withSkus(java.util.List<com.microsoft.azure.management.cognitiveservices.SkuName>)"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter.withSkus(List<SkuName> skus)"
name: "withSkus(List<SkuName> skus)"
nameWithType: "CheckSkuAvailabilityParameter.withSkus(List<SkuName> skus)"
summary: "Set the skus value."
parameters:
- description: "the skus value to set"
name: "skus"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.cognitiveservices.SkuName?alt=com.microsoft.azure.management.cognitiveservices.SkuName&text=SkuName\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public CheckSkuAvailabilityParameter withSkus(List<SkuName> skus)"
desc: "Set the skus value."
returns:
description: "the CheckSkuAvailabilityParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter?alt=com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter&text=CheckSkuAvailabilityParameter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter.withType(java.lang.String)"
fullName: "com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter.withType(String type)"
name: "withType(String type)"
nameWithType: "CheckSkuAvailabilityParameter.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 CheckSkuAvailabilityParameter withType(String type)"
desc: "Set the type value."
returns:
description: "the CheckSkuAvailabilityParameter object itself."
type: "<xref href=\"com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter?alt=com.microsoft.azure.management.cognitiveservices.CheckSkuAvailabilityParameter&text=CheckSkuAvailabilityParameter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Check SKU availability parameter."
metadata: {}
package: "com.microsoft.azure.management.cognitiveservices"
artifact: com.microsoft.azure:azure-mgmt-cognitiveservices:1.10.0-beta