NetAppCifsChangeNotifyState.Implicit Operator

Definition

Overloads

Implicit(String to NetAppCifsChangeNotifyState)

Source:
NetAppCifsChangeNotifyState.cs
Source:
NetAppCifsChangeNotifyState.cs

Converts a string to a NetAppCifsChangeNotifyState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<NetAppCifsChangeNotifyState>)

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

Parameters

value
String

Returns

Applies to