ResourcesExtensions.ConstructDeploymentVariableTable 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 string ConstructDeploymentVariableTable (System.Collections.Generic.Dictionary<string,Microsoft.Azure.Commands.Resources.Models.DeploymentVariable> dictionary);
static member ConstructDeploymentVariableTable : System.Collections.Generic.Dictionary<string, Microsoft.Azure.Commands.Resources.Models.DeploymentVariable> -> string
Public Function ConstructDeploymentVariableTable (dictionary As Dictionary(Of String, DeploymentVariable)) As String
Parameters
- dictionary
- Dictionary<String,DeploymentVariable>