ApplicationStackResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. ApplicationStackResourceInner
- com.
- com.
- com.
public final class ApplicationStackResourceInner
extends ProxyOnlyResource
ARM resource for a ApplicationStack.
Constructor Summary
Constructor | Description |
---|---|
ApplicationStackResourceInner() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
dependency()
Get the dependency property: Application stack dependency. |
String |
display()
Get the display property: Application stack display name. |
List<Application |
frameworks()
Get the frameworks property: List of frameworks associated with application stack. |
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
List<Application |
isDeprecated()
Get the is |
List<Stack |
majorVersions()
Get the major |
String |
name()
Get the name property: The name of the resource. |
String |
namePropertiesName()
Get the name property: Application stack name. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Application |
withDependency(String dependency)
Set the dependency property: Application stack dependency. |
Application |
withDisplay(String display)
Set the display property: Application stack display name. |
Application |
withFrameworks(List<ApplicationStack> frameworks)
Set the frameworks property: List of frameworks associated with application stack. |
Application |
withIsDeprecated(List<ApplicationStack> isDeprecated)
Set the is |
Application |
withKind(String kind)
Set the kind property: Kind of resource. |
Application |
withMajorVersions(List<StackMajorVersion> majorVersions)
Set the major |
Application |
withNamePropertiesName(String name)
Set the name property: Application stack name. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
ApplicationStackResourceInner
public ApplicationStackResourceInner()
Creates an instance of ApplicationStackResourceInner class.
Method Details
dependency
public String dependency()
Get the dependency property: Application stack dependency.
Returns:
display
public String display()
Get the display property: Application stack display name.
Returns:
frameworks
public List
Get the frameworks property: List of frameworks associated with application stack.
Returns:
fromJson
public static ApplicationStackResourceInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationStackResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ApplicationStackResourceInner.id()Returns:
isDeprecated
public List
Get the isDeprecated property: true
if this is the stack is deprecated; otherwise, false
.
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:
ApplicationStackResourceInner.name()Returns:
namePropertiesName
public String namePropertiesName()
Get the name property: Application stack name.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApplicationStackResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ApplicationStackResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
ApplicationStackResourceInner.validate()withDependency
public ApplicationStackResourceInner withDependency(String dependency)
Set the dependency property: Application stack dependency.
Parameters:
Returns:
withDisplay
public ApplicationStackResourceInner withDisplay(String display)
Set the display property: Application stack display name.
Parameters:
Returns:
withFrameworks
public ApplicationStackResourceInner withFrameworks(List
Set the frameworks property: List of frameworks associated with application stack.
Parameters:
Returns:
withIsDeprecated
public ApplicationStackResourceInner withIsDeprecated(List
Set the isDeprecated property: true
if this is the stack is deprecated; otherwise, false
.
Parameters:
Returns:
withKind
public ApplicationStackResourceInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
ApplicationStackResourceInner.withKind(String kind)Parameters:
withMajorVersions
public ApplicationStackResourceInner withMajorVersions(List
Set the majorVersions property: List of major versions available.
Parameters:
Returns:
withNamePropertiesName
public ApplicationStackResourceInner withNamePropertiesName(String name)
Set the name property: Application stack name.
Parameters:
Returns:
Applies to
Azure SDK for Java