public final class AzureStaticWebAppsRegistration extends Object
| Constructor and Description |
|---|
AzureStaticWebAppsRegistration() |
| Modifier and Type | Method and Description |
|---|---|
String |
clientId()
Get the clientId property: The Client ID of the app used for login.
|
void |
validate()
Validates the instance.
|
AzureStaticWebAppsRegistration |
withClientId(String clientId)
Set the clientId property: The Client ID of the app used for login.
|
public String clientId()
public AzureStaticWebAppsRegistration withClientId(String clientId)
clientId - the clientId value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.