Uses of Class
com.azure.resourcemanager.appservice.models.AzureStaticWebApps
Packages that use AzureStaticWebApps
Package
Description
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 AzureStaticWebAppsModifier and TypeMethodDescriptionIdentityProviders.azureStaticWebApps()Get the azureStaticWebApps property: The configuration settings of the Azure Static Web Apps provider.static AzureStaticWebAppsAzureStaticWebApps.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureStaticWebApps from the JsonReader.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.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 AzureStaticWebAppsModifier and TypeMethodDescriptionIdentityProviders.withAzureStaticWebApps(AzureStaticWebApps azureStaticWebApps) Set the azureStaticWebApps property: The configuration settings of the Azure Static Web Apps provider.