ContainerAppHttpScheme.Implicit Operator

Definition

Overloads

Implicit(String to ContainerAppHttpScheme)

Source:
ContainerAppHttpScheme.cs
Source:
ContainerAppHttpScheme.cs

Converts a string to a ContainerAppHttpScheme.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ContainerAppHttpScheme>)

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

Parameters

value
String

Returns

Applies to