Uses of Class
com.azure.resourcemanager.appcontainers.models.AzureStaticWebAppsRegistration
-
Packages that use AzureStaticWebAppsRegistration Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of AzureStaticWebAppsRegistration in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AzureStaticWebAppsRegistration Modifier and Type Method Description AzureStaticWebAppsRegistration
AzureStaticWebApps. registration()
Get the registration property: The configuration settings of the Azure Static Web Apps registration.AzureStaticWebAppsRegistration
AzureStaticWebAppsRegistration. withClientId(String clientId)
Set the clientId property: The Client ID of the app used for login.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AzureStaticWebAppsRegistration Modifier and Type Method Description AzureStaticWebApps
AzureStaticWebApps. withRegistration(AzureStaticWebAppsRegistration registration)
Set the registration property: The configuration settings of the Azure Static Web Apps registration.
-