VirtualMachineExtension.ProvisionAfterExtensions Property
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.
Collection of extension names after which this extension needs to be provisioned.
public Azure.Provisioning.BicepList<string> ProvisionAfterExtensions { get; set; }
member this.ProvisionAfterExtensions : Azure.Provisioning.BicepList<string> with get, set
Public Property ProvisionAfterExtensions As BicepList(Of String)