NetAppEndpointType.Implicit Operator

Definition

Overloads

Implicit(String to NetAppEndpointType)

Source:
NetAppEndpointType.cs
Source:
NetAppEndpointType.cs

Converts a string to a NetAppEndpointType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<NetAppEndpointType>)

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

Parameters

value
String

Returns

Applies to