DscReportResourceNavigation Class

  • java.lang.Object
    • com.azure.resourcemanager.automation.models.DscReportResourceNavigation

public final class DscReportResourceNavigation

Navigation for DSC Report Resource.

Constructor Summary

Constructor Description
DscReportResourceNavigation()

Method Summary

Modifier and Type Method and Description
String resourceId()

Get the resourceId property: Gets or sets the ID of the resource to navigate to.

void validate()

Validates the instance.

DscReportResourceNavigation withResourceId(String resourceId)

Set the resourceId property: Gets or sets the ID of the resource to navigate to.

Methods inherited from java.lang.Object

Constructor Details

DscReportResourceNavigation

public DscReportResourceNavigation()

Method Details

resourceId

public String resourceId()

Get the resourceId property: Gets or sets the ID of the resource to navigate to.

Returns:

the resourceId value.

validate

public void validate()

Validates the instance.

withResourceId

public DscReportResourceNavigation withResourceId(String resourceId)

Set the resourceId property: Gets or sets the ID of the resource to navigate to.

Parameters:

resourceId - the resourceId value to set.

Returns:

the DscReportResourceNavigation object itself.

Applies to