InheritFromParentState.Implicit Operator

Definition

Overloads

Implicit(String to InheritFromParentState)

Source:
InheritFromParentState.cs

Converts a string to a InheritFromParentState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<InheritFromParentState>)

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

Parameters

value
String

Returns

Applies to