Uses of Interface
com.azure.resourcemanager.apimanagement.models.GatewayCertificateAuthorityContract
Packages that use GatewayCertificateAuthorityContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of GatewayCertificateAuthorityContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GatewayCertificateAuthorityContractModifier and TypeMethodDescriptionGatewayCertificateAuthorityContract.Update.apply()Executes the update request.GatewayCertificateAuthorityContract.Update.apply(com.azure.core.util.Context context) Executes the update request.GatewayCertificateAuthorityContract.DefinitionStages.WithCreate.create()Executes the create request.GatewayCertificateAuthorityContract.DefinitionStages.WithCreate.create(com.azure.core.util.Context context) Executes the create request.GatewayCertificateAuthorities.get(String resourceGroupName, String serviceName, String gatewayId, String certificateId) Get assigned Gateway Certificate Authority details.Get assigned Gateway Certificate Authority details.GatewayCertificateAuthorityContract.refresh()Refreshes the resource to sync with Azure.GatewayCertificateAuthorityContract.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 GatewayCertificateAuthorityContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<GatewayCertificateAuthorityContract> GatewayCertificateAuthorities.getByIdWithResponse(String id, com.azure.core.util.Context context) Get assigned Gateway Certificate Authority details.com.azure.core.http.rest.Response<GatewayCertificateAuthorityContract> GatewayCertificateAuthorities.getWithResponse(String resourceGroupName, String serviceName, String gatewayId, String certificateId, com.azure.core.util.Context context) Get assigned Gateway Certificate Authority details.com.azure.core.http.rest.PagedIterable<GatewayCertificateAuthorityContract> GatewayCertificateAuthorities.listByService(String resourceGroupName, String serviceName, String gatewayId) Lists the collection of Certificate Authorities for the specified Gateway entity.com.azure.core.http.rest.PagedIterable<GatewayCertificateAuthorityContract> GatewayCertificateAuthorities.listByService(String resourceGroupName, String serviceName, String gatewayId, String filter, Integer top, Integer skip, com.azure.core.util.Context context) Lists the collection of Certificate Authorities for the specified Gateway entity.