DynatraceAgentAction.Implicit Operator

Definition

Overloads

Implicit(String to DynatraceAgentAction)

Source:
DynatraceAgentAction.cs

Converts a string to a DynatraceAgentAction.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DynatraceAgentAction>)

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

Parameters

value
String

Returns

Applies to