Interface AuthConfig.Update
-
- All Superinterfaces:
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
The template for AuthConfig update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthConfig
apply()
Executes the update request.AuthConfig
apply(com.azure.core.util.Context context)
Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.AuthConfig.UpdateStages.WithGlobalValidation
withGlobalValidation
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.AuthConfig.UpdateStages.WithHttpSettings
withHttpSettings
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.AuthConfig.UpdateStages.WithIdentityProviders
withIdentityProviders
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.AuthConfig.UpdateStages.WithLogin
withLogin
-
Methods inherited from interface com.azure.resourcemanager.appcontainers.models.AuthConfig.UpdateStages.WithPlatform
withPlatform
-
-
-
-
Method Detail
-
apply
AuthConfig apply()
Executes the update request.- Returns:
- the updated resource.
-
apply
AuthConfig apply(com.azure.core.util.Context context)
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-
-