Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.GatewayCertificateAuthorityContractInner
Packages that use GatewayCertificateAuthorityContractInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of GatewayCertificateAuthorityContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return GatewayCertificateAuthorityContractInnerModifier and TypeMethodDescriptionGatewayCertificateAuthoritiesClient.createOrUpdate(String resourceGroupName, String serviceName, String gatewayId, String certificateId, GatewayCertificateAuthorityContractInner parameters) Assign Certificate entity to Gateway entity as Certificate Authority.GatewayCertificateAuthoritiesClient.get(String resourceGroupName, String serviceName, String gatewayId, String certificateId) Get assigned Gateway Certificate Authority details.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type GatewayCertificateAuthorityContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<GatewayCertificateAuthorityContractInner> GatewayCertificateAuthoritiesClient.listByService(String resourceGroupName, String serviceName, String gatewayId) Lists the collection of Certificate Authorities for the specified Gateway entity.com.azure.core.http.rest.PagedIterable<GatewayCertificateAuthorityContractInner> GatewayCertificateAuthoritiesClient.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.Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type GatewayCertificateAuthorityContractInnerModifier and TypeMethodDescriptionGatewayCertificateAuthoritiesClient.createOrUpdate(String resourceGroupName, String serviceName, String gatewayId, String certificateId, GatewayCertificateAuthorityContractInner parameters) Assign Certificate entity to Gateway entity as Certificate Authority.GatewayCertificateAuthoritiesClient.createOrUpdateWithResponse(String resourceGroupName, String serviceName, String gatewayId, String certificateId, GatewayCertificateAuthorityContractInner parameters, String ifMatch, com.azure.core.util.Context context) Assign Certificate entity to Gateway entity as Certificate Authority. -
Uses of GatewayCertificateAuthorityContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return GatewayCertificateAuthorityContractInnerModifier and TypeMethodDescriptionGatewayCertificateAuthorityContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GatewayCertificateAuthorityContractInner from the JsonReader.GatewayCertificateAuthorityContractInner.withIsTrusted(Boolean isTrusted) Set the isTrusted property: Determines whether certificate authority is trusted. -
Uses of GatewayCertificateAuthorityContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return GatewayCertificateAuthorityContractInnerModifier and TypeMethodDescriptionGatewayCertificateAuthoritiesCreateOrUpdateResponse.getValue()Gets the deserialized response body.GatewayCertificateAuthoritiesGetResponse.getValue()Gets the deserialized response body.GatewayCertificateAuthorityContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.GatewayCertificateAuthorityContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type GatewayCertificateAuthorityContractInnerModifier and TypeMethodDescriptionGatewayCertificateAuthorityCollection.value()Get the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type GatewayCertificateAuthorityContractInnerModifierConstructorDescriptionGatewayCertificateAuthoritiesCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, GatewayCertificateAuthorityContractInner value, GatewayCertificateAuthoritiesCreateOrUpdateHeaders headers) Creates an instance of GatewayCertificateAuthoritiesCreateOrUpdateResponse.GatewayCertificateAuthoritiesGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, GatewayCertificateAuthorityContractInner value, GatewayCertificateAuthoritiesGetHeaders headers) Creates an instance of GatewayCertificateAuthoritiesGetResponse.