AttestSecureBootStatus.Implicit Operator

Definition

Overloads

Implicit(String to AttestSecureBootStatus)

Source:
AttestSecureBootStatus.cs

Converts a string to a AttestSecureBootStatus.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AttestSecureBootStatus>)

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

Parameters

value
String

Returns

Applies to