DevCenterHibernateSupport.Implicit Operator

Definition

Overloads

Implicit(String to DevCenterHibernateSupport)

Source:
DevCenterHibernateSupport.cs
Source:
DevCenterHibernateSupport.cs

Converts a string to a DevCenterHibernateSupport.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DevCenterHibernateSupport>)

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

Parameters

value
String

Returns

Applies to