共用方式為


AllowedEndpointRecordType.Implicit Operator

Definition

Overloads

Implicit(AllowedEndpointRecordType to String)

Implicit operator to convert AllowedEndpointRecordType to string

Implicit(String to AllowedEndpointRecordType)

Implicit operator to convert string to AllowedEndpointRecordType

Implicit(AllowedEndpointRecordType to String)

Implicit operator to convert AllowedEndpointRecordType to string

public static implicit operator string (Microsoft.Azure.Management.TrafficManager.Models.AllowedEndpointRecordType e);
static member op_Implicit : Microsoft.Azure.Management.TrafficManager.Models.AllowedEndpointRecordType -> string
Public Shared Widening Operator CType (e As AllowedEndpointRecordType) As String

Parameters

Returns

Applies to

Implicit(String to AllowedEndpointRecordType)

Implicit operator to convert string to AllowedEndpointRecordType

public static implicit operator Microsoft.Azure.Management.TrafficManager.Models.AllowedEndpointRecordType (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.TrafficManager.Models.AllowedEndpointRecordType
Public Shared Widening Operator CType (value As String) As AllowedEndpointRecordType

Parameters

value
String

Returns

Applies to