ArmResourcesDeploymentStacksModelFactory.DeploymentExternalInputDefinition 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.DeploymentExternalInputDefinition DeploymentExternalInputDefinition(string kind = default, BinaryData config = default);
static member DeploymentExternalInputDefinition : string * BinaryData -> Azure.ResourceManager.Resources.DeploymentStacks.Models.DeploymentExternalInputDefinition
Public Shared Function DeploymentExternalInputDefinition (Optional kind As String = Nothing, Optional config As BinaryData = Nothing) As DeploymentExternalInputDefinition
Parameters
- kind
- String
The kind of external input.
- config
- BinaryData
Configuration for the external input.
Returns
A new DeploymentExternalInputDefinition instance for mocking.