Condividi tramite


InfrastructureEncryptionState.Implicit Operator

Definition

Overloads

Implicit(String to InfrastructureEncryptionState)

Source:
InfrastructureEncryptionState.cs
Source:
InfrastructureEncryptionState.cs

Converts a string to a InfrastructureEncryptionState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<InfrastructureEncryptionState>)

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

Parameters

value
String

Returns

Applies to