Condividi tramite


BackupVaultCmkKekIdentityType.Implicit Operator

Definition

Overloads

Implicit(String to BackupVaultCmkKekIdentityType)

Source:
BackupVaultCmkKekIdentityType.cs
Source:
BackupVaultCmkKekIdentityType.cs

Converts a string to a BackupVaultCmkKekIdentityType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BackupVaultCmkKekIdentityType>)

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

Parameters

value
String

Returns

Applies to