StorageAuthentication.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET