FunctionAppStackInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. FunctionAppStackInner
- com.
- com.
- com.
public final class FunctionAppStackInner
extends ProxyOnlyResource
Function App Stack.
Constructor Summary
Constructor | Description |
---|---|
FunctionAppStackInner() |
Creates an instance of Function |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
displayText()
Get the display |
static
Function |
fromJson(JsonReader jsonReader)
Reads an instance of Function |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
location()
Get the location property: Function App stack location. |
List<Function |
majorVersions()
Get the major |
String |
name()
Get the name property: The name of the resource. |
Stack |
preferredOs()
Get the preferred |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
String |
value()
Get the value property: Function App stack name. |
Function |
withKind(String kind)
Set the kind property: Kind of resource. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
FunctionAppStackInner
public FunctionAppStackInner()
Creates an instance of FunctionAppStackInner class.
Method Details
displayText
public String displayText()
Get the displayText property: Function App stack (display only).
Returns:
fromJson
public static FunctionAppStackInner fromJson(JsonReader jsonReader)
Reads an instance of FunctionAppStackInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
FunctionAppStackInner.id()Returns:
location
public String location()
Get the location property: Function App stack location.
Returns:
majorVersions
public List
Get the majorVersions property: List of major versions available.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
FunctionAppStackInner.name()Returns:
preferredOs
public StackPreferredOs preferredOs()
Get the preferredOs property: Function App stack preferred OS.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
FunctionAppStackInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
FunctionAppStackInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
FunctionAppStackInner.validate()value
public String value()
Get the value property: Function App stack name.
Returns:
withKind
public FunctionAppStackInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
FunctionAppStackInner.withKind(String kind)Parameters:
Applies to
Azure SDK for Java