Megosztás a következőn keresztül:


TrafficViewEnrollmentStatus.Implicit Operator

Definition

Overloads

Implicit(TrafficViewEnrollmentStatus to String)

Implicit operator to convert TrafficViewEnrollmentStatus to string

Implicit(String to TrafficViewEnrollmentStatus)

Implicit operator to convert string to TrafficViewEnrollmentStatus

Implicit(TrafficViewEnrollmentStatus to String)

Implicit operator to convert TrafficViewEnrollmentStatus to string

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

Parameters

Returns

Applies to

Implicit(String to TrafficViewEnrollmentStatus)

Implicit operator to convert string to TrafficViewEnrollmentStatus

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

Parameters

value
String

Returns

Applies to