IotOperationsExtendedLocationType.Implicit Operator

Definition

Overloads

Implicit(String to IotOperationsExtendedLocationType)

Source:
IotOperationsExtendedLocationType.cs
Source:
IotOperationsExtendedLocationType.cs

Converts a string to a IotOperationsExtendedLocationType.

public static implicit operator Azure.ResourceManager.IotOperations.Models.IotOperationsExtendedLocationType(string value);
static member op_Implicit : string -> Azure.ResourceManager.IotOperations.Models.IotOperationsExtendedLocationType
Public Shared Widening Operator CType (value As String) As IotOperationsExtendedLocationType

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<IotOperationsExtendedLocationType>)

Source:
IotOperationsExtendedLocationType.cs
public static implicit operator Azure.ResourceManager.IotOperations.Models.IotOperationsExtendedLocationType?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.IotOperations.Models.IotOperationsExtendedLocationType>
Public Shared Widening Operator CType (value As String) As Nullable(Of IotOperationsExtendedLocationType)

Parameters

value
String

Returns

Applies to