Partilhar via


StorageAccountKeySource.Implicit Operator

Definition

Overloads

Implicit(String to StorageAccountKeySource)

Source:
StorageAccountKeySource.cs
Source:
StorageAccountKeySource.cs

Converts a string to a StorageAccountKeySource.

public static implicit operator Azure.ResourceManager.Storage.Models.StorageAccountKeySource(string value);
static member op_Implicit : string -> Azure.ResourceManager.Storage.Models.StorageAccountKeySource
Public Shared Widening Operator CType (value As String) As StorageAccountKeySource

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<StorageAccountKeySource>)

Source:
StorageAccountKeySource.cs
public static implicit operator Azure.ResourceManager.Storage.Models.StorageAccountKeySource?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.Storage.Models.StorageAccountKeySource>
Public Shared Widening Operator CType (value As String) As Nullable(Of StorageAccountKeySource)

Parameters

value
String

Returns

Applies to