Freigeben über


DeviceRegistrySchemaFormat.Implicit Operator

Definition

Overloads

Implicit(String to DeviceRegistrySchemaFormat)

Source:
DeviceRegistrySchemaFormat.cs

Converts a string to a DeviceRegistrySchemaFormat.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DeviceRegistrySchemaFormat>)

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

Parameters

value
String

Returns

Applies to