SubgroupProfileScope.Implicit Operator

Definition

Overloads

Implicit(String to SubgroupProfileScope)

Source:
SubgroupProfileScope.cs

Converts a string to a SubgroupProfileScope.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SubgroupProfileScope>)

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

Parameters

value
String

Returns

Applies to