AclAction.Implicit Operator

Definition

Overloads

Implicit(String to AclAction)

Source:
AclAction.cs
Source:
AclAction.cs

Converts a string to a AclAction.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AclAction>)

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

Parameters

value
String

Returns

Applies to