Bagikan melalui


StreamingLocatorContentKeyType.Implicit Operator

Definition

Overloads

Implicit(StreamingLocatorContentKeyType to String)

Implicit operator to convert StreamingLocatorContentKeyType to string

Implicit(String to StreamingLocatorContentKeyType)

Implicit operator to convert string to StreamingLocatorContentKeyType

Implicit(StreamingLocatorContentKeyType to String)

Implicit operator to convert StreamingLocatorContentKeyType to string

public static implicit operator string (Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKeyType e);
static member op_Implicit : Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKeyType -> string
Public Shared Widening Operator CType (e As StreamingLocatorContentKeyType) As String

Parameters

Returns

Applies to

Implicit(String to StreamingLocatorContentKeyType)

Implicit operator to convert string to StreamingLocatorContentKeyType

public static implicit operator Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKeyType (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.Media.Models.StreamingLocatorContentKeyType
Public Shared Widening Operator CType (value As String) As StreamingLocatorContentKeyType

Parameters

value
String

Returns

Applies to