ProviderExtendedLocationType.Implicit Operator

Definition

Overloads

Implicit(String to ProviderExtendedLocationType)

Source:
ProviderExtendedLocationType.cs

Converts a string to a ProviderExtendedLocationType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ProviderExtendedLocationType>)

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

Parameters

value
String

Returns

Applies to