ApiSpecExportResultFormat.Implicit Operator

Definition

Overloads

Implicit(String to ApiSpecExportResultFormat)

Source:
ApiSpecExportResultFormat.cs
Source:
ApiSpecExportResultFormat.cs

Converts a string to a ApiSpecExportResultFormat.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ApiSpecExportResultFormat>)

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

Parameters

value
String

Returns

Applies to