ProfileResourceState.Implicit Operator

Definition

Overloads

Implicit(String to ProfileResourceState)

Source:
ProfileResourceState.cs
Source:
ProfileResourceState.cs

Converts a string to a ProfileResourceState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ProfileResourceState>)

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

Parameters

value
String

Returns

Applies to