DeviceLogCollectionStatus.Implicit Operator

Definition

Overloads

Implicit(String to DeviceLogCollectionStatus)

Source:
DeviceLogCollectionStatus.cs

Converts a string to a DeviceLogCollectionStatus.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DeviceLogCollectionStatus>)

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

Parameters

value
String

Returns

Applies to