TemplateDeploymentPreflightOptions.Implicit Operator

Definition

Overloads

Name Description
Implicit(TemplateDeploymentPreflightOptions to String)

Implicit operator to convert TemplateDeploymentPreflightOptions to string

Implicit(String to TemplateDeploymentPreflightOptions)

Implicit operator to convert string to TemplateDeploymentPreflightOptions

Implicit(TemplateDeploymentPreflightOptions to String)

Implicit operator to convert TemplateDeploymentPreflightOptions to string

public static implicit operator string(Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Support.TemplateDeploymentPreflightOptions e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Support.TemplateDeploymentPreflightOptions -> string
Public Shared Widening Operator CType (e As TemplateDeploymentPreflightOptions) As String

Parameters

Returns

Applies to

Implicit(String to TemplateDeploymentPreflightOptions)

Implicit operator to convert string to TemplateDeploymentPreflightOptions

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Support.TemplateDeploymentPreflightOptions(string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.ProviderHub.Support.TemplateDeploymentPreflightOptions
Public Shared Widening Operator CType (value As String) As TemplateDeploymentPreflightOptions

Parameters

value
String

the value to convert to an instance of TemplateDeploymentPreflightOptions.

Returns

Applies to