AllowedUnauthorizedActionIntent.Implicit Operator

Definition

Overloads

Implicit(String to AllowedUnauthorizedActionIntent)

Source:
AllowedUnauthorizedActionIntent.cs

Converts a string to a AllowedUnauthorizedActionIntent.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<AllowedUnauthorizedActionIntent>)

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

Parameters

value
String

Returns

Applies to