SubscriberMessageDropStrategy.Implicit Operator

Definition

Overloads

Implicit(String to SubscriberMessageDropStrategy)

Source:
SubscriberMessageDropStrategy.cs
Source:
SubscriberMessageDropStrategy.cs

Converts a string to a SubscriberMessageDropStrategy.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SubscriberMessageDropStrategy>)

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

Parameters

value
String

Returns

Applies to