Uses of Class
com.azure.resourcemanager.resources.models.DeploymentExternalInputDefinition
Packages that use DeploymentExternalInputDefinition
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of DeploymentExternalInputDefinition in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return DeploymentExternalInputDefinitionModifier and TypeMethodDescriptionDeploymentExternalInputDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DeploymentExternalInputDefinition from the JsonReader.DeploymentExternalInputDefinition.withConfig(Object config) Set the config property: Configuration for the external input.Set the kind property: The kind of external input.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type DeploymentExternalInputDefinitionModifier and TypeMethodDescriptionDeploymentProperties.externalInputDefinitions()Get the externalInputDefinitions property: External input definitions, used by external tooling to define expected external input values.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type DeploymentExternalInputDefinitionModifier and TypeMethodDescriptionDeploymentProperties.withExternalInputDefinitions(Map<String, DeploymentExternalInputDefinition> externalInputDefinitions) Set the externalInputDefinitions property: External input definitions, used by external tooling to define expected external input values.DeploymentWhatIfProperties.withExternalInputDefinitions(Map<String, DeploymentExternalInputDefinition> externalInputDefinitions) Set the externalInputDefinitions property: External input definitions, used by external tooling to define expected external input values.