PostgreSqlServerKeyType.Implicit(String to PostgreSqlServerKeyType) Operator

Definition

Converts a string to a PostgreSqlServerKeyType.

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

Parameters

value
String

Returns

Applies to