SecurityControlType.Implicit Operator

Definition

Overloads

Implicit(String to SecurityControlType)

Source:
SecurityControlType.cs
Source:
SecurityControlType.cs

Converts a string to a SecurityControlType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SecurityControlType>)

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

Parameters

value
String

Returns

Applies to