Uses of Class
com.azure.resourcemanager.automation.models.DscReportResourceNavigation
Packages that use DscReportResourceNavigation
Package
Description
Package containing the data models for AutomationClient.
-
Uses of DscReportResourceNavigation in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return DscReportResourceNavigationModifier and TypeMethodDescriptionstatic DscReportResourceNavigation
DscReportResourceNavigation.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DscReportResourceNavigation from the JsonReader.DscReportResourceNavigation.withResourceId
(String resourceId) Set the resourceId property: Gets or sets the ID of the resource to navigate to.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type DscReportResourceNavigationModifier and TypeMethodDescriptionDscReportResource.dependsOn()
Get the dependsOn property: Gets or sets the Resource Navigation values for resources the resource depends on.Method parameters in com.azure.resourcemanager.automation.models with type arguments of type DscReportResourceNavigationModifier and TypeMethodDescriptionDscReportResource.withDependsOn
(List<DscReportResourceNavigation> dependsOn) Set the dependsOn property: Gets or sets the Resource Navigation values for resources the resource depends on.