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

150 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.TopologyParameters"
fullName: "com.azure.resourcemanager.network.models.TopologyParameters"
name: "TopologyParameters"
nameWithType: "TopologyParameters"
summary: "Parameters that define the representation of topology."
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 **TopologyParameters**</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.TopologyParameters?alt=com.azure.resourcemanager.network.models.TopologyParameters&text=TopologyParameters\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.network.models.TopologyParameters.TopologyParameters()"
fullName: "com.azure.resourcemanager.network.models.TopologyParameters.TopologyParameters()"
name: "TopologyParameters()"
nameWithType: "TopologyParameters.TopologyParameters()"
summary: "Creates an instance of Topology<wbr>Parameters class."
syntax: "public TopologyParameters()"
desc: "Creates an instance of TopologyParameters class."
methods:
- uid: "com.azure.resourcemanager.network.models.TopologyParameters.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.models.TopologyParameters.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "TopologyParameters.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Topology<wbr>Parameters 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 TopologyParameters fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the TopologyParameters."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of TopologyParameters from the JsonReader."
returns:
description: "An instance of TopologyParameters 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.TopologyParameters?alt=com.azure.resourcemanager.network.models.TopologyParameters&text=TopologyParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.TopologyParameters.targetResourceGroupName()"
fullName: "com.azure.resourcemanager.network.models.TopologyParameters.targetResourceGroupName()"
name: "targetResourceGroupName()"
nameWithType: "TopologyParameters.targetResourceGroupName()"
summary: "Get the target<wbr>Resource<wbr>Group<wbr>Name property: The name of the target resource group to perform topology on."
syntax: "public String targetResourceGroupName()"
desc: "Get the targetResourceGroupName property: The name of the target resource group to perform topology on."
returns:
description: "the targetResourceGroupName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.TopologyParameters.targetSubnet()"
fullName: "com.azure.resourcemanager.network.models.TopologyParameters.targetSubnet()"
name: "targetSubnet()"
nameWithType: "TopologyParameters.targetSubnet()"
summary: "Get the target<wbr>Subnet property: The reference to the Subnet resource."
syntax: "public SubResource targetSubnet()"
desc: "Get the targetSubnet property: The reference to the Subnet resource."
returns:
description: "the targetSubnet value."
type: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.TopologyParameters.targetVirtualNetwork()"
fullName: "com.azure.resourcemanager.network.models.TopologyParameters.targetVirtualNetwork()"
name: "targetVirtualNetwork()"
nameWithType: "TopologyParameters.targetVirtualNetwork()"
summary: "Get the target<wbr>Virtual<wbr>Network property: The reference to the Virtual Network resource."
syntax: "public SubResource targetVirtualNetwork()"
desc: "Get the targetVirtualNetwork property: The reference to the Virtual Network resource."
returns:
description: "the targetVirtualNetwork value."
type: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.TopologyParameters.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.models.TopologyParameters.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "TopologyParameters.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.TopologyParameters.validate()"
fullName: "com.azure.resourcemanager.network.models.TopologyParameters.validate()"
name: "validate()"
nameWithType: "TopologyParameters.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.models.TopologyParameters.withTargetResourceGroupName(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.TopologyParameters.withTargetResourceGroupName(String targetResourceGroupName)"
name: "withTargetResourceGroupName(String targetResourceGroupName)"
nameWithType: "TopologyParameters.withTargetResourceGroupName(String targetResourceGroupName)"
summary: "Set the target<wbr>Resource<wbr>Group<wbr>Name property: The name of the target resource group to perform topology on."
parameters:
- description: "the targetResourceGroupName value to set."
name: "targetResourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public TopologyParameters withTargetResourceGroupName(String targetResourceGroupName)"
desc: "Set the targetResourceGroupName property: The name of the target resource group to perform topology on."
returns:
description: "the TopologyParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.TopologyParameters?alt=com.azure.resourcemanager.network.models.TopologyParameters&text=TopologyParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.TopologyParameters.withTargetSubnet(com.azure.core.management.SubResource)"
fullName: "com.azure.resourcemanager.network.models.TopologyParameters.withTargetSubnet(SubResource targetSubnet)"
name: "withTargetSubnet(SubResource targetSubnet)"
nameWithType: "TopologyParameters.withTargetSubnet(SubResource targetSubnet)"
summary: "Set the target<wbr>Subnet property: The reference to the Subnet resource."
parameters:
- description: "the targetSubnet value to set."
name: "targetSubnet"
type: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TopologyParameters withTargetSubnet(SubResource targetSubnet)"
desc: "Set the targetSubnet property: The reference to the Subnet resource."
returns:
description: "the TopologyParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.TopologyParameters?alt=com.azure.resourcemanager.network.models.TopologyParameters&text=TopologyParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.TopologyParameters.withTargetVirtualNetwork(com.azure.core.management.SubResource)"
fullName: "com.azure.resourcemanager.network.models.TopologyParameters.withTargetVirtualNetwork(SubResource targetVirtualNetwork)"
name: "withTargetVirtualNetwork(SubResource targetVirtualNetwork)"
nameWithType: "TopologyParameters.withTargetVirtualNetwork(SubResource targetVirtualNetwork)"
summary: "Set the target<wbr>Virtual<wbr>Network property: The reference to the Virtual Network resource."
parameters:
- description: "the targetVirtualNetwork value to set."
name: "targetVirtualNetwork"
type: "<xref href=\"com.azure.core.management.SubResource?alt=com.azure.core.management.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TopologyParameters withTargetVirtualNetwork(SubResource targetVirtualNetwork)"
desc: "Set the targetVirtualNetwork property: The reference to the Virtual Network resource."
returns:
description: "the TopologyParameters object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.TopologyParameters?alt=com.azure.resourcemanager.network.models.TopologyParameters&text=TopologyParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Parameters that define the representation of topology."
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.TopologyParameters?alt=com.azure.resourcemanager.network.models.TopologyParameters&text=TopologyParameters\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0