Uses of Class
com.azure.resourcemanager.resources.models.ResourceReference
Packages that use ResourceReference
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of ResourceReference in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return types with arguments of type ResourceReferenceModifier and TypeMethodDescriptionDeploymentStackInner.deletedResources()Get the deletedResources property: An array of resources that were deleted during the most recent Deployment stack update.DeploymentStackProperties.deletedResources()Get the deletedResources property: An array of resources that were deleted during the most recent Deployment stack update.DeploymentStackInner.detachedResources()Get the detachedResources property: An array of resources that were detached during the most recent Deployment stack update.DeploymentStackProperties.detachedResources()Get the detachedResources property: An array of resources that were detached during the most recent Deployment stack update. -
Uses of ResourceReference in com.azure.resourcemanager.resources.models
Subclasses of ResourceReference in com.azure.resourcemanager.resources.modelsModifier and TypeClassDescriptionfinal classThe managed resource model.final classThe resourceId extended model.Methods in com.azure.resourcemanager.resources.models that return ResourceReferenceModifier and TypeMethodDescriptionstatic ResourceReferenceResourceReference.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceReference from the JsonReader.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ResourceReferenceModifier and TypeMethodDescriptionDeployment.outputResources()Get array of provisioned resources.DeploymentPropertiesExtended.outputResources()Get the outputResources property: Array of provisioned resources.DeploymentPropertiesExtended.validatedResources()Get the validatedResources property: Array of validated resources.DeploymentStackValidateProperties.validatedResources()Get the validatedResources property: The array of resources that were validated.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type ResourceReferenceModifier and TypeMethodDescriptionDeploymentStackValidateProperties.withValidatedResources(List<ResourceReference> validatedResources) Set the validatedResources property: The array of resources that were validated.