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.
Syntax
public static string DeployAzureResourceGroup(this ICakeContext context, Credentials credentials, string subscriptionId, string resourceGroupName, string deploymentName, string template, string parameters)
Attributes
Type |
Description |
CakeAliasCategoryAttribute |
|
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
credentials |
Credentials |
|
subscriptionId |
string |
|
resourceGroupName |
string |
|
deploymentName |
string |
|
template |
string |
|
parameters |
string |
|
Return Value