ITopology Interface

Definition

An immutable client-side representation of an Azure Topology info object, associated with network watcher.

public interface ITopology : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.TopologyInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.INetworkWatcher>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IExecutable<Microsoft.Azure.Management.Network.Fluent.ITopology>
type ITopology = interface
    interface IBeta
    interface IExecutable<ITopology>
    interface IIndexable
    interface IHasInner<TopologyInner>
    interface IHasParent<INetworkWatcher>
Public Interface ITopology
Implements IBeta, IExecutable(Of ITopology), IHasInner(Of TopologyInner), IHasParent(Of INetworkWatcher)
Implements

Properties

CreatedTime

Gets the datetime when the topology was initially created for the resource group.

Id

Gets GUID representing the id.

Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
LastModifiedTime

Gets the datetime when the topology was last modified.

Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
Resources

Gets The resources in this topology.

TopologyParameters

Gets parameters used to query this topology.

Methods

Execute()

Execute the request.

(Inherited from IExecutable<T>)
ExecuteAsync(CancellationToken, Boolean)

Execute the request asynchronously.

(Inherited from IExecutable<T>)

Applies to