C# Class PortalGenerated.DeploymentHelper

This is a helper class for deploying an Azure Resource Manager template More info about template deployments can be found here https://go.microsoft.com/fwLink/?LinkID=733371
Afficher le fichier Open project: alexverboon/posh

Méthodes publiques

Méthode Description
Run ( ) : void

Private Methods

Méthode 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

Method Details

Run() public méthode

public Run ( ) : void
Résultat void