public class HostingEnvironmentProfile extends Object
Constructor and Description |
---|
HostingEnvironmentProfile() |
Modifier and Type | Method and Description |
---|---|
String |
id()
Get resource ID of the App Service Environment.
|
String |
name()
Get name of the App Service Environment.
|
String |
type()
Get resource type of the App Service Environment.
|
HostingEnvironmentProfile |
withId(String id)
Set resource ID of the App Service Environment.
|
public String id()
public HostingEnvironmentProfile withId(String id)
id
- the id value to setpublic String name()
public String type()
Copyright © 2019. All rights reserved.