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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET