public final class HostingEnvironmentProfile extends Object
| Constructor and Description |
|---|
HostingEnvironmentProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id property: Resource ID of the App Service Environment.
|
String |
name()
Get the name property: Name of the App Service Environment.
|
String |
type()
Get the type property: Resource type of the App Service Environment.
|
void |
validate()
Validates the instance.
|
HostingEnvironmentProfile |
withId(String id)
Set the id property: Resource ID of the App Service Environment.
|
public String id()
public HostingEnvironmentProfile withId(String id)
id - the id value to set.public String name()
public String type()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.