StorageAuthentication.Implicit Operator

Definition

Overloads

Implicit(StorageAuthentication to String)

Implicit operator to convert StorageAuthentication to string

Implicit(String to StorageAuthentication)

Implicit operator to convert string to StorageAuthentication

Implicit(StorageAuthentication to String)

Implicit operator to convert StorageAuthentication to string

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

Parameters

Returns

Applies to

Implicit(String to StorageAuthentication)

Implicit operator to convert string to StorageAuthentication

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

Parameters

value
String

Returns

Applies to