HostingEnvironmentDeploymentInfo Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. HostingEnvironmentDeploymentInfo
- com.
Implements
public final class HostingEnvironmentDeploymentInfo
implements JsonSerializable<HostingEnvironmentDeploymentInfo>
Information needed to create resources on an App Service Environment.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Hosting |
fromJson(JsonReader jsonReader)
Reads an instance of Hosting |
| String |
location()
Get the location property: Location of the App Service Environment. |
| String |
name()
Get the name property: Name of the App Service Environment. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static HostingEnvironmentDeploymentInfo fromJson(JsonReader jsonReader)
Reads an instance of HostingEnvironmentDeploymentInfo from the JsonReader.
Parameters:
Returns:
Throws:
location
public String location()
Get the location property: Location of the App Service Environment.
Returns:
name
public String name()
Get the name property: Name of the App Service Environment.
Returns:
toJson
validate
public void validate()
Validates the instance.