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

150 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.TopologyAssociation"
fullName: "com.azure.resourcemanager.network.models.TopologyAssociation"
name: "TopologyAssociation"
nameWithType: "TopologyAssociation"
summary: "Resources that have an association with the parent resource."
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 **TopologyAssociation**</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.network.models.TopologyAssociation?alt=com.azure.resourcemanager.network.models.TopologyAssociation&text=TopologyAssociation\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.network.models.TopologyAssociation.TopologyAssociation()"
fullName: "com.azure.resourcemanager.network.models.TopologyAssociation.TopologyAssociation()"
name: "TopologyAssociation()"
nameWithType: "TopologyAssociation.TopologyAssociation()"
summary: "Creates an instance of Topology<wbr>Association class."
syntax: "public TopologyAssociation()"
desc: "Creates an instance of TopologyAssociation class."
methods:
- uid: "com.azure.resourcemanager.network.models.TopologyAssociation.associationType()"
fullName: "com.azure.resourcemanager.network.models.TopologyAssociation.associationType()"
name: "associationType()"
nameWithType: "TopologyAssociation.associationType()"
summary: "Get the association<wbr>Type property: The association type of the child resource to the parent resource."
syntax: "public AssociationType associationType()"
desc: "Get the associationType property: The association type of the child resource to the parent resource."
returns:
description: "the associationType value."
type: "<xref href=\"com.azure.resourcemanager.network.models.AssociationType?alt=com.azure.resourcemanager.network.models.AssociationType&text=AssociationType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.TopologyAssociation.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.models.TopologyAssociation.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "TopologyAssociation.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Topology<wbr>Association 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 TopologyAssociation fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the TopologyAssociation."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of TopologyAssociation from the JsonReader."
returns:
description: "An instance of TopologyAssociation 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.network.models.TopologyAssociation?alt=com.azure.resourcemanager.network.models.TopologyAssociation&text=TopologyAssociation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.TopologyAssociation.name()"
fullName: "com.azure.resourcemanager.network.models.TopologyAssociation.name()"
name: "name()"
nameWithType: "TopologyAssociation.name()"
summary: "Get the name property: The name of the resource that is associated with the parent resource."
syntax: "public String name()"
desc: "Get the name property: The name of the resource that is associated with the parent resource."
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.network.models.TopologyAssociation.resourceId()"
fullName: "com.azure.resourcemanager.network.models.TopologyAssociation.resourceId()"
name: "resourceId()"
nameWithType: "TopologyAssociation.resourceId()"
summary: "Get the resource<wbr>Id property: The ID of the resource that is associated with the parent resource."
syntax: "public String resourceId()"
desc: "Get the resourceId property: The ID of the resource that is associated with the parent resource."
returns:
description: "the resourceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.TopologyAssociation.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.models.TopologyAssociation.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "TopologyAssociation.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.network.models.TopologyAssociation.validate()"
fullName: "com.azure.resourcemanager.network.models.TopologyAssociation.validate()"
name: "validate()"
nameWithType: "TopologyAssociation.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.models.TopologyAssociation.withAssociationType(com.azure.resourcemanager.network.models.AssociationType)"
fullName: "com.azure.resourcemanager.network.models.TopologyAssociation.withAssociationType(AssociationType associationType)"
name: "withAssociationType(AssociationType associationType)"
nameWithType: "TopologyAssociation.withAssociationType(AssociationType associationType)"
summary: "Set the association<wbr>Type property: The association type of the child resource to the parent resource."
parameters:
- description: "the associationType value to set."
name: "associationType"
type: "<xref href=\"com.azure.resourcemanager.network.models.AssociationType?alt=com.azure.resourcemanager.network.models.AssociationType&text=AssociationType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TopologyAssociation withAssociationType(AssociationType associationType)"
desc: "Set the associationType property: The association type of the child resource to the parent resource."
returns:
description: "the TopologyAssociation object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.TopologyAssociation?alt=com.azure.resourcemanager.network.models.TopologyAssociation&text=TopologyAssociation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.TopologyAssociation.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.TopologyAssociation.withName(String name)"
name: "withName(String name)"
nameWithType: "TopologyAssociation.withName(String name)"
summary: "Set the name property: The name of the resource that is associated with the parent resource."
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 TopologyAssociation withName(String name)"
desc: "Set the name property: The name of the resource that is associated with the parent resource."
returns:
description: "the TopologyAssociation object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.TopologyAssociation?alt=com.azure.resourcemanager.network.models.TopologyAssociation&text=TopologyAssociation\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.TopologyAssociation.withResourceId(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.TopologyAssociation.withResourceId(String resourceId)"
name: "withResourceId(String resourceId)"
nameWithType: "TopologyAssociation.withResourceId(String resourceId)"
summary: "Set the resource<wbr>Id property: The ID of the resource that is associated with the parent resource."
parameters:
- description: "the resourceId value to set."
name: "resourceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TopologyAssociation withResourceId(String resourceId)"
desc: "Set the resourceId property: The ID of the resource that is associated with the parent resource."
returns:
description: "the TopologyAssociation object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.TopologyAssociation?alt=com.azure.resourcemanager.network.models.TopologyAssociation&text=TopologyAssociation\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Resources that have an association with the parent resource."
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.network.models.TopologyAssociation?alt=com.azure.resourcemanager.network.models.TopologyAssociation&text=TopologyAssociation\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0