Class HostingEnvironmentProfile
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.HostingEnvironmentProfile
-
public final 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 the id property: Resource ID of the App Service Environment.Stringname()Get the name property: Name of the App Service Environment.Stringtype()Get the type property: Resource type of the App Service Environment.voidvalidate()Validates the instance.HostingEnvironmentProfilewithId(String id)Set the id property: Resource ID of the App Service Environment.
-
-
-
Method Detail
-
id
public String id()
Get the id property: Resource ID of the App Service Environment.- Returns:
- the id value.
-
withId
public HostingEnvironmentProfile withId(String id)
Set the id property: Resource ID of the App Service Environment.- Parameters:
id- the id value to set.- Returns:
- the HostingEnvironmentProfile object itself.
-
name
public String name()
Get the name property: Name of the App Service Environment.- Returns:
- the name value.
-
type
public String type()
Get the type property: Resource type of the App Service Environment.- Returns:
- the type value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-