Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.CertificateContractInner
Packages that use CertificateContractInner
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 CertificateContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return CertificateContractInnerModifier and TypeMethodDescriptionCertificatesClient.createOrUpdate(String resourceGroupName, String serviceName, String certificateId, CertificateCreateOrUpdateParameters parameters) Creates or updates the certificate being used for authentication with the backend.WorkspaceCertificatesClient.createOrUpdate(String resourceGroupName, String serviceName, String workspaceId, String certificateId, CertificateCreateOrUpdateParameters parameters) Creates or updates the certificate being used for authentication with the backend.Gets the details of the certificate specified by its identifier.WorkspaceCertificatesClient.get(String resourceGroupName, String serviceName, String workspaceId, String certificateId) Gets the details of the certificate specified by its identifier.CertificatesClient.refreshSecret(String resourceGroupName, String serviceName, String certificateId) From KeyVault, Refresh the certificate being used for authentication with the backend.WorkspaceCertificatesClient.refreshSecret(String resourceGroupName, String serviceName, String workspaceId, String certificateId) From KeyVault, Refresh the certificate being used for authentication with the backend.Methods in com.azure.resourcemanager.apimanagement.fluent that return types with arguments of type CertificateContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<CertificateContractInner> CertificatesClient.listByService(String resourceGroupName, String serviceName) Lists a collection of all certificates in the specified service instance.com.azure.core.http.rest.PagedIterable<CertificateContractInner> CertificatesClient.listByService(String resourceGroupName, String serviceName, String filter, Integer top, Integer skip, Boolean isKeyVaultRefreshFailed, com.azure.core.util.Context context) Lists a collection of all certificates in the specified service instance.com.azure.core.http.rest.PagedIterable<CertificateContractInner> WorkspaceCertificatesClient.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId) Lists a collection of all certificates in the specified workspace.com.azure.core.http.rest.PagedIterable<CertificateContractInner> WorkspaceCertificatesClient.listByWorkspace(String resourceGroupName, String serviceName, String workspaceId, String filter, Integer top, Integer skip, Boolean isKeyVaultRefreshFailed, com.azure.core.util.Context context) Lists a collection of all certificates in the specified workspace. -
Uses of CertificateContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return CertificateContractInnerModifier and TypeMethodDescriptionstatic CertificateContractInnerCertificateContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateContractInner from the JsonReader.CertificateContractInner.withExpirationDate(OffsetDateTime expirationDate) Set the expirationDate property: Expiration date of the certificate.CertificateContractInner.withKeyVault(KeyVaultContractProperties keyVault) Set the keyVault property: KeyVault location details of the certificate.CertificateContractInner.withSubject(String subject) Set the subject property: Subject attribute of the certificate.CertificateContractInner.withThumbprint(String thumbprint) Set the thumbprint property: Thumbprint of the certificate. -
Uses of CertificateContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return CertificateContractInnerModifier and TypeMethodDescriptionCertificatesCreateOrUpdateResponse.getValue()Gets the deserialized response body.CertificatesGetResponse.getValue()Gets the deserialized response body.CertificatesRefreshSecretResponse.getValue()Gets the deserialized response body.WorkspaceCertificatesCreateOrUpdateResponse.getValue()Gets the deserialized response body.WorkspaceCertificatesGetResponse.getValue()Gets the deserialized response body.WorkspaceCertificatesRefreshSecretResponse.getValue()Gets the deserialized response body.CertificateContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.CertificateContractInner object.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type CertificateContractInnerModifier and TypeMethodDescriptionCertificateCollection.value()Get the value property: Page values.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type CertificateContractInnerModifier and TypeMethodDescriptionCertificateCollection.withValue(List<CertificateContractInner> value) Set the value property: Page values.Constructors in com.azure.resourcemanager.apimanagement.models with parameters of type CertificateContractInnerModifierConstructorDescriptionCertificatesCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, CertificateContractInner value, CertificatesCreateOrUpdateHeaders headers) Creates an instance of CertificatesCreateOrUpdateResponse.CertificatesGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, CertificateContractInner value, CertificatesGetHeaders headers) Creates an instance of CertificatesGetResponse.CertificatesRefreshSecretResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, CertificateContractInner value, CertificatesRefreshSecretHeaders headers) Creates an instance of CertificatesRefreshSecretResponse.WorkspaceCertificatesCreateOrUpdateResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, CertificateContractInner value, WorkspaceCertificatesCreateOrUpdateHeaders headers) Creates an instance of WorkspaceCertificatesCreateOrUpdateResponse.WorkspaceCertificatesGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, CertificateContractInner value, WorkspaceCertificatesGetHeaders headers) Creates an instance of WorkspaceCertificatesGetResponse.WorkspaceCertificatesRefreshSecretResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, CertificateContractInner value, WorkspaceCertificatesRefreshSecretHeaders headers) Creates an instance of WorkspaceCertificatesRefreshSecretResponse.