ArmNetworkModelFactory.TroubleshootingRecommendedActions 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 TroubleshootingRecommendedActions.
public static Azure.ResourceManager.Network.Models.TroubleshootingRecommendedActions TroubleshootingRecommendedActions (string actionId = default, string actionText = default, Uri actionUri = default, string actionUriText = default);
static member TroubleshootingRecommendedActions : string * string * Uri * string -> Azure.ResourceManager.Network.Models.TroubleshootingRecommendedActions
Public Shared Function TroubleshootingRecommendedActions (Optional actionId As String = Nothing, Optional actionText As String = Nothing, Optional actionUri As Uri = Nothing, Optional actionUriText As String = Nothing) As TroubleshootingRecommendedActions
Parameters
- actionId
- String
ID of the recommended action.
- actionText
- String
Description of recommended actions.
- actionUri
- Uri
The uri linking to a documentation for the recommended troubleshooting actions.
- actionUriText
- String
The information from the URI for the recommended troubleshooting actions.
Returns
A new TroubleshootingRecommendedActions instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET