Compartilhar via


FileShareEnabledProtocol.Implicit Operator

Definition

Overloads

Implicit(String to FileShareEnabledProtocol)

Source:
FileShareEnabledProtocol.cs
Source:
FileShareEnabledProtocol.cs

Converts a string to a FileShareEnabledProtocol.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<FileShareEnabledProtocol>)

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

Parameters

value
String

Returns

Applies to