public class HttpSettingsRoutes extends ProxyOnlyResource
| Constructor and Description |
|---|
HttpSettingsRoutes() |
| Modifier and Type | Method and Description |
|---|---|
String |
apiPrefix()
Get the apiPrefix property: The apiPrefix property.
|
void |
validate()
Validates the instance.
|
HttpSettingsRoutes |
withApiPrefix(String apiPrefix)
Set the apiPrefix property: The apiPrefix property.
|
HttpSettingsRoutes |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic String apiPrefix()
public HttpSettingsRoutes withApiPrefix(String apiPrefix)
apiPrefix - the apiPrefix value to set.public HttpSettingsRoutes withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.