次の方法で共有


MetadataSchemaExportFormat.Implicit Operator

Definition

Overloads

Implicit(String to MetadataSchemaExportFormat)

Source:
MetadataSchemaExportFormat.cs
Source:
MetadataSchemaExportFormat.cs

Converts a string to a MetadataSchemaExportFormat.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<MetadataSchemaExportFormat>)

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

Parameters

value
String

Returns

Applies to