C# Класс 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
Показать файл Открыть проект

Открытые методы

Метод Описание
Run ( ) : void

Приватные методы

Метод Описание
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

Описание методов

Run() публичный Метод

public Run ( ) : void
Результат void