Documentation ¶
Overview ¶
Package deployment aids in the creation of ARM Templates (i.e. `resources.Deployment`).
Deprecated: Please instead use github.com/Azure/azure-sdk-for-go/services/resources/
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Build ¶
func Build(mode resources.DeploymentMode, templateFile string, parameters map[string]interface{}) (deployment resources.Deployment, err error)
Build is a helper that creates a resources.Deployment, which can be used as a parameter for a CreateOrUpdate deployment operation. templateFile is a local Azure template. See https://github.com/Azure-Samples/resource-manager-go-template-deployment
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.