public class HostingEnvironmentProfile extends Object
| Constructor and Description |
|---|
HostingEnvironmentProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id value.
|
String |
name()
Get the name value.
|
String |
type()
Get the type value.
|
HostingEnvironmentProfile |
withId(String id)
Set the id value.
|
public String id()
public HostingEnvironmentProfile withId(String id)
id - the id value to setpublic String name()
public String type()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/