azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.b...

77 строки
5.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.batch.models.SupportedSkusResult"
fullName: "com.azure.resourcemanager.batch.models.SupportedSkusResult"
name: "SupportedSkusResult"
nameWithType: "SupportedSkusResult"
summary: "The Batch List supported SKUs operation response."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **SupportedSkusResult**"
constructors:
- uid: "com.azure.resourcemanager.batch.models.SupportedSkusResult.SupportedSkusResult()"
fullName: "com.azure.resourcemanager.batch.models.SupportedSkusResult.SupportedSkusResult()"
name: "SupportedSkusResult()"
nameWithType: "SupportedSkusResult.SupportedSkusResult()"
syntax: "public SupportedSkusResult()"
methods:
- uid: "com.azure.resourcemanager.batch.models.SupportedSkusResult.nextLink()"
fullName: "com.azure.resourcemanager.batch.models.SupportedSkusResult.nextLink()"
name: "nextLink()"
nameWithType: "SupportedSkusResult.nextLink()"
summary: "Get the next<wbr>Link property: The URL to use for getting the next set of results."
syntax: "public String nextLink()"
desc: "Get the nextLink property: The URL to use for getting the next set of results."
returns:
description: "the nextLink value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.batch.models.SupportedSkusResult.validate()"
fullName: "com.azure.resourcemanager.batch.models.SupportedSkusResult.validate()"
name: "validate()"
nameWithType: "SupportedSkusResult.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.batch.models.SupportedSkusResult.value()"
fullName: "com.azure.resourcemanager.batch.models.SupportedSkusResult.value()"
name: "value()"
nameWithType: "SupportedSkusResult.value()"
summary: "Get the value property: The list of SKUs available for the Batch service in the location."
syntax: "public List<SupportedSkuInner> value()"
desc: "Get the value property: The list of SKUs available for the Batch service in the location."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.batch.fluent.models.SupportedSkuInner?alt=com.azure.resourcemanager.batch.fluent.models.SupportedSkuInner&text=SupportedSkuInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.batch.models.SupportedSkusResult.withValue(java.util.List<com.azure.resourcemanager.batch.fluent.models.SupportedSkuInner>)"
fullName: "com.azure.resourcemanager.batch.models.SupportedSkusResult.withValue(List<SupportedSkuInner> value)"
name: "withValue(List<SupportedSkuInner> value)"
nameWithType: "SupportedSkusResult.withValue(List<SupportedSkuInner> value)"
summary: "Set the value property: The list of SKUs available for the Batch service in the location."
parameters:
- description: "the value value to set."
name: "value"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.batch.fluent.models.SupportedSkuInner?alt=com.azure.resourcemanager.batch.fluent.models.SupportedSkuInner&text=SupportedSkuInner\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SupportedSkusResult withValue(List<SupportedSkuInner> value)"
desc: "Set the value property: The list of SKUs available for the Batch service in the location."
returns:
description: "the SupportedSkusResult object itself."
type: "<xref href=\"com.azure.resourcemanager.batch.models.SupportedSkusResult?alt=com.azure.resourcemanager.batch.models.SupportedSkusResult&text=SupportedSkusResult\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The Batch List supported SKUs operation response."
metadata: {}
package: "com.azure.resourcemanager.batch.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-batch:1.0.0