Uses of Class
com.azure.resourcemanager.resources.models.TargetResource
Packages that use TargetResource
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of TargetResource in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return TargetResourceModifier and TypeMethodDescriptionstatic TargetResourceTargetResource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TargetResource from the JsonReader.DeploymentOperation.targetResource()Gets the target resource.DeploymentOperationProperties.targetResource()Get the targetResource property: The target resource.TargetResource.withApiVersion(String apiVersion) Set the apiVersion property: The API version the resource was deployed with.TargetResource.withExtension(DeploymentExtensionDefinition extension) Set the extension property: The extension the resource was deployed with.Set the id property: The Azure resource ID of the resource.TargetResource.withIdentifiers(Object identifiers) Set the identifiers property: The extensible resource identifiers.TargetResource.withResourceName(String resourceName) Set the resourceName property: The name of the resource.TargetResource.withResourceType(String resourceType) Set the resourceType property: The type of the resource.TargetResource.withSymbolicName(String symbolicName) Set the symbolicName property: The symbolic name of the resource as defined in the deployment template.