OracleBaseDbSystemShape.Implicit Operator

Definition

Overloads

Implicit(String to OracleBaseDbSystemShape)

Source:
OracleBaseDbSystemShape.cs

Converts a string to a OracleBaseDbSystemShape.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<OracleBaseDbSystemShape>)

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

Parameters

value
String

Returns

Applies to