Share via


EncryptionScopeSource.Implicit Operator

Definition

Overloads

Implicit(String to EncryptionScopeSource)

Source:
EncryptionScopeSource.cs
Source:
EncryptionScopeSource.cs

Converts a string to a EncryptionScopeSource.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<EncryptionScopeSource>)

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

Parameters

value
String

Returns

Applies to