CustomHostNameDnsRecordType.Implicit Operator

Definition

Overloads

Implicit(CustomHostNameDnsRecordType to String)

Implicit operator to convert CustomHostNameDnsRecordType to string

Implicit(String to CustomHostNameDnsRecordType)

Implicit operator to convert string to CustomHostNameDnsRecordType

Implicit(CustomHostNameDnsRecordType to String)

Implicit operator to convert CustomHostNameDnsRecordType to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordType e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordType -> string
Public Shared Widening Operator CType (e As CustomHostNameDnsRecordType) As String

Parameters

e
CustomHostNameDnsRecordType

the value to convert to an instance of CustomHostNameDnsRecordType.

Returns

Applies to

Implicit(String to CustomHostNameDnsRecordType)

Implicit operator to convert string to CustomHostNameDnsRecordType

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordType (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CustomHostNameDnsRecordType
Public Shared Widening Operator CType (value As String) As CustomHostNameDnsRecordType

Parameters

value
String

the value to convert to an instance of CustomHostNameDnsRecordType.

Returns

Applies to