ArmNetworkModelFactory.AnalysisRunIntentContent Method
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 AnalysisRunIntentContent.
public static Azure.ResourceManager.Network.Models.AnalysisRunIntentContent AnalysisRunIntentContent(string description = default, Azure.Core.ResourceIdentifier sourceResourceId = default, Azure.Core.ResourceIdentifier destinationResourceId = default, Azure.ResourceManager.Network.Models.NetworkVerifierIPTraffic ipTraffic = default);
static member AnalysisRunIntentContent : string * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.ResourceManager.Network.Models.NetworkVerifierIPTraffic -> Azure.ResourceManager.Network.Models.AnalysisRunIntentContent
Public Shared Function AnalysisRunIntentContent (Optional description As String = Nothing, Optional sourceResourceId As ResourceIdentifier = Nothing, Optional destinationResourceId As ResourceIdentifier = Nothing, Optional ipTraffic As NetworkVerifierIPTraffic = Nothing) As AnalysisRunIntentContent
Parameters
- description
- String
- sourceResourceId
- ResourceIdentifier
Source resource id of the intent.
- destinationResourceId
- ResourceIdentifier
Destination resource id of the intent.
- ipTraffic
- NetworkVerifierIPTraffic
IP traffic information.
Returns
A new AnalysisRunIntentContent instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET