Uses of Class
com.azure.resourcemanager.resources.models.DeploymentParameter
Packages that use DeploymentParameter
Package
Description
Package containing the inner data models for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of DeploymentParameter in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return types with arguments of type DeploymentParameterModifier and TypeMethodDescriptionDeploymentStackInner.parameters()Get the parameters property: Name and value pairs that define the deployment parameters for the template.DeploymentStackProperties.parameters()Get the parameters property: Name and value pairs that define the deployment parameters for the template.Method parameters in com.azure.resourcemanager.resources.fluent.models with type arguments of type DeploymentParameterModifier and TypeMethodDescriptionDeploymentStackInner.withParameters(Map<String, DeploymentParameter> parameters) Set the parameters property: Name and value pairs that define the deployment parameters for the template.DeploymentStackProperties.withParameters(Map<String, DeploymentParameter> parameters) Set the parameters property: Name and value pairs that define the deployment parameters for the template. -
Uses of DeploymentParameter in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return DeploymentParameterModifier and TypeMethodDescriptionstatic DeploymentParameterDeploymentParameter.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentParameter from the JsonReader.DeploymentParameter.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.DeploymentStackValidateProperties.parameters()Get the parameters property: Deployment parameters.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.DeploymentStackValidateProperties.withParameters(Map<String, DeploymentParameter> parameters) Set the parameters property: Deployment parameters.DeploymentWhatIfProperties.withParameters(Map<String, DeploymentParameter> parameters) Set the parameters property: Name and value pairs that define the deployment parameters for the template.