HttpRouteConfigInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appcontainers. fluent. models. HttpRouteConfigInner
- com.
- com.
public final class HttpRouteConfigInner
extends ProxyResource
Advanced Ingress routing for path/header based routing for a Container App Environment.
Constructor Summary
| Constructor | Description |
|---|---|
| HttpRouteConfigInner() |
Creates an instance of Http |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Http |
fromJson(JsonReader jsonReader)
Reads an instance of Http |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Http |
properties()
Get the properties property: Http Route Config properties. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Http |
withProperties(HttpRouteConfigProperties properties)
Set the properties property: Http Route Config properties. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
HttpRouteConfigInner
public HttpRouteConfigInner()
Creates an instance of HttpRouteConfigInner class.
Method Details
fromJson
public static HttpRouteConfigInner fromJson(JsonReader jsonReader)
Reads an instance of HttpRouteConfigInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
HttpRouteConfigInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
HttpRouteConfigInner.name()Returns:
properties
public HttpRouteConfigProperties properties()
Get the properties property: Http Route Config properties.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
HttpRouteConfigInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
HttpRouteConfigInner.type()Returns:
validate
public void validate()
Validates the instance.
withProperties
public HttpRouteConfigInner withProperties(HttpRouteConfigProperties properties)
Set the properties property: Http Route Config properties.
Parameters:
Returns: