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

132 строки
8.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.TopologyResource"
fullName: "com.microsoft.azure.management.network.TopologyResource"
name: "TopologyResource"
nameWithType: "TopologyResource"
summary: "The network resource topology information for the given resource group."
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 **TopologyResource**"
constructors:
- uid: "com.microsoft.azure.management.network.TopologyResource.TopologyResource()"
fullName: "com.microsoft.azure.management.network.TopologyResource.TopologyResource()"
name: "TopologyResource()"
nameWithType: "TopologyResource.TopologyResource()"
syntax: "public TopologyResource()"
methods:
- uid: "com.microsoft.azure.management.network.TopologyResource.associations()"
fullName: "com.microsoft.azure.management.network.TopologyResource.associations()"
name: "associations()"
nameWithType: "TopologyResource.associations()"
summary: "Get holds the associations the resource has with other resources in the resource group."
syntax: "public List<TopologyAssociation> associations()"
desc: "Get holds the associations the resource has with other resources in the resource group."
returns:
description: "the associations value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.TopologyAssociation?alt=com.microsoft.azure.management.network.TopologyAssociation&text=TopologyAssociation\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.TopologyResource.id()"
fullName: "com.microsoft.azure.management.network.TopologyResource.id()"
name: "id()"
nameWithType: "TopologyResource.id()"
summary: "Get iD of the resource."
syntax: "public String id()"
desc: "Get iD of the resource."
returns:
description: "the id 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.TopologyResource.location()"
fullName: "com.microsoft.azure.management.network.TopologyResource.location()"
name: "location()"
nameWithType: "TopologyResource.location()"
summary: "Get resource location."
syntax: "public String location()"
desc: "Get resource location."
returns:
description: "the location 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.TopologyResource.name()"
fullName: "com.microsoft.azure.management.network.TopologyResource.name()"
name: "name()"
nameWithType: "TopologyResource.name()"
summary: "Get name of the resource."
syntax: "public String name()"
desc: "Get name of the resource."
returns:
description: "the name 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.TopologyResource.withAssociations(java.util.List<com.microsoft.azure.management.network.TopologyAssociation>)"
fullName: "com.microsoft.azure.management.network.TopologyResource.withAssociations(List<TopologyAssociation> associations)"
name: "withAssociations(List<TopologyAssociation> associations)"
nameWithType: "TopologyResource.withAssociations(List<TopologyAssociation> associations)"
summary: "Set holds the associations the resource has with other resources in the resource group."
parameters:
- description: "the associations value to set"
name: "associations"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.TopologyAssociation?alt=com.microsoft.azure.management.network.TopologyAssociation&text=TopologyAssociation\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public TopologyResource withAssociations(List<TopologyAssociation> associations)"
desc: "Set holds the associations the resource has with other resources in the resource group."
returns:
description: "the TopologyResource object itself."
type: "<xref href=\"com.microsoft.azure.management.network.TopologyResource?alt=com.microsoft.azure.management.network.TopologyResource&text=TopologyResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.TopologyResource.withId(java.lang.String)"
fullName: "com.microsoft.azure.management.network.TopologyResource.withId(String id)"
name: "withId(String id)"
nameWithType: "TopologyResource.withId(String id)"
summary: "Set iD of the resource."
parameters:
- description: "the id value to set"
name: "id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TopologyResource withId(String id)"
desc: "Set iD of the resource."
returns:
description: "the TopologyResource object itself."
type: "<xref href=\"com.microsoft.azure.management.network.TopologyResource?alt=com.microsoft.azure.management.network.TopologyResource&text=TopologyResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.TopologyResource.withLocation(java.lang.String)"
fullName: "com.microsoft.azure.management.network.TopologyResource.withLocation(String location)"
name: "withLocation(String location)"
nameWithType: "TopologyResource.withLocation(String location)"
summary: "Set resource location."
parameters:
- description: "the location value to set"
name: "location"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TopologyResource withLocation(String location)"
desc: "Set resource location."
returns:
description: "the TopologyResource object itself."
type: "<xref href=\"com.microsoft.azure.management.network.TopologyResource?alt=com.microsoft.azure.management.network.TopologyResource&text=TopologyResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.TopologyResource.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.network.TopologyResource.withName(String name)"
name: "withName(String name)"
nameWithType: "TopologyResource.withName(String name)"
summary: "Set name of the resource."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public TopologyResource withName(String name)"
desc: "Set name of the resource."
returns:
description: "the TopologyResource object itself."
type: "<xref href=\"com.microsoft.azure.management.network.TopologyResource?alt=com.microsoft.azure.management.network.TopologyResource&text=TopologyResource\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The network resource topology information for the given resource group."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4