PipelineGroupAllowedFormat.Implicit Operator

Definition

Overloads

Implicit(String to PipelineGroupAllowedFormat)

Source:
PipelineGroupAllowedFormat.cs

Converts a string to a PipelineGroupAllowedFormat.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<PipelineGroupAllowedFormat>)

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

Parameters

value
String

Returns

Applies to