azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

108 строки
7.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.TopologyParameters"
fullName: "com.microsoft.azure.management.network.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: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **TopologyParameters**"
constructors:
- uid: "com.microsoft.azure.management.network.TopologyParameters.TopologyParameters()"
fullName: "com.microsoft.azure.management.network.TopologyParameters.TopologyParameters()"
name: "TopologyParameters()"
nameWithType: "TopologyParameters.TopologyParameters()"
syntax: "public TopologyParameters()"
methods:
- uid: "com.microsoft.azure.management.network.TopologyParameters.targetResourceGroupName()"
fullName: "com.microsoft.azure.management.network.TopologyParameters.targetResourceGroupName()"
name: "targetResourceGroupName()"
nameWithType: "TopologyParameters.targetResourceGroupName()"
summary: "Get the name of the target resource group to perform topology on."
syntax: "public String targetResourceGroupName()"
desc: "Get the name of the target resource group to perform topology on."
returns:
description: "the targetResourceGroupName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.TopologyParameters.targetSubnet()"
fullName: "com.microsoft.azure.management.network.TopologyParameters.targetSubnet()"
name: "targetSubnet()"
nameWithType: "TopologyParameters.targetSubnet()"
summary: "Get the reference to the Subnet resource."
syntax: "public SubResource targetSubnet()"
desc: "Get the reference to the Subnet resource."
returns:
description: "the targetSubnet value"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.TopologyParameters.targetVirtualNetwork()"
fullName: "com.microsoft.azure.management.network.TopologyParameters.targetVirtualNetwork()"
name: "targetVirtualNetwork()"
nameWithType: "TopologyParameters.targetVirtualNetwork()"
summary: "Get the reference to the Virtual Network resource."
syntax: "public SubResource targetVirtualNetwork()"
desc: "Get the reference to the Virtual Network resource."
returns:
description: "the targetVirtualNetwork value"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.TopologyParameters.withTargetResourceGroupName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.TopologyParameters.withTargetResourceGroupName(String targetResourceGroupName)"
name: "withTargetResourceGroupName(String targetResourceGroupName)"
nameWithType: "TopologyParameters.withTargetResourceGroupName(String targetResourceGroupName)"
summary: "Set the name of the target resource group to perform topology on."
parameters:
- description: "the targetResourceGroupName value to set"
name: "targetResourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TopologyParameters withTargetResourceGroupName(String targetResourceGroupName)"
desc: "Set the name of the target resource group to perform topology on."
returns:
description: "the TopologyParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.TopologyParameters?alt=com.microsoft.azure.management.network.TopologyParameters&text=TopologyParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.TopologyParameters.withTargetSubnet(com.microsoft.azure.SubResource)"
fullName: "com.microsoft.azure.management.network.TopologyParameters.withTargetSubnet(SubResource targetSubnet)"
name: "withTargetSubnet(SubResource targetSubnet)"
nameWithType: "TopologyParameters.withTargetSubnet(SubResource targetSubnet)"
summary: "Set the reference to the Subnet resource."
parameters:
- description: "the targetSubnet value to set"
name: "targetSubnet"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TopologyParameters withTargetSubnet(SubResource targetSubnet)"
desc: "Set the reference to the Subnet resource."
returns:
description: "the TopologyParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.TopologyParameters?alt=com.microsoft.azure.management.network.TopologyParameters&text=TopologyParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.TopologyParameters.withTargetVirtualNetwork(com.microsoft.azure.SubResource)"
fullName: "com.microsoft.azure.management.network.TopologyParameters.withTargetVirtualNetwork(SubResource targetVirtualNetwork)"
name: "withTargetVirtualNetwork(SubResource targetVirtualNetwork)"
nameWithType: "TopologyParameters.withTargetVirtualNetwork(SubResource targetVirtualNetwork)"
summary: "Set the reference to the Virtual Network resource."
parameters:
- description: "the targetVirtualNetwork value to set"
name: "targetVirtualNetwork"
type: "<xref href=\"com.microsoft.azure.SubResource?alt=com.microsoft.azure.SubResource&text=SubResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TopologyParameters withTargetVirtualNetwork(SubResource targetVirtualNetwork)"
desc: "Set the reference to the Virtual Network resource."
returns:
description: "the TopologyParameters object itself."
type: "<xref href=\"com.microsoft.azure.management.network.TopologyParameters?alt=com.microsoft.azure.management.network.TopologyParameters&text=TopologyParameters\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Parameters that define the representation of topology."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4