ArmAutomationModelFactory.DscReportResourceNavigation(String) Method

Definition

Initializes a new instance of DscReportResourceNavigation.

public static Azure.ResourceManager.Automation.Models.DscReportResourceNavigation DscReportResourceNavigation (string resourceId = default);
static member DscReportResourceNavigation : string -> Azure.ResourceManager.Automation.Models.DscReportResourceNavigation
Public Shared Function DscReportResourceNavigation (Optional resourceId As String = Nothing) As DscReportResourceNavigation

Parameters

resourceId
String

Gets or sets the ID of the resource to navigate to.

Returns

A new DscReportResourceNavigation instance for mocking.

Applies to