public class LoginRoutes extends ProxyOnlyResource
| Constructor and Description |
|---|
LoginRoutes() |
| Modifier and Type | Method and Description |
|---|---|
String |
logoutEndpoint()
Get the logoutEndpoint property: The logoutEndpoint property.
|
void |
validate()
Validates the instance.
|
LoginRoutes |
withKind(String kind)
Set the kind property: Kind of resource.
|
LoginRoutes |
withLogoutEndpoint(String logoutEndpoint)
Set the logoutEndpoint property: The logoutEndpoint property.
|
kindpublic String logoutEndpoint()
public LoginRoutes withLogoutEndpoint(String logoutEndpoint)
logoutEndpoint - the logoutEndpoint value to set.public LoginRoutes 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.