AzureResourceGroupService.

DeployAzureResourceGroup(ICakeLog, Credentials, string, string, string, string, string) Method

Assembly
Cake.Azure.dll
Namespace
Cake.Azure
Containing Type
AzureResourceGroupService

Syntax

public static string DeployAzureResourceGroup(ICakeLog log, Credentials credentials, string subscriptionId, string resourceGroupName, string deploymentName, string template, string parameters)

Parameters

Name Type Description
log ICakeLog
credentials Credentials
subscriptionId string
resourceGroupName string
deploymentName string
template string
parameters string

Return Value

Type Description
string