ShareAccessTier.Implicit(String to ShareAccessTier) 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.
Converts a String to a ShareAccessTier.
public static implicit operator Azure.Storage.Files.Shares.Models.ShareAccessTier (string value);
static member op_Implicit : string -> Azure.Storage.Files.Shares.Models.ShareAccessTier
Public Shared Widening Operator CType (value As String) As ShareAccessTier
Parameters
- value
- String
The string value to convert.
Returns
The ShareAccessTier value.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET