ArmDeploymentExternalInput(BinaryData) Constructor
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.
Initializes a new instance of ArmDeploymentExternalInput.
public ArmDeploymentExternalInput(BinaryData value);
new Azure.ResourceManager.Resources.Models.ArmDeploymentExternalInput : BinaryData -> Azure.ResourceManager.Resources.Models.ArmDeploymentExternalInput
Public Sub New (value As BinaryData)
Parameters
- value
- BinaryData
External input value.
Exceptions
value is null.