StorageSyncOperationDirection.Implicit Operator

Definition

Overloads

Implicit(String to StorageSyncOperationDirection)

Source:
StorageSyncOperationDirection.cs
Source:
StorageSyncOperationDirection.cs

Converts a string to a StorageSyncOperationDirection.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<StorageSyncOperationDirection>)

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

Parameters

value
String

Returns

Applies to