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

57 строки
3.0 KiB
YAML

### YamlMime:JavaType
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model.HasInner.inner()
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent.parent()
- com.microsoft.azure.management.resources.fluentcore.model.Refreshable.refresh()
- com.microsoft.azure.management.resources.fluentcore.model.Refreshable.refreshAsync()
methods:
- fullName: com.microsoft.azure.management.network.Topology.createdTime()
name: createdTime()
nameWithType: Topology.createdTime()
returns:
description: <p>the datetime when the topology was initially created for the resource group. </p>
type: <xref href="DateTime?alt=DateTime&text=DateTime" data-throw-if-not-resolved="False"/>
syntax: public DateTime createdTime()
uid: com.microsoft.azure.management.network.Topology.createdTime()
- fullName: com.microsoft.azure.management.network.Topology.id()
name: id()
nameWithType: Topology.id()
returns:
description: <p>GUID representing the id </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String id()
uid: com.microsoft.azure.management.network.Topology.id()
- fullName: com.microsoft.azure.management.network.Topology.lastModifiedTime()
name: lastModifiedTime()
nameWithType: Topology.lastModifiedTime()
returns:
description: <p>the datetime when the topology was last modified </p>
type: <xref href="DateTime?alt=DateTime&text=DateTime" data-throw-if-not-resolved="False"/>
syntax: public DateTime lastModifiedTime()
uid: com.microsoft.azure.management.network.Topology.lastModifiedTime()
- fullName: com.microsoft.azure.management.network.Topology.resourceGroupName()
name: resourceGroupName()
nameWithType: Topology.resourceGroupName()
returns:
description: <p>name of resource group this topology represents </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
syntax: public String resourceGroupName()
uid: com.microsoft.azure.management.network.Topology.resourceGroupName()
- fullName: com.microsoft.azure.management.network.Topology.resources()
name: resources()
nameWithType: Topology.resources()
returns:
description: <p>The resources in this topology </p>
type: Map&lt;String, <xref href="com.microsoft.azure.management.network.TopologyResource?alt=com.microsoft.azure.management.network.TopologyResource&text=TopologyResource" data-throw-if-not-resolved="False"/>&gt;
syntax: public Map<String, TopologyResource> resources()
uid: com.microsoft.azure.management.network.Topology.resources()
nameWithType: Topology
syntax: public interface Topology extends HasParent<NetworkWatcher>,HasInner<TopologyInner>,Refreshable<Topology>
type: interface
uid: com.microsoft.azure.management.network.Topology
fullName: com.microsoft.azure.management.network.Topology
name: Topology
package: com.microsoft.azure.management.network
summary: <p>An immutable client-side representation of an Azure Topology info object, associated with network watcher. </p>
metadata: {}