IAzureReachabilityReport Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET