ArmProviderHubModelFactory.TemplateDeploymentOptions Method

Definition

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

isPreflightSupported
Nullable<Boolean>

Whether preflight is supported.

preflightOptions
IEnumerable<PreflightOption>

The preflight options.

Returns

A new TemplateDeploymentOptions instance for mocking.

Applies to