AzureEndpointsCommunicator.DeployArmTemplate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deploys an ARM template at resource group level
public void DeployArmTemplate (string resourceGroupName, string deploymentName, Microsoft.Azure.Management.Internal.Resources.Models.Deployment deployment);
member this.DeployArmTemplate : string * string * Microsoft.Azure.Management.Internal.Resources.Models.Deployment -> unit
Public Sub DeployArmTemplate (resourceGroupName As String, deploymentName As String, deployment As Deployment)
Parameters
- resourceGroupName
- String
The resource group name
- deploymentName
- String
The deployment name
- deployment
- Deployment
The deployment