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

150 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.compute.models.SupportedCapabilities"
fullName: "com.azure.resourcemanager.compute.models.SupportedCapabilities"
name: "SupportedCapabilities"
nameWithType: "SupportedCapabilities"
summary: "List of supported capabilities persisted on the disk resource for VM use."
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 **SupportedCapabilities**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.compute.models.SupportedCapabilities?alt=com.azure.resourcemanager.compute.models.SupportedCapabilities&text=SupportedCapabilities\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.compute.models.SupportedCapabilities.SupportedCapabilities()"
fullName: "com.azure.resourcemanager.compute.models.SupportedCapabilities.SupportedCapabilities()"
name: "SupportedCapabilities()"
nameWithType: "SupportedCapabilities.SupportedCapabilities()"
summary: "Creates an instance of Supported<wbr>Capabilities class."
syntax: "public SupportedCapabilities()"
desc: "Creates an instance of SupportedCapabilities class."
methods:
- uid: "com.azure.resourcemanager.compute.models.SupportedCapabilities.acceleratedNetwork()"
fullName: "com.azure.resourcemanager.compute.models.SupportedCapabilities.acceleratedNetwork()"
name: "acceleratedNetwork()"
nameWithType: "SupportedCapabilities.acceleratedNetwork()"
summary: "Get the accelerated<wbr>Network property: True if the image from which the OS disk is created supports accelerated networking."
syntax: "public Boolean acceleratedNetwork()"
desc: "Get the acceleratedNetwork property: True if the image from which the OS disk is created supports accelerated networking."
returns:
description: "the acceleratedNetwork value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.compute.models.SupportedCapabilities.architecture()"
fullName: "com.azure.resourcemanager.compute.models.SupportedCapabilities.architecture()"
name: "architecture()"
nameWithType: "SupportedCapabilities.architecture()"
summary: "Get the architecture property: CPU architecture supported by an OS disk."
syntax: "public Architecture architecture()"
desc: "Get the architecture property: CPU architecture supported by an OS disk."
returns:
description: "the architecture value."
type: "<xref href=\"com.azure.resourcemanager.compute.models.Architecture?alt=com.azure.resourcemanager.compute.models.Architecture&text=Architecture\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.SupportedCapabilities.diskControllerTypes()"
fullName: "com.azure.resourcemanager.compute.models.SupportedCapabilities.diskControllerTypes()"
name: "diskControllerTypes()"
nameWithType: "SupportedCapabilities.diskControllerTypes()"
summary: "Get the disk<wbr>Controller<wbr>Types property: The disk controllers that an OS disk supports."
syntax: "public String diskControllerTypes()"
desc: "Get the diskControllerTypes property: The disk controllers that an OS disk supports. If set it can be SCSI or SCSI, NVME or NVME, SCSI."
returns:
description: "the diskControllerTypes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.compute.models.SupportedCapabilities.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.compute.models.SupportedCapabilities.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "SupportedCapabilities.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Supported<wbr>Capabilities from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static SupportedCapabilities fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the SupportedCapabilities."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of SupportedCapabilities from the JsonReader."
returns:
description: "An instance of SupportedCapabilities if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.compute.models.SupportedCapabilities?alt=com.azure.resourcemanager.compute.models.SupportedCapabilities&text=SupportedCapabilities\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.SupportedCapabilities.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.compute.models.SupportedCapabilities.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "SupportedCapabilities.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.SupportedCapabilities.validate()"
fullName: "com.azure.resourcemanager.compute.models.SupportedCapabilities.validate()"
name: "validate()"
nameWithType: "SupportedCapabilities.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.compute.models.SupportedCapabilities.withAcceleratedNetwork(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.compute.models.SupportedCapabilities.withAcceleratedNetwork(Boolean acceleratedNetwork)"
name: "withAcceleratedNetwork(Boolean acceleratedNetwork)"
nameWithType: "SupportedCapabilities.withAcceleratedNetwork(Boolean acceleratedNetwork)"
summary: "Set the accelerated<wbr>Network property: True if the image from which the OS disk is created supports accelerated networking."
parameters:
- description: "the acceleratedNetwork value to set."
name: "acceleratedNetwork"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public SupportedCapabilities withAcceleratedNetwork(Boolean acceleratedNetwork)"
desc: "Set the acceleratedNetwork property: True if the image from which the OS disk is created supports accelerated networking."
returns:
description: "the SupportedCapabilities object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.models.SupportedCapabilities?alt=com.azure.resourcemanager.compute.models.SupportedCapabilities&text=SupportedCapabilities\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.SupportedCapabilities.withArchitecture(com.azure.resourcemanager.compute.models.Architecture)"
fullName: "com.azure.resourcemanager.compute.models.SupportedCapabilities.withArchitecture(Architecture architecture)"
name: "withArchitecture(Architecture architecture)"
nameWithType: "SupportedCapabilities.withArchitecture(Architecture architecture)"
summary: "Set the architecture property: CPU architecture supported by an OS disk."
parameters:
- description: "the architecture value to set."
name: "architecture"
type: "<xref href=\"com.azure.resourcemanager.compute.models.Architecture?alt=com.azure.resourcemanager.compute.models.Architecture&text=Architecture\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SupportedCapabilities withArchitecture(Architecture architecture)"
desc: "Set the architecture property: CPU architecture supported by an OS disk."
returns:
description: "the SupportedCapabilities object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.models.SupportedCapabilities?alt=com.azure.resourcemanager.compute.models.SupportedCapabilities&text=SupportedCapabilities\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.SupportedCapabilities.withDiskControllerTypes(java.lang.String)"
fullName: "com.azure.resourcemanager.compute.models.SupportedCapabilities.withDiskControllerTypes(String diskControllerTypes)"
name: "withDiskControllerTypes(String diskControllerTypes)"
nameWithType: "SupportedCapabilities.withDiskControllerTypes(String diskControllerTypes)"
summary: "Set the disk<wbr>Controller<wbr>Types property: The disk controllers that an OS disk supports."
parameters:
- description: "the diskControllerTypes value to set."
name: "diskControllerTypes"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public SupportedCapabilities withDiskControllerTypes(String diskControllerTypes)"
desc: "Set the diskControllerTypes property: The disk controllers that an OS disk supports. If set it can be SCSI or SCSI, NVME or NVME, SCSI."
returns:
description: "the SupportedCapabilities object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.models.SupportedCapabilities?alt=com.azure.resourcemanager.compute.models.SupportedCapabilities&text=SupportedCapabilities\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "List of supported capabilities persisted on the disk resource for VM use."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.compute.models.SupportedCapabilities?alt=com.azure.resourcemanager.compute.models.SupportedCapabilities&text=SupportedCapabilities\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.compute.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.44.0