Uses of Class
com.azure.resourcemanager.appcontainers.models.AzureStaticWebApps
-
Packages that use AzureStaticWebApps Package Description com.azure.resourcemanager.appcontainers.models Package containing the data models for ContainerAppsApiClient. -
-
Uses of AzureStaticWebApps in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return AzureStaticWebApps Modifier and Type Method Description AzureStaticWebApps
IdentityProviders. azureStaticWebApps()
Get the azureStaticWebApps property: The configuration settings of the Azure Static Web Apps provider.AzureStaticWebApps
AzureStaticWebApps. withEnabled(Boolean enabled)
Set the enabled property: <code>false</code> if the Azure Static Web Apps provider should not be enabled despite the set registration; otherwise, <code>true</code>.AzureStaticWebApps
AzureStaticWebApps. withRegistration(AzureStaticWebAppsRegistration registration)
Set the registration property: The configuration settings of the Azure Static Web Apps registration.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type AzureStaticWebApps Modifier and Type Method Description IdentityProviders
IdentityProviders. withAzureStaticWebApps(AzureStaticWebApps azureStaticWebApps)
Set the azureStaticWebApps property: The configuration settings of the Azure Static Web Apps provider.
-