AstroRenewalMode.Implicit Operator

Definition

Overloads

Implicit(String to AstroRenewalMode)

Source:
AstroRenewalMode.cs

Converts a string to a AstroRenewalMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AstroRenewalMode>)

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

Parameters

value
String

Returns

Applies to