azure-docs-sdk-java/docs-ref-autogen/com.azure.core.management.P...

101 строка
6.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.management.ProxyResource"
fullName: "com.azure.core.management.ProxyResource"
name: "ProxyResource"
nameWithType: "ProxyResource"
summary: "The Proxy Resource 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 class **ProxyResource**</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.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.core.management.ProxyResource.ProxyResource()"
fullName: "com.azure.core.management.ProxyResource.ProxyResource()"
name: "ProxyResource()"
nameWithType: "ProxyResource.ProxyResource()"
summary: "Creates an instance of <xref uid=\"com.azure.core.management.ProxyResource\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ProxyResource\"></xref>."
syntax: "public ProxyResource()"
desc: "Creates an instance of <xref uid=\"com.azure.core.management.ProxyResource\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ProxyResource\"></xref>."
methods:
- uid: "com.azure.core.management.ProxyResource.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.core.management.ProxyResource.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ProxyResource.fromJson(JsonReader jsonReader)"
summary: "Reads a JSON stream into a <xref uid=\"com.azure.core.management.ProxyResource\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ProxyResource\"></xref>."
modifiers:
- "static"
parameters:
- description: "The <xref uid=\"com.azure.json.JsonReader\" data-throw-if-not-resolved=\"false\" data-raw-source=\"JsonReader\"></xref> 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 ProxyResource fromJson(JsonReader jsonReader)"
exceptions:
- description: "If a <xref uid=\"ProxyResource\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ProxyResource\"></xref> fails to be read from the <code>jsonReader</code>."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads a JSON stream into a <xref uid=\"com.azure.core.management.ProxyResource\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ProxyResource\"></xref>."
returns:
description: "The <xref uid=\"com.azure.core.management.ProxyResource\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ProxyResource\"></xref> that the JSON stream represented, may return null."
type: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.management.ProxyResource.id()"
fullName: "com.azure.core.management.ProxyResource.id()"
name: "id()"
nameWithType: "ProxyResource.id()"
summary: "Get the id value."
syntax: "public String id()"
desc: "Get the id value."
returns:
description: "the fully qualified resource ID for the resource."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.core.management.ProxyResource.name()"
fullName: "com.azure.core.management.ProxyResource.name()"
name: "name()"
nameWithType: "ProxyResource.name()"
summary: "Get the name value."
syntax: "public String name()"
desc: "Get the name value."
returns:
description: "the name of the resource."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.core.management.ProxyResource.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.core.management.ProxyResource.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ProxyResource.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.core.management.ProxyResource.type()"
fullName: "com.azure.core.management.ProxyResource.type()"
name: "type()"
nameWithType: "ProxyResource.type()"
summary: "Get the type value."
syntax: "public String type()"
desc: "Get the type value."
returns:
description: "the type of the resource."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "The Proxy Resource 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.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.core.management"
artifact: com.azure:azure-core-management:1.15.5