StorageSyncFeatureStatus.Implicit Operator

Definition

Overloads

Implicit(String to StorageSyncFeatureStatus)

Source:
StorageSyncFeatureStatus.cs
Source:
StorageSyncFeatureStatus.cs

Converts a string to a StorageSyncFeatureStatus.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<StorageSyncFeatureStatus>)

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

Parameters

value
String

Returns

Applies to