FunctionAppRuntimeName Struct

Definition

Function app runtime name. Available options: dotnet-isolated, node, java, powershell, python, custom Serialized Name: RuntimeName

public readonly struct FunctionAppRuntimeName : IEquatable<Azure.ResourceManager.AppService.Models.FunctionAppRuntimeName>
type FunctionAppRuntimeName = struct
Public Structure FunctionAppRuntimeName
Implements IEquatable(Of FunctionAppRuntimeName)
Inheritance
FunctionAppRuntimeName
Implements

Constructors

Name Description
FunctionAppRuntimeName(String)

Initializes a new instance of FunctionAppRuntimeName.

Properties

Name Description
Custom

custom Serialized Name: RuntimeName.custom

DotnetIsolated

dotnet-isolated Serialized Name: RuntimeName.dotnet-isolated

Java

java Serialized Name: RuntimeName.java

Node

node Serialized Name: RuntimeName.node

Powershell

powershell Serialized Name: RuntimeName.powershell

Python

python Serialized Name: RuntimeName.python

Methods

Name Description
Equals(FunctionAppRuntimeName)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(FunctionAppRuntimeName, FunctionAppRuntimeName)

Determines if two FunctionAppRuntimeName values are the same.

Implicit(String to FunctionAppRuntimeName)

Converts a String to a FunctionAppRuntimeName.

Inequality(FunctionAppRuntimeName, FunctionAppRuntimeName)

Determines if two FunctionAppRuntimeName values are not the same.

Applies to