AssetContainerPermission.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(AssetContainerPermission to String) |
Implicit operator to convert AssetContainerPermission to string |
Implicit(String to AssetContainerPermission) |
Implicit operator to convert string to AssetContainerPermission |
Implicit(AssetContainerPermission to String)
Implicit operator to convert AssetContainerPermission to string
public static implicit operator string (Microsoft.Azure.Management.Media.Models.AssetContainerPermission e);
static member op_Implicit : Microsoft.Azure.Management.Media.Models.AssetContainerPermission -> string
Public Shared Widening Operator CType (e As AssetContainerPermission) As String
Parameters
Returns
Applies to
Implicit(String to AssetContainerPermission)
Implicit operator to convert string to AssetContainerPermission
public static implicit operator Microsoft.Azure.Management.Media.Models.AssetContainerPermission (string value);
static member op_Implicit : string -> Microsoft.Azure.Management.Media.Models.AssetContainerPermission
Public Shared Widening Operator CType (value As String) As AssetContainerPermission
Parameters
- value
- String
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET