IAzureReachabilityReport Interface

Definition

An immutable client-side representation of Azure reachability report details.

public interface IAzureReachabilityReport : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportInner>, 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.IAzureReachabilityReport>
type IAzureReachabilityReport = interface
    interface IBeta
    interface IExecutable<IAzureReachabilityReport>
    interface IIndexable
    interface IHasInner<AzureReachabilityReportInner>
    interface IHasParent<INetworkWatcher>
Public Interface IAzureReachabilityReport
Implements IBeta, IExecutable(Of IAzureReachabilityReport), IHasInner(Of AzureReachabilityReportInner), IHasParent(Of INetworkWatcher)
Implements

Properties

AggregationLevel

Gets the aggregation level of Azure reachability report. Can be Country, State or City.

AzureReachabilityReportParameters

Gets parameters used to query available internet providers.

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

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
ProviderLocation

Gets the providerLocation property.

ReachabilityReport

Gets list of Azure reachability report items.

Methods

Execute()

Execute the request.

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

Execute the request asynchronously.

(Inherited from IExecutable<T>)

Applies to