ArmDatadogModelFactory.DatadogInstallMethod(String, String, String) 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 DatadogInstallMethod.
public static Azure.ResourceManager.Datadog.Models.DatadogInstallMethod DatadogInstallMethod (string tool = default, string toolVersion = default, string installerVersion = default);
static member DatadogInstallMethod : string * string * string -> Azure.ResourceManager.Datadog.Models.DatadogInstallMethod
Public Shared Function DatadogInstallMethod (Optional tool As String = Nothing, Optional toolVersion As String = Nothing, Optional installerVersion As String = Nothing) As DatadogInstallMethod
Parameters
- tool
- String
The tool.
- toolVersion
- String
The tool version.
- installerVersion
- String
The installer version.
Returns
A new DatadogInstallMethod 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