IsolationScope.Implicit Operator

Definition

Overloads

Implicit(String to IsolationScope)

Source:
IsolationScope.cs
Source:
IsolationScope.cs

Converts a string to a IsolationScope.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<IsolationScope>)

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

Parameters

value
String

Returns

Applies to