ShareRootSquash.Implicit Operator

Definition

Overloads

Implicit(String to ShareRootSquash)

Source:
ShareRootSquash.cs
Source:
ShareRootSquash.cs

Converts a string to a ShareRootSquash.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ShareRootSquash>)

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

Parameters

value
String

Returns

Applies to