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