WebPubSubSharedPrivateLinkStatus.Implicit Operator

Definition

Overloads

Implicit(String to WebPubSubSharedPrivateLinkStatus)

Source:
WebPubSubSharedPrivateLinkStatus.cs
Source:
WebPubSubSharedPrivateLinkStatus.cs

Converts a string to a WebPubSubSharedPrivateLinkStatus.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<WebPubSubSharedPrivateLinkStatus>)

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

Parameters

value
String

Returns

Applies to