Condividi tramite


LargeFileSharesState.Implicit Operator

Definition

Overloads

Implicit(String to LargeFileSharesState)

Source:
LargeFileSharesState.cs
Source:
LargeFileSharesState.cs

Converts a string to a LargeFileSharesState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<LargeFileSharesState>)

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

Parameters

value
String

Returns

Applies to