WebPubSubRequestType.Implicit Operator

Definition

Overloads

Implicit(String to WebPubSubRequestType)

Source:
WebPubSubRequestType.cs
Source:
WebPubSubRequestType.cs

Converts a string to a WebPubSubRequestType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<WebPubSubRequestType>)

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

Parameters

value
String

Returns

Applies to