ListKeysRequestExpand.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(ListKeysRequestExpand to StorageListKeyExpand)
- Source:
- ListKeysRequestExpand.cs
public static implicit operator Azure.ResourceManager.Storage.Models.StorageListKeyExpand(Azure.ResourceManager.Storage.Models.ListKeysRequestExpand value);
static member op_Implicit : Azure.ResourceManager.Storage.Models.ListKeysRequestExpand -> Azure.ResourceManager.Storage.Models.StorageListKeyExpand
Public Shared Widening Operator CType (value As ListKeysRequestExpand) As StorageListKeyExpand
Parameters
- value
- ListKeysRequestExpand
Returns
Azure.ResourceManager.Storage.Models.StorageListKeyExpand
Applies to
Implicit(StorageListKeyExpand to ListKeysRequestExpand)
- Source:
- ListKeysRequestExpand.cs
public static implicit operator Azure.ResourceManager.Storage.Models.ListKeysRequestExpand(Azure.ResourceManager.Storage.Models.StorageListKeyExpand value);
static member op_Implicit : Azure.ResourceManager.Storage.Models.StorageListKeyExpand -> Azure.ResourceManager.Storage.Models.ListKeysRequestExpand
Public Shared Widening Operator CType (value As StorageListKeyExpand) As ListKeysRequestExpand
Parameters
- value
- Azure.ResourceManager.Storage.Models.StorageListKeyExpand
Returns
Applies to
Implicit(String to ListKeysRequestExpand)
- Source:
- ListKeysRequestExpand.cs
Converts a String to a ListKeysRequestExpand.
public static implicit operator Azure.ResourceManager.Storage.Models.ListKeysRequestExpand(string value);
static member op_Implicit : string -> Azure.ResourceManager.Storage.Models.ListKeysRequestExpand
Public Shared Widening Operator CType (value As String) As ListKeysRequestExpand
Parameters
- value
- String