Partilhar via


ListKeysRequestExpand.Implicit Operator

Definition

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

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

Returns

Applies to