Uses of Class
com.azure.resourcemanager.resources.models.DeploymentParameter
Packages that use DeploymentParameter
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of DeploymentParameter in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return DeploymentParameterModifier and TypeMethodDescriptionDeploymentParameter.withReference(KeyVaultParameterReference reference) Set the reference property: Azure Key Vault parameter reference.Set the value property: Input value to the parameter .Methods in com.azure.resourcemanager.resources.models that return types with arguments of type DeploymentParameterModifier and TypeMethodDescriptionDeploymentProperties.parameters()Get the parameters property: Name and value pairs that define the deployment parameters for the template.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type DeploymentParameterModifier and TypeMethodDescriptionDeploymentProperties.withParameters(Map<String, DeploymentParameter> parameters) Set the parameters property: Name and value pairs that define the deployment parameters for the template.DeploymentWhatIfProperties.withParameters(Map<String, DeploymentParameter> parameters) Set the parameters property: Name and value pairs that define the deployment parameters for the template.