Language

CommvaultProtectionStatus.Implicit Operator

Definition

Overloads

Implicit(String to CommvaultProtectionStatus)

Source:
CommvaultProtectionStatus.cs

Converts a string to a CommvaultProtectionStatus.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<CommvaultProtectionStatus>)

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

Parameters

value
String

Returns

Applies to