Class Template
java.lang.Object
com.azure.resourcemanager.appservice.models.Template
- All Implemented Interfaces:
com.azure.json.JsonSerializable<Template>
Container App versioned application definition.
Defines the desired state of an immutable revision.
Any changes to this section Will result in a new revision being created.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the containers property: List of container definitions for the Container App.dapr()
Get the dapr property: Dapr configuration for the Container App.static Template
fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of Template from the JsonReader.Get the revisionSuffix property: User friendly suffix that is appended to the revision name.scale()
Get the scale property: Scaling properties for the Container App.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) void
validate()
Validates the instance.withContainers
(List<Container> containers) Set the containers property: List of container definitions for the Container App.Set the dapr property: Dapr configuration for the Container App.withRevisionSuffix
(String revisionSuffix) Set the revisionSuffix property: User friendly suffix that is appended to the revision name.Set the scale property: Scaling properties for the Container App.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
Template
public Template()Creates an instance of Template class.
-
-
Method Details
-
revisionSuffix
Get the revisionSuffix property: User friendly suffix that is appended to the revision name.- Returns:
- the revisionSuffix value.
-
withRevisionSuffix
Set the revisionSuffix property: User friendly suffix that is appended to the revision name.- Parameters:
revisionSuffix
- the revisionSuffix value to set.- Returns:
- the Template object itself.
-
containers
Get the containers property: List of container definitions for the Container App.- Returns:
- the containers value.
-
withContainers
Set the containers property: List of container definitions for the Container App.- Parameters:
containers
- the containers value to set.- Returns:
- the Template object itself.
-
scale
Get the scale property: Scaling properties for the Container App.- Returns:
- the scale value.
-
withScale
Set the scale property: Scaling properties for the Container App.- Parameters:
scale
- the scale value to set.- Returns:
- the Template object itself.
-
dapr
Get the dapr property: Dapr configuration for the Container App.- Returns:
- the dapr value.
-
withDapr
Set the dapr property: Dapr configuration for the Container App.- Parameters:
dapr
- the dapr value to set.- Returns:
- the Template object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
toJson
- Specified by:
toJson
in interfacecom.azure.json.JsonSerializable<Template>
- Throws:
IOException
-
fromJson
Reads an instance of Template from the JsonReader.- Parameters:
jsonReader
- The JsonReader being read.- Returns:
- An instance of Template if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException
- If an error occurs while reading the Template.
-