MabServerType.Implicit Operator

Definition

Overloads

Implicit(String to MabServerType)

Source:
MabServerType.cs
Source:
MabServerType.cs

Converts a string to a MabServerType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<MabServerType>)

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

Parameters

value
String

Returns

Applies to