ArmResourcesDeploymentStacksModelFactory.DeploymentParameterItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentParameterItem DeploymentParameterItem(BinaryData value = default, string type = default, Azure.ResourceManager.Resources.DeploymentStacks.Models.KeyVaultParameterReference reference = default, string expression = default);
static member DeploymentParameterItem : BinaryData * string * Azure.ResourceManager.Resources.DeploymentStacks.Models.KeyVaultParameterReference * string -> Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentParameterItem
Public Shared Function DeploymentParameterItem (Optional value As BinaryData = Nothing, Optional type As String = Nothing, Optional reference As KeyVaultParameterReference = Nothing, Optional expression As String = Nothing) As DeploymentParameterItem
Parameters
- value
- BinaryData
Input value to the parameter.
- type
- String
Type of the value.
- reference
- KeyVaultParameterReference
Azure Key Vault parameter reference.
- expression
- String
Input expression to the parameter.
Returns
A new DeploymentParameterItem instance for mocking.