Uses of Class
com.azure.resourcemanager.resources.models.ParametersLink
Packages that use ParametersLink
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of ParametersLink in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type ParametersLinkModifier and TypeClassDescriptionfinal classEntity representing the reference to the deployment parameters.Methods in com.azure.resourcemanager.resources.models that return ParametersLinkModifier and TypeMethodDescriptionstatic ParametersLinkParametersLink.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ParametersLink from the JsonReader.Deployment.parametersLink()Gets the URI referencing the parameters.DeploymentProperties.parametersLink()Get the parametersLink property: The URI of parameters file.DeploymentPropertiesExtended.parametersLink()Get the parametersLink property: The URI referencing the parameters.ParametersLink.withContentVersion(String contentVersion) Set the contentVersion property: If included, must match the ContentVersion in the template.Set the uri property: The URI of the parameters file.Methods in com.azure.resourcemanager.resources.models with parameters of type ParametersLinkModifier and TypeMethodDescriptionDeploymentProperties.withParametersLink(ParametersLink parametersLink) Set the parametersLink property: The URI of parameters file.DeploymentWhatIfProperties.withParametersLink(ParametersLink parametersLink) Set the parametersLink property: The URI of parameters file.