This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Azure.
- Assembly
- Cake
.Azure .dll - Namespace
- Cake
.Azure - Containing Type
- Azure
Resource Group Service
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 |
