ArmProviderHubModelFactory.TemplateDeploymentOptions 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.
public static Azure.ResourceManager.ProviderHub.Models.TemplateDeploymentOptions TemplateDeploymentOptions(bool? isPreflightSupported = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ProviderHub.Models.PreflightOption> preflightOptions = default);
static member TemplateDeploymentOptions : Nullable<bool> * seq<Azure.ResourceManager.ProviderHub.Models.PreflightOption> -> Azure.ResourceManager.ProviderHub.Models.TemplateDeploymentOptions
Public Shared Function TemplateDeploymentOptions (Optional isPreflightSupported As Nullable(Of Boolean) = Nothing, Optional preflightOptions As IEnumerable(Of PreflightOption) = Nothing) As TemplateDeploymentOptions
Parameters
- preflightOptions
- IEnumerable<PreflightOption>
The preflight options.
Returns
A new TemplateDeploymentOptions instance for mocking.