Share via


DscReportResourceNavigation Constructors

Definition

Overloads

DscReportResourceNavigation()

Initializes a new instance of the DscReportResourceNavigation class.

DscReportResourceNavigation(String)

Initializes a new instance of the DscReportResourceNavigation class.

DscReportResourceNavigation()

Initializes a new instance of the DscReportResourceNavigation class.

public DscReportResourceNavigation ();
Public Sub New ()

Applies to

DscReportResourceNavigation(String)

Initializes a new instance of the DscReportResourceNavigation class.

public DscReportResourceNavigation (string resourceId = default);
new Microsoft.Azure.Management.Automation.Models.DscReportResourceNavigation : string -> Microsoft.Azure.Management.Automation.Models.DscReportResourceNavigation
Public Sub New (Optional resourceId As String = Nothing)

Parameters

resourceId
String

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

Applies to