ArmDatadogModelFactory.DatadogHost 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 DatadogHost.
public static Azure.ResourceManager.Datadog.Models.DatadogHost DatadogHost (string name = default, System.Collections.Generic.IEnumerable<string> aliases = default, System.Collections.Generic.IEnumerable<string> apps = default, Azure.ResourceManager.Datadog.Models.DatadogHostMetadata meta = default);
static member DatadogHost : string * seq<string> * seq<string> * Azure.ResourceManager.Datadog.Models.DatadogHostMetadata -> Azure.ResourceManager.Datadog.Models.DatadogHost
Public Shared Function DatadogHost (Optional name As String = Nothing, Optional aliases As IEnumerable(Of String) = Nothing, Optional apps As IEnumerable(Of String) = Nothing, Optional meta As DatadogHostMetadata = Nothing) As DatadogHost
Parameters
- name
- String
The name of the host.
- aliases
- IEnumerable<String>
The aliases for the host.
- apps
- IEnumerable<String>
The Datadog integrations reporting metrics for the host.
- meta
- DatadogHostMetadata
Returns
A new DatadogHost 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