Class HostingEnvironmentProfile
- java.lang.Object
-
- com.microsoft.azure.management.appservice.HostingEnvironmentProfile
-
public class HostingEnvironmentProfile extends Object
Specification for an App Service Environment to use for this resource.
-
-
Constructor Summary
Constructors Constructor Description HostingEnvironmentProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get resource ID of the App Service Environment.Stringname()Get name of the App Service Environment.Stringtype()Get resource type of the App Service Environment.HostingEnvironmentProfilewithId(String id)Set resource ID of the App Service Environment.
-
-
-
Method Detail
-
id
public String id()
Get resource ID of the App Service Environment.- Returns:
- the id value
-
withId
public HostingEnvironmentProfile withId(String id)
Set resource ID of the App Service Environment.- Parameters:
id- the id value to set- Returns:
- the HostingEnvironmentProfile object itself.
-
name
public String name()
Get name of the App Service Environment.- Returns:
- the name value
-
type
public String type()
Get resource type of the App Service Environment.- Returns:
- the type value
-
-