Uses of Interface
com.azure.resourcemanager.apimanagement.models.OpenidConnectProviderContract
Packages that use OpenidConnectProviderContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of OpenidConnectProviderContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return OpenidConnectProviderContractModifier and TypeMethodDescriptionOpenidConnectProviderContract.Update.apply()Executes the update request.OpenidConnectProviderContract.Update.apply(com.azure.core.util.Context context) Executes the update request.OpenidConnectProviderContract.DefinitionStages.WithCreate.create()Executes the create request.OpenidConnectProviderContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.Gets specific OpenID Connect Provider without secrets.Gets specific OpenID Connect Provider without secrets.OpenidConnectProviderContract.refresh()Refreshes the resource to sync with Azure.OpenidConnectProviderContract.refresh(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type OpenidConnectProviderContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<OpenidConnectProviderContract> OpenIdConnectProviders.getByIdWithResponse(String id, com.azure.core.util.Context context) Gets specific OpenID Connect Provider without secrets.com.azure.core.http.rest.Response<OpenidConnectProviderContract> OpenIdConnectProviders.getWithResponse(String resourceGroupName, String serviceName, String opid, com.azure.core.util.Context context) Gets specific OpenID Connect Provider without secrets.com.azure.core.http.rest.PagedIterable<OpenidConnectProviderContract> OpenIdConnectProviders.listByService(String resourceGroupName, String serviceName) Lists of all the OpenId Connect Providers.com.azure.core.http.rest.PagedIterable<OpenidConnectProviderContract> OpenIdConnectProviders.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists of all the OpenId Connect Providers.