Uses of Interface
com.azure.resourcemanager.apimanagement.models.AccessInformationContract
Packages that use AccessInformationContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of AccessInformationContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return AccessInformationContractModifier and TypeMethodDescriptionAccessInformationContract.Update.apply()Executes the update request.AccessInformationContract.Update.apply(com.azure.core.util.Context context) Executes the update request.AccessInformationContract.DefinitionStages.WithCreate.create()Executes the create request.AccessInformationContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.TenantAccess.get(String resourceGroupName, String serviceName, AccessIdName accessName) Get tenant access information details without secrets.Get tenant access information details without secrets.AccessInformationContract.refresh()Refreshes the resource to sync with Azure.AccessInformationContract.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 AccessInformationContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<AccessInformationContract> TenantAccess.getByIdWithResponse(String id, com.azure.core.util.Context context) Get tenant access information details without secrets.com.azure.core.http.rest.Response<AccessInformationContract> TenantAccess.getWithResponse(String resourceGroupName, String serviceName, AccessIdName accessName, com.azure.core.util.Context context) Get tenant access information details without secrets.com.azure.core.http.rest.PagedIterable<AccessInformationContract> TenantAccess.listByService(String resourceGroupName, String serviceName) Returns list of access infos - for Git and Management endpoints.com.azure.core.http.rest.PagedIterable<AccessInformationContract> TenantAccess.listByService(String resourceGroupName, String serviceName, String filter, com.azure.core.util.Context context) Returns list of access infos - for Git and Management endpoints.