ArmDatadogModelFactory.DatadogLinkedResourceResult 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 DatadogLinkedResourceResult.
public static Azure.ResourceManager.Datadog.Models.DatadogLinkedResourceResult DatadogLinkedResourceResult(Azure.Core.ResourceIdentifier id = default, Azure.Core.AzureLocation? location = default);
static member DatadogLinkedResourceResult : Azure.Core.ResourceIdentifier * Nullable<Azure.Core.AzureLocation> -> Azure.ResourceManager.Datadog.Models.DatadogLinkedResourceResult
Public Shared Function DatadogLinkedResourceResult (Optional id As ResourceIdentifier = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing) As DatadogLinkedResourceResult
Parameters
The ARM id of the linked resource.
- location
- Nullable<AzureLocation>
The location of the linked resource.
Returns
A new DatadogLinkedResourceResult instance for mocking.