Class DscReportResourceNavigation
java.lang.Object
com.azure.resourcemanager.automation.models.DscReportResourceNavigation
Navigation for DSC Report Resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the resourceId property: Gets or sets the ID of the resource to navigate to.void
validate()
Validates the instance.withResourceId
(String resourceId) Set the resourceId property: Gets or sets the ID of the resource to navigate to.
-
Constructor Details
-
DscReportResourceNavigation
public DscReportResourceNavigation()
-
-
Method Details
-
resourceId
Get the resourceId property: Gets or sets the ID of the resource to navigate to.- Returns:
- the resourceId value.
-
withResourceId
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.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-