Uses of Class
com.azure.resourcemanager.appservice.models.AzureStaticWebAppsRegistration
Packages that use AzureStaticWebAppsRegistration
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AzureStaticWebAppsRegistration in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type AzureStaticWebAppsRegistrationModifier and TypeClassDescriptionfinal classThe configuration settings of the registration for the Azure Static Web Apps provider.Methods in com.azure.resourcemanager.appservice.models that return AzureStaticWebAppsRegistrationModifier and TypeMethodDescriptionAzureStaticWebAppsRegistration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureStaticWebAppsRegistration from the JsonReader.AzureStaticWebApps.registration()Get the registration property: The configuration settings of the Azure Static Web Apps registration.AzureStaticWebAppsRegistration.withClientId(String clientId) Set the clientId property: The Client ID of the app used for login.Methods in com.azure.resourcemanager.appservice.models with parameters of type AzureStaticWebAppsRegistrationModifier and TypeMethodDescriptionAzureStaticWebApps.withRegistration(AzureStaticWebAppsRegistration registration) Set the registration property: The configuration settings of the Azure Static Web Apps registration.