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

68 строки
5.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.Topology"
fullName: "com.microsoft.azure.management.network.Topology"
name: "Topology"
nameWithType: "Topology"
summary: "An immutable client-side representation of an Azure Topology info object, associated with network watcher."
syntax: "public interface **Topology**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Executable?alt=com.microsoft.azure.management.resources.fluentcore.model.Executable&text=Executable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.Topology?alt=com.microsoft.azure.management.network.Topology&text=Topology\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.TopologyInner?alt=com.microsoft.azure.management.network.implementation.TopologyInner&text=TopologyInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkWatcher?alt=com.microsoft.azure.management.network.NetworkWatcher&text=NetworkWatcher\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.network.Topology.createdTime()"
fullName: "com.microsoft.azure.management.network.Topology.createdTime()"
name: "createdTime()"
nameWithType: "Topology.createdTime()"
modifiers:
- "abstract"
syntax: "public abstract DateTime createdTime()"
returns:
description: "the datetime when the topology was initially created for the resource\n group."
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.Topology.id()"
fullName: "com.microsoft.azure.management.network.Topology.id()"
name: "id()"
nameWithType: "Topology.id()"
modifiers:
- "abstract"
syntax: "public abstract String id()"
returns:
description: "GUID representing the id"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.Topology.lastModifiedTime()"
fullName: "com.microsoft.azure.management.network.Topology.lastModifiedTime()"
name: "lastModifiedTime()"
nameWithType: "Topology.lastModifiedTime()"
modifiers:
- "abstract"
syntax: "public abstract DateTime lastModifiedTime()"
returns:
description: "the datetime when the topology was last modified"
type: "<xref href=\"org.joda.time.DateTime?alt=org.joda.time.DateTime&text=DateTime\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.Topology.resources()"
fullName: "com.microsoft.azure.management.network.Topology.resources()"
name: "resources()"
nameWithType: "Topology.resources()"
modifiers:
- "abstract"
syntax: "public abstract Map<String,TopologyResource> resources()"
returns:
description: "The resources in this topology"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.TopologyResource?alt=com.microsoft.azure.management.network.TopologyResource&text=TopologyResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.Topology.topologyParameters()"
fullName: "com.microsoft.azure.management.network.Topology.topologyParameters()"
name: "topologyParameters()"
nameWithType: "Topology.topologyParameters()"
modifiers:
- "abstract"
syntax: "public abstract TopologyParameters topologyParameters()"
returns:
description: "parameters used to query this topology"
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: "interface"
desc: "An immutable client-side representation of an Azure Topology info object, associated with network watcher."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.NetworkWatcher?alt=com.microsoft.azure.management.network.NetworkWatcher&text=NetworkWatcher\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Executable?alt=com.microsoft.azure.management.resources.fluentcore.model.Executable&text=Executable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.Topology?alt=com.microsoft.azure.management.network.Topology&text=Topology\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.TopologyInner?alt=com.microsoft.azure.management.network.implementation.TopologyInner&text=TopologyInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4