AzureResourceGroupService.

EnsureAzureResourceGroupExists(ICakeLog, Credentials, string, string, string) Method

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

Syntax

public static void EnsureAzureResourceGroupExists(ICakeLog log, Credentials credentials, string subscriptionId, string resourceGroupName, string resourceGroupLocation)

Parameters

Name Type Description
log ICakeLog
credentials Credentials
subscriptionId string
resourceGroupName string
resourceGroupLocation string

Return Value

Type Description
void