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

108 строки
8.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties"
fullName: "com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties"
name: "DiskAccessProperties"
nameWithType: "DiskAccessProperties"
summary: "The Disk<wbr>Access<wbr>Properties model."
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 **DiskAccessProperties**</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.fluent.models.DiskAccessProperties?alt=com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties&text=DiskAccessProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties.DiskAccessProperties()"
fullName: "com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties.DiskAccessProperties()"
name: "DiskAccessProperties()"
nameWithType: "DiskAccessProperties.DiskAccessProperties()"
summary: "Creates an instance of Disk<wbr>Access<wbr>Properties class."
syntax: "public DiskAccessProperties()"
desc: "Creates an instance of DiskAccessProperties class."
methods:
- uid: "com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "DiskAccessProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Disk<wbr>Access<wbr>Properties 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 DiskAccessProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the DiskAccessProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DiskAccessProperties from the JsonReader."
returns:
description: "An instance of DiskAccessProperties 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.fluent.models.DiskAccessProperties?alt=com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties&text=DiskAccessProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties.privateEndpointConnections()"
fullName: "com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties.privateEndpointConnections()"
name: "privateEndpointConnections()"
nameWithType: "DiskAccessProperties.privateEndpointConnections()"
summary: "Get the private<wbr>Endpoint<wbr>Connections property: A readonly collection of private endpoint connections created on the disk."
syntax: "public List<PrivateEndpointConnectionInner> privateEndpointConnections()"
desc: "Get the privateEndpointConnections property: A readonly collection of private endpoint connections created on the disk. Currently only one endpoint connection is supported."
returns:
description: "the privateEndpointConnections value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.compute.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.compute.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties.provisioningState()"
fullName: "com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "DiskAccessProperties.provisioningState()"
summary: "Get the provisioning<wbr>State property: The disk access resource provisioning state."
syntax: "public String provisioningState()"
desc: "Get the provisioningState property: The disk access resource provisioning state."
returns:
description: "the provisioningState value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties.timeCreated()"
fullName: "com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties.timeCreated()"
name: "timeCreated()"
nameWithType: "DiskAccessProperties.timeCreated()"
summary: "Get the time<wbr>Created property: The time when the disk access was created."
syntax: "public OffsetDateTime timeCreated()"
desc: "Get the timeCreated property: The time when the disk access was created."
returns:
description: "the timeCreated value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "DiskAccessProperties.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.fluent.models.DiskAccessProperties.validate()"
fullName: "com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties.validate()"
name: "validate()"
nameWithType: "DiskAccessProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "The DiskAccessProperties model."
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.fluent.models.DiskAccessProperties?alt=com.azure.resourcemanager.compute.fluent.models.DiskAccessProperties&text=DiskAccessProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.compute.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.44.0