ResourceValidation.Implicit Operator

Definition

Overloads

Name Description
Implicit(ResourceValidation to String)

Implicit operator to convert ResourceValidation to string

Implicit(String to ResourceValidation)

Implicit operator to convert string to ResourceValidation

Implicit(ResourceValidation to String)

Implicit operator to convert ResourceValidation to string

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

Parameters

e
ResourceValidation

the value to convert to an instance of ResourceValidation.

Returns

Applies to

Implicit(String to ResourceValidation)

Implicit operator to convert string to ResourceValidation

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

Parameters

value
String

the value to convert to an instance of ResourceValidation.

Returns

Applies to