Interface AuthConfig.Update
- All Superinterfaces:
AuthConfig.UpdateStages.WithEncryptionSettings,AuthConfig.UpdateStages.WithGlobalValidation,AuthConfig.UpdateStages.WithHttpSettings,AuthConfig.UpdateStages.WithIdentityProviders,AuthConfig.UpdateStages.WithLogin,AuthConfig.UpdateStages.WithPlatform
- Enclosing interface:
AuthConfig
public static interface AuthConfig.Update
extends AuthConfig.UpdateStages.WithPlatform, AuthConfig.UpdateStages.WithGlobalValidation, AuthConfig.UpdateStages.WithIdentityProviders, AuthConfig.UpdateStages.WithLogin, AuthConfig.UpdateStages.WithHttpSettings, AuthConfig.UpdateStages.WithEncryptionSettings
The template for AuthConfig update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.AuthConfig.UpdateStages.WithEncryptionSettings
withEncryptionSettingsMethods inherited from interface com.azure.resourcemanager.appcontainers.models.AuthConfig.UpdateStages.WithGlobalValidation
withGlobalValidationMethods inherited from interface com.azure.resourcemanager.appcontainers.models.AuthConfig.UpdateStages.WithHttpSettings
withHttpSettingsMethods inherited from interface com.azure.resourcemanager.appcontainers.models.AuthConfig.UpdateStages.WithIdentityProviders
withIdentityProvidersMethods inherited from interface com.azure.resourcemanager.appcontainers.models.AuthConfig.UpdateStages.WithLogin
withLoginMethods inherited from interface com.azure.resourcemanager.appcontainers.models.AuthConfig.UpdateStages.WithPlatform
withPlatform
-
Method Details
-
apply
AuthConfig apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context- The context to associate with this operation.- Returns:
- the updated resource.
-