NetAppCredentialsStatus.Implicit Operator

Definition

Overloads

Implicit(String to NetAppCredentialsStatus)

Source:
NetAppCredentialsStatus.cs
Source:
NetAppCredentialsStatus.cs

Converts a string to a NetAppCredentialsStatus.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<NetAppCredentialsStatus>)

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

Parameters

value
String

Returns

Applies to