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

84 строки
6.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.cognitiveservices.CognitiveServicesResourceAndSku"
fullName: "com.microsoft.azure.management.cognitiveservices.CognitiveServicesResourceAndSku"
name: "CognitiveServicesResourceAndSku"
nameWithType: "CognitiveServicesResourceAndSku"
summary: "Cognitive Services resource type and SKU."
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 **CognitiveServicesResourceAndSku**"
constructors:
- uid: "com.microsoft.azure.management.cognitiveservices.CognitiveServicesResourceAndSku.CognitiveServicesResourceAndSku()"
fullName: "com.microsoft.azure.management.cognitiveservices.CognitiveServicesResourceAndSku.CognitiveServicesResourceAndSku()"
name: "CognitiveServicesResourceAndSku()"
nameWithType: "CognitiveServicesResourceAndSku.CognitiveServicesResourceAndSku()"
syntax: "public CognitiveServicesResourceAndSku()"
methods:
- uid: "com.microsoft.azure.management.cognitiveservices.CognitiveServicesResourceAndSku.resourceType()"
fullName: "com.microsoft.azure.management.cognitiveservices.CognitiveServicesResourceAndSku.resourceType()"
name: "resourceType()"
nameWithType: "CognitiveServicesResourceAndSku.resourceType()"
summary: "Get the resource<wbr>Type value."
syntax: "public String resourceType()"
desc: "Get the resourceType value."
returns:
description: "the resourceType 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.CognitiveServicesResourceAndSku.sku()"
fullName: "com.microsoft.azure.management.cognitiveservices.CognitiveServicesResourceAndSku.sku()"
name: "sku()"
nameWithType: "CognitiveServicesResourceAndSku.sku()"
summary: "Get the sku value."
syntax: "public SkuInner sku()"
desc: "Get the sku value."
returns:
description: "the sku value"
type: "<xref href=\"com.microsoft.azure.management.cognitiveservices.implementation.SkuInner?alt=com.microsoft.azure.management.cognitiveservices.implementation.SkuInner&text=SkuInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cognitiveservices.CognitiveServicesResourceAndSku.withResourceType(java.lang.String)"
fullName: "com.microsoft.azure.management.cognitiveservices.CognitiveServicesResourceAndSku.withResourceType(String resourceType)"
name: "withResourceType(String resourceType)"
nameWithType: "CognitiveServicesResourceAndSku.withResourceType(String resourceType)"
summary: "Set the resource<wbr>Type value."
parameters:
- description: "the resourceType value to set"
name: "resourceType"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CognitiveServicesResourceAndSku withResourceType(String resourceType)"
desc: "Set the resourceType value."
returns:
description: "the CognitiveServicesResourceAndSku object itself."
type: "<xref href=\"com.microsoft.azure.management.cognitiveservices.CognitiveServicesResourceAndSku?alt=com.microsoft.azure.management.cognitiveservices.CognitiveServicesResourceAndSku&text=CognitiveServicesResourceAndSku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cognitiveservices.CognitiveServicesResourceAndSku.withSku(com.microsoft.azure.management.cognitiveservices.implementation.SkuInner)"
fullName: "com.microsoft.azure.management.cognitiveservices.CognitiveServicesResourceAndSku.withSku(SkuInner sku)"
name: "withSku(SkuInner sku)"
nameWithType: "CognitiveServicesResourceAndSku.withSku(SkuInner sku)"
summary: "Set the sku value."
parameters:
- description: "the sku value to set"
name: "sku"
type: "<xref href=\"com.microsoft.azure.management.cognitiveservices.implementation.SkuInner?alt=com.microsoft.azure.management.cognitiveservices.implementation.SkuInner&text=SkuInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CognitiveServicesResourceAndSku withSku(SkuInner sku)"
desc: "Set the sku value."
returns:
description: "the CognitiveServicesResourceAndSku object itself."
type: "<xref href=\"com.microsoft.azure.management.cognitiveservices.CognitiveServicesResourceAndSku?alt=com.microsoft.azure.management.cognitiveservices.CognitiveServicesResourceAndSku&text=CognitiveServicesResourceAndSku\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Cognitive Services resource type and SKU."
metadata: {}
package: "com.microsoft.azure.management.cognitiveservices"
artifact: com.microsoft.azure:azure-mgmt-cognitiveservices:1.10.0-beta