AzureResourceGroupService.

DeleteAzureResourceGroup(ICakeLog, Credentials, string, string) Method

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

Syntax

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

Parameters

Name Type Description
log ICakeLog
credentials Credentials
subscriptionId string
resourceGroupName string

Return Value

Type Description
void