Interface ContainerAppsAuthConfigs
public interface ContainerAppsAuthConfigs
Resource collection API of ContainerAppsAuthConfigs.
-
Method Summary
Modifier and TypeMethodDescriptionBegins definition for a new AuthConfig resource.voidDelete a Container App AuthConfig.voiddeleteById(String id) Delete a Container App AuthConfig.com.azure.core.http.rest.Response<Void> deleteByIdWithResponse(String id, com.azure.core.util.Context context) Delete a Container App AuthConfig.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String containerAppName, String authConfigName, com.azure.core.util.Context context) Delete a Container App AuthConfig.Get a AuthConfig of a Container App.Get a AuthConfig of a Container App.com.azure.core.http.rest.Response<AuthConfig> getByIdWithResponse(String id, com.azure.core.util.Context context) Get a AuthConfig of a Container App.com.azure.core.http.rest.Response<AuthConfig> getWithResponse(String resourceGroupName, String containerAppName, String authConfigName, com.azure.core.util.Context context) Get a AuthConfig of a Container App.com.azure.core.http.rest.PagedIterable<AuthConfig> listByContainerApp(String resourceGroupName, String containerAppName) Get the Container App AuthConfigs in a given resource group.com.azure.core.http.rest.PagedIterable<AuthConfig> listByContainerApp(String resourceGroupName, String containerAppName, com.azure.core.util.Context context) Get the Container App AuthConfigs in a given resource group.
-
Method Details
-
listByContainerApp
com.azure.core.http.rest.PagedIterable<AuthConfig> listByContainerApp(String resourceGroupName, String containerAppName) Get the Container App AuthConfigs in a given resource group.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.containerAppName- Name of the Container App.- Returns:
- the Container App AuthConfigs in a given resource group as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.DefaultErrorResponseErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
listByContainerApp
com.azure.core.http.rest.PagedIterable<AuthConfig> listByContainerApp(String resourceGroupName, String containerAppName, com.azure.core.util.Context context) Get the Container App AuthConfigs in a given resource group.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.containerAppName- Name of the Container App.context- The context to associate with this operation.- Returns:
- the Container App AuthConfigs in a given resource group as paginated response with
PagedIterable. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.DefaultErrorResponseErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<AuthConfig> getWithResponse(String resourceGroupName, String containerAppName, String authConfigName, com.azure.core.util.Context context) Get a AuthConfig of a Container App.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.containerAppName- Name of the Container App.authConfigName- Name of the Container App AuthConfig.context- The context to associate with this operation.- Returns:
- a AuthConfig of a Container App along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.DefaultErrorResponseErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
Get a AuthConfig of a Container App.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.containerAppName- Name of the Container App.authConfigName- Name of the Container App AuthConfig.- Returns:
- a AuthConfig of a Container App.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.DefaultErrorResponseErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteWithResponse
com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String containerAppName, String authConfigName, com.azure.core.util.Context context) Delete a Container App AuthConfig.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.containerAppName- Name of the Container App.authConfigName- Name of the Container App AuthConfig.context- The context to associate with this operation.- Returns:
- the
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.DefaultErrorResponseErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
delete
Delete a Container App AuthConfig.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.containerAppName- Name of the Container App.authConfigName- Name of the Container App AuthConfig.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.DefaultErrorResponseErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getById
Get a AuthConfig of a Container App.- Parameters:
id- the resource ID.- Returns:
- a AuthConfig of a Container App along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.DefaultErrorResponseErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByIdWithResponse
com.azure.core.http.rest.Response<AuthConfig> getByIdWithResponse(String id, com.azure.core.util.Context context) Get a AuthConfig of a Container App.- Parameters:
id- the resource ID.context- The context to associate with this operation.- Returns:
- a AuthConfig of a Container App along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.DefaultErrorResponseErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteById
Delete a Container App AuthConfig.- Parameters:
id- the resource ID.- Throws:
IllegalArgumentException- thrown if parameters fail the validation.DefaultErrorResponseErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
deleteByIdWithResponse
com.azure.core.http.rest.Response<Void> deleteByIdWithResponse(String id, com.azure.core.util.Context context) Delete a Container App AuthConfig.- Parameters:
id- the resource ID.context- The context to associate with this operation.- Returns:
- the
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.DefaultErrorResponseErrorException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
define
Begins definition for a new AuthConfig resource.- Parameters:
name- resource name.- Returns:
- the first stage of the new AuthConfig definition.
-