DevOpsLogonType.Implicit Operator

Definition

Overloads

Implicit(String to DevOpsLogonType)

Source:
DevOpsLogonType.cs
Source:
DevOpsLogonType.cs

Converts a string to a DevOpsLogonType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DevOpsLogonType>)

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

Parameters

value
String

Returns

Applies to