Condividi tramite


BackupVaultSoftDeleteState.Implicit Operator

Definition

Overloads

Implicit(String to BackupVaultSoftDeleteState)

Source:
BackupVaultSoftDeleteState.cs
Source:
BackupVaultSoftDeleteState.cs

Converts a string to a BackupVaultSoftDeleteState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BackupVaultSoftDeleteState>)

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

Parameters

value
String

Returns

Applies to