NetAppSmbEncryptionState.Implicit Operator

Definition

Overloads

Implicit(String to NetAppSmbEncryptionState)

Source:
NetAppSmbEncryptionState.cs
Source:
NetAppSmbEncryptionState.cs

Converts a string to a NetAppSmbEncryptionState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<NetAppSmbEncryptionState>)

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

Parameters

value
String

Returns

Applies to