ReachabilityAnalysisIntentProperties Constructor
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.
Initializes a new instance of ReachabilityAnalysisIntentProperties.
public ReachabilityAnalysisIntentProperties (Azure.Core.ResourceIdentifier sourceResourceId, Azure.Core.ResourceIdentifier destinationResourceId, Azure.ResourceManager.Network.Models.NetworkVerifierIPTraffic ipTraffic);
new Azure.ResourceManager.Network.Models.ReachabilityAnalysisIntentProperties : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.ResourceManager.Network.Models.NetworkVerifierIPTraffic -> Azure.ResourceManager.Network.Models.ReachabilityAnalysisIntentProperties
Public Sub New (sourceResourceId As ResourceIdentifier, destinationResourceId As ResourceIdentifier, ipTraffic As NetworkVerifierIPTraffic)
Parameters
- sourceResourceId
- ResourceIdentifier
Source resource id to verify the reachability path of.
- destinationResourceId
- ResourceIdentifier
Destination resource id to verify the reachability path of.
- ipTraffic
- NetworkVerifierIPTraffic
IP traffic information.
Exceptions
sourceResourceId
, destinationResourceId
or ipTraffic
is null.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET