ResourceValidation.Implicit Operator
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.
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
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.