SupportedStackResourceProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. SupportedStackResourceProperties
- com.
Implements
public final class SupportedStackResourceProperties
implements JsonSerializable<SupportedStackResourceProperties>
Supported stack resource properties.
Constructor Summary
Constructor | Description |
---|---|
SupportedStackResourceProperties() |
Creates an instance of Supported |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Supported |
fromJson(JsonReader jsonReader)
Reads an instance of Supported |
String |
stackId()
Get the stack |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
String |
version()
Get the version property: The version of supported stack. |
Supported |
withStackId(String stackId)
Set the stack |
Supported |
withVersion(String version)
Set the version property: The version of supported stack. |
Methods inherited from java.lang.Object
Constructor Details
SupportedStackResourceProperties
public SupportedStackResourceProperties()
Creates an instance of SupportedStackResourceProperties class.
Method Details
fromJson
public static SupportedStackResourceProperties fromJson(JsonReader jsonReader)
Reads an instance of SupportedStackResourceProperties from the JsonReader.
Parameters:
Returns:
Throws:
stackId
public String stackId()
Get the stackId property: The id of supported stack.
Returns:
toJson
validate
public void validate()
Validates the instance.
version
public String version()
Get the version property: The version of supported stack.
Returns:
withStackId
public SupportedStackResourceProperties withStackId(String stackId)
Set the stackId property: The id of supported stack.
Parameters:
Returns:
withVersion
public SupportedStackResourceProperties withVersion(String version)
Set the version property: The version of supported stack.
Parameters:
Returns:
Applies to
Azure SDK for Java