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.
Constructor Summary
Constructor | Description |
---|---|
HostingEnvironmentDeploymentInfo() |
Creates an instance of Hosting |
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. |
Hosting |
withLocation(String location)
Set the location property: Location of the App Service Environment. |
Hosting |
withName(String name)
Set the name property: Name of the App Service Environment. |
Methods inherited from java.lang.Object
Constructor Details
HostingEnvironmentDeploymentInfo
public HostingEnvironmentDeploymentInfo()
Creates an instance of HostingEnvironmentDeploymentInfo class.
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.
withLocation
public HostingEnvironmentDeploymentInfo withLocation(String location)
Set the location property: Location of the App Service Environment.
Parameters:
Returns:
withName
public HostingEnvironmentDeploymentInfo withName(String name)
Set the name property: Name of the App Service Environment.
Parameters:
Returns:
Applies to
Azure SDK for Java