Method | Description | |
---|---|---|
Run ( ) : void |
Method | Description | |
---|---|---|
DeployTemplate ( Microsoft.Azure.Management.Resources.ResourceManagementClient resourceManagementClient, string resourceGroupName, string deploymentName, Newtonsoft.Json.Linq.JObject templateFileContents, Newtonsoft.Json.Linq.JObject parameterFileContents ) : void |
Starts a template deployment.
|
|
EnsureResourceGroupExists ( Microsoft.Azure.Management.Resources.ResourceManagementClient resourceManagementClient, string resourceGroupName, string resourceGroupLocation ) : void |
Ensures that a resource group with the specified name exists. If it does not, will attempt to create one.
|
|
GetJsonFileContents ( string pathToJson ) : Newtonsoft.Json.Linq.JObject |
Reads a JSON file from the specified path
|