Language

NetAppMountProtocol.Implicit Operator

Definition

Overloads

Implicit(String to NetAppMountProtocol)

Source:
NetAppMountProtocol.cs

Converts a string to a NetAppMountProtocol.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<NetAppMountProtocol>)

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

Parameters

value
String

Returns

Applies to