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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET