Uses of Class
com.azure.resourcemanager.appservice.models.AzureStaticWebApps
-
Packages that use AzureStaticWebApps Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AzureStaticWebApps in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AzureStaticWebApps Modifier and Type Method Description AzureStaticWebAppsIdentityProviders. azureStaticWebApps()Get the azureStaticWebApps property: The configuration settings of the Azure Static Web Apps provider.AzureStaticWebAppsAzureStaticWebApps. 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>.AzureStaticWebAppsAzureStaticWebApps. withRegistration(AzureStaticWebAppsRegistration registration)Set the registration property: The configuration settings of the Azure Static Web Apps registration.Methods in com.azure.resourcemanager.appservice.models with parameters of type AzureStaticWebApps Modifier and Type Method Description IdentityProvidersIdentityProviders. withAzureStaticWebApps(AzureStaticWebApps azureStaticWebApps)Set the azureStaticWebApps property: The configuration settings of the Azure Static Web Apps provider.
-