Udostępnij przez


Scope.Implicit Operator

Definition

Overloads

Name Description
Implicit(String to Scope)

Converts a string to a Scope.

Implicit(String to Nullable<Scope>)

Implicit(String to Scope)

Source:
Scope.cs

Converts a string to a Scope.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<Scope>)

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

Parameters

value
String

Returns

Applies to