CloudEventAttributeType.Implicit Operator

Definition

Overloads

Implicit(String to CloudEventAttributeType)

Source:
CloudEventAttributeType.cs
Source:
CloudEventAttributeType.cs

Converts a string to a CloudEventAttributeType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<CloudEventAttributeType>)

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

Parameters

value
String

Returns

Applies to