Udostępnij przez


DeviceRegistryTopicRetainType.Implicit Operator

Definition

Overloads

Implicit(String to DeviceRegistryTopicRetainType)

Source:
DeviceRegistryTopicRetainType.cs
Source:
DeviceRegistryTopicRetainType.cs

Converts a string to a DeviceRegistryTopicRetainType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DeviceRegistryTopicRetainType>)

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

Parameters

value
String

Returns

Applies to