Uses of Class
com.azure.resourcemanager.resources.models.ParametersLink
-
Packages that use ParametersLink Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of ParametersLink in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return ParametersLink Modifier and Type Method Description ParametersLinkDeployment. parametersLink()ParametersLinkDeploymentProperties. parametersLink()Get the parametersLink property: The URI of parameters file.ParametersLinkDeploymentPropertiesExtended. parametersLink()Get the parametersLink property: The URI referencing the parameters.ParametersLinkParametersLink. withContentVersion(String contentVersion)Set the contentVersion property: If included, must match the ContentVersion in the template.ParametersLinkParametersLink. withUri(String uri)Set the uri property: The URI of the parameters file.Methods in com.azure.resourcemanager.resources.models with parameters of type ParametersLink Modifier and Type Method Description DeploymentPropertiesDeploymentProperties. withParametersLink(ParametersLink parametersLink)Set the parametersLink property: The URI of parameters file.DeploymentWhatIfPropertiesDeploymentWhatIfProperties. withParametersLink(ParametersLink parametersLink)Set the parametersLink property: The URI of parameters file.
-