TemplateDeploymentPreflightOption Struct

Definition

The preflight options.

public readonly struct TemplateDeploymentPreflightOption : IEquatable<Azure.ResourceManager.ProviderHub.Models.TemplateDeploymentPreflightOption>
type TemplateDeploymentPreflightOption = struct
Public Structure TemplateDeploymentPreflightOption
Implements IEquatable(Of TemplateDeploymentPreflightOption)
Inheritance
TemplateDeploymentPreflightOption
Implements

Constructors

Name Description
TemplateDeploymentPreflightOption(String)

Initializes a new instance of TemplateDeploymentPreflightOption.

Properties

Name Description
DeploymentRequests

Gets the DeploymentRequests.

None

Gets the None.

RegisteredOnly

Gets the RegisteredOnly.

TestOnly

Gets the TestOnly.

ValidationRequests

Gets the ValidationRequests.

Methods

Name Description
Equals(TemplateDeploymentPreflightOption)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(TemplateDeploymentPreflightOption, TemplateDeploymentPreflightOption)

Determines if two TemplateDeploymentPreflightOption values are the same.

Implicit(String to Nullable<TemplateDeploymentPreflightOption>)
Implicit(String to TemplateDeploymentPreflightOption)

Converts a string to a TemplateDeploymentPreflightOption.

Inequality(TemplateDeploymentPreflightOption, TemplateDeploymentPreflightOption)

Determines if two TemplateDeploymentPreflightOption values are not the same.

Applies to