InterconnectGroupScope.Implicit Operator

Definition

Overloads

Implicit(String to InterconnectGroupScope)

Source:
InterconnectGroupScope.cs

Converts a string to a InterconnectGroupScope.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<InterconnectGroupScope>)

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

Parameters

value
String

Returns

Applies to