LoadTestingCmkIdentityType.Implicit Operator

Definition

Overloads

Implicit(String to LoadTestingCmkIdentityType)

Source:
LoadTestingCmkIdentityType.cs
Source:
LoadTestingCmkIdentityType.cs

Converts a string to a LoadTestingCmkIdentityType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<LoadTestingCmkIdentityType>)

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

Parameters

value
String

Returns

Applies to