Condividi tramite


BlockedDatesConstraintCategory.Implicit Operator

Definition

Overloads

Implicit(String to BlockedDatesConstraintCategory)

Source:
BlockedDatesConstraintCategory.cs

Converts a string to a BlockedDatesConstraintCategory.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BlockedDatesConstraintCategory>)

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

Parameters

value
String

Returns

Applies to