Class AzureStaticWebAppsRegistration
- java.lang.Object
-
- com.azure.resourcemanager.appcontainers.models.AzureStaticWebAppsRegistration
-
public final class AzureStaticWebAppsRegistration extends Object
The configuration settings of the registration for the Azure Static Web Apps provider.
-
-
Constructor Summary
Constructors Constructor Description AzureStaticWebAppsRegistration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
clientId
public String clientId()
Get the clientId property: The Client ID of the app used for login.- Returns:
- the clientId value.
-
withClientId
public AzureStaticWebAppsRegistration withClientId(String clientId)
Set the clientId property: The Client ID of the app used for login.- Parameters:
clientId
- the clientId value to set.- Returns:
- the AzureStaticWebAppsRegistration object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-