Condividi tramite


DataProtectionBackupWeekNumber.Implicit Operator

Definition

Overloads

Implicit(String to DataProtectionBackupWeekNumber)

Source:
DataProtectionBackupWeekNumber.cs
Source:
DataProtectionBackupWeekNumber.cs

Converts a string to a DataProtectionBackupWeekNumber.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DataProtectionBackupWeekNumber>)

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

Parameters

value
String

Returns

Applies to