WebhookDeliveryStatus.Implicit Operator

Definition

Overloads

Implicit(String to WebhookDeliveryStatus)

Source:
WebhookDeliveryStatus.cs

Converts a string to a WebhookDeliveryStatus.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<WebhookDeliveryStatus>)

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

Parameters

value
String

Returns

Applies to