ContainerAppInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. appservice. fluent. models. ContainerAppInner
- com.
- com.
- com.
public final class ContainerAppInner
extends Resource
Container App.
Constructor Summary
Constructor | Description |
---|---|
ContainerAppInner() |
Creates an instance of Container |
Method Summary
Modifier and Type | Method and Description |
---|---|
Configuration |
configuration()
Get the configuration property: Non versioned Container App configuration properties. |
static
Container |
fromJson(JsonReader jsonReader)
Reads an instance of Container |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
kind()
Get the kind property: Kind of resource. |
String |
kubeEnvironmentId()
Get the kube |
String |
latestRevisionFqdn()
Get the latest |
String |
latestRevisionName()
Get the latest |
String |
name()
Get the name property: The name of the resource. |
Container |
provisioningState()
Get the provisioning |
Template |
template()
Get the template property: Container App versioned application definition. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Container |
withConfiguration(Configuration configuration)
Set the configuration property: Non versioned Container App configuration properties. |
Container |
withKind(String kind)
Set the kind property: Kind of resource. |
Container |
withKubeEnvironmentId(String kubeEnvironmentId)
Set the kube |
Container |
withLocation(String location) |
Container |
withTags(Map<String,String> tags) |
Container |
withTemplate(Template template)
Set the template property: Container App versioned application definition. |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Constructor Details
ContainerAppInner
public ContainerAppInner()
Creates an instance of ContainerAppInner class.
Method Details
configuration
public Configuration configuration()
Get the configuration property: Non versioned Container App configuration properties.
Returns:
fromJson
public static ContainerAppInner fromJson(JsonReader jsonReader)
Reads an instance of ContainerAppInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ContainerAppInner.id()Returns:
kind
public String kind()
Get the kind property: Kind of resource.
Returns:
kubeEnvironmentId
public String kubeEnvironmentId()
Get the kubeEnvironmentId property: Resource ID of the Container App's KubeEnvironment.
Returns:
latestRevisionFqdn
public String latestRevisionFqdn()
Get the latestRevisionFqdn property: Fully Qualified Domain Name of the latest revision of the Container App.
Returns:
latestRevisionName
public String latestRevisionName()
Get the latestRevisionName property: Name of the latest revision of the Container App.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ContainerAppInner.name()Returns:
provisioningState
public ContainerAppProvisioningState provisioningState()
Get the provisioningState property: Provisioning state of the Container App.
Returns:
template
public Template template()
Get the template property: Container App versioned application definition.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ContainerAppInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ContainerAppInner.type()Returns:
validate
public void validate()
Validates the instance.
withConfiguration
public ContainerAppInner withConfiguration(Configuration configuration)
Set the configuration property: Non versioned Container App configuration properties.
Parameters:
Returns:
withKind
public ContainerAppInner withKind(String kind)
Set the kind property: Kind of resource.
Parameters:
Returns:
withKubeEnvironmentId
public ContainerAppInner withKubeEnvironmentId(String kubeEnvironmentId)
Set the kubeEnvironmentId property: Resource ID of the Container App's KubeEnvironment.
Parameters:
Returns:
withLocation
public ContainerAppInner withLocation(String location)
Overrides:
ContainerAppInner.withLocation(String location)Parameters:
withTags
public ContainerAppInner withTags(Map
Overrides:
ContainerAppInner.withTags(Map<String,String> tags)Parameters:
withTemplate
public ContainerAppInner withTemplate(Template template)
Set the template property: Container App versioned application definition.
Parameters:
Returns:
Applies to
Azure SDK for Java