AllowedReplicationRegion.Implicit Operator

Definition

Overloads

Implicit(String to AllowedReplicationRegion)

Source:
AllowedReplicationRegion.cs
Source:
AllowedReplicationRegion.cs

Converts a string to a AllowedReplicationRegion.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AllowedReplicationRegion>)

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

Parameters

value
String

Returns

Applies to