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