Uses of Class
com.azure.resourcemanager.resources.models.DeploymentStacksParametersLink
Packages that use DeploymentStacksParametersLink
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of DeploymentStacksParametersLink in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return DeploymentStacksParametersLinkModifier and TypeMethodDescriptionDeploymentStackInner.parametersLink()Get the parametersLink property: The URI of parameters file.DeploymentStackProperties.parametersLink()Get the parametersLink property: The URI of parameters file.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type DeploymentStacksParametersLinkModifier and TypeMethodDescriptionDeploymentStackInner.withParametersLink(DeploymentStacksParametersLink parametersLink) Set the parametersLink property: The URI of parameters file.DeploymentStackProperties.withParametersLink(DeploymentStacksParametersLink parametersLink) Set the parametersLink property: The URI of parameters file. -
Uses of DeploymentStacksParametersLink in com.azure.resourcemanager.resources.models
Classes in com.azure.resourcemanager.resources.models that implement interfaces with type arguments of type DeploymentStacksParametersLinkModifier and TypeClassDescriptionfinal classEntity representing the reference to the deployment parameters.Methods in com.azure.resourcemanager.resources.models that return DeploymentStacksParametersLinkModifier and TypeMethodDescriptionDeploymentStacksParametersLink.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentStacksParametersLink from the JsonReader.DeploymentStacksParametersLink.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.