SecurityInsightsRegistryHive.Implicit Operator

Definition

Overloads

Implicit(String to SecurityInsightsRegistryHive)

Source:
SecurityInsightsRegistryHive.cs
Source:
SecurityInsightsRegistryHive.cs

Converts a string to a SecurityInsightsRegistryHive.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SecurityInsightsRegistryHive>)

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

Parameters

value
String

Returns

Applies to