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

126 строки
8.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet"
fullName: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet"
name: "PrivateAccessSubnet"
nameWithType: "PrivateAccessSubnet"
summary: "Description of a Virtual Network subnet that is useable for private site access."
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 **PrivateAccessSubnet**</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.appservice.models.PrivateAccessSubnet?alt=com.azure.resourcemanager.appservice.models.PrivateAccessSubnet&text=PrivateAccessSubnet\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet.PrivateAccessSubnet()"
fullName: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet.PrivateAccessSubnet()"
name: "PrivateAccessSubnet()"
nameWithType: "PrivateAccessSubnet.PrivateAccessSubnet()"
summary: "Creates an instance of Private<wbr>Access<wbr>Subnet class."
syntax: "public PrivateAccessSubnet()"
desc: "Creates an instance of PrivateAccessSubnet class."
methods:
- uid: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "PrivateAccessSubnet.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Private<wbr>Access<wbr>Subnet 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 PrivateAccessSubnet fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the PrivateAccessSubnet."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of PrivateAccessSubnet from the JsonReader."
returns:
description: "An instance of PrivateAccessSubnet if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.PrivateAccessSubnet?alt=com.azure.resourcemanager.appservice.models.PrivateAccessSubnet&text=PrivateAccessSubnet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet.key()"
fullName: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet.key()"
name: "key()"
nameWithType: "PrivateAccessSubnet.key()"
summary: "Get the key property: The key (ID) of the subnet."
syntax: "public Integer key()"
desc: "Get the key property: The key (ID) of the subnet."
returns:
description: "the key value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet.name()"
fullName: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet.name()"
name: "name()"
nameWithType: "PrivateAccessSubnet.name()"
summary: "Get the name property: The name of the subnet."
syntax: "public String name()"
desc: "Get the name property: The name of the subnet."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "PrivateAccessSubnet.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.appservice.models.PrivateAccessSubnet.validate()"
fullName: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet.validate()"
name: "validate()"
nameWithType: "PrivateAccessSubnet.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet.withKey(java.lang.Integer)"
fullName: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet.withKey(Integer key)"
name: "withKey(Integer key)"
nameWithType: "PrivateAccessSubnet.withKey(Integer key)"
summary: "Set the key property: The key (ID) of the subnet."
parameters:
- description: "the key value to set."
name: "key"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public PrivateAccessSubnet withKey(Integer key)"
desc: "Set the key property: The key (ID) of the subnet."
returns:
description: "the PrivateAccessSubnet object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.PrivateAccessSubnet?alt=com.azure.resourcemanager.appservice.models.PrivateAccessSubnet&text=PrivateAccessSubnet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.appservice.models.PrivateAccessSubnet.withName(String name)"
name: "withName(String name)"
nameWithType: "PrivateAccessSubnet.withName(String name)"
summary: "Set the name property: The name of the subnet."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PrivateAccessSubnet withName(String name)"
desc: "Set the name property: The name of the subnet."
returns:
description: "the PrivateAccessSubnet object itself."
type: "<xref href=\"com.azure.resourcemanager.appservice.models.PrivateAccessSubnet?alt=com.azure.resourcemanager.appservice.models.PrivateAccessSubnet&text=PrivateAccessSubnet\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Description of a Virtual Network subnet that is useable for private site access."
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.appservice.models.PrivateAccessSubnet?alt=com.azure.resourcemanager.appservice.models.PrivateAccessSubnet&text=PrivateAccessSubnet\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0