### YamlMime:JavaType
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Certificates"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Certificates"
name: "Certificates"
nameWithType: "Certificates"
summary: "Type representing Certificates."
syntax: "public interface **Certificates** extends <>, <>"
methods:
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Certificates.deleteAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Certificates.deleteAsync(String resourceGroupName, String serviceName, String certificateId, String ifMatch)"
name: "deleteAsync(String resourceGroupName, String serviceName, String certificateId, String ifMatch)"
nameWithType: "Certificates.deleteAsync(String resourceGroupName, String serviceName, String certificateId, String ifMatch)"
summary: "Deletes specific certificate."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: ""
- description: "The name of the API Management service."
name: "serviceName"
type: ""
- description: "Identifier of the certificate entity. Must be unique in the current API Management service instance."
name: "certificateId"
type: ""
- description: "ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update."
name: "ifMatch"
type: ""
syntax: "public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String certificateId, String ifMatch)"
desc: "Deletes specific certificate."
returns:
description: "the observable for the request"
type: ""
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Certificates.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Certificates.getAsync(String resourceGroupName, String serviceName, String certificateId)"
name: "getAsync(String resourceGroupName, String serviceName, String certificateId)"
nameWithType: "Certificates.getAsync(String resourceGroupName, String serviceName, String certificateId)"
summary: "Gets the details of the certificate specified by its identifier."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: ""
- description: "The name of the API Management service."
name: "serviceName"
type: ""
- description: "Identifier of the certificate entity. Must be unique in the current API Management service instance."
name: "certificateId"
type: ""
syntax: "public abstract Observable getAsync(String resourceGroupName, String serviceName, String certificateId)"
desc: "Gets the details of the certificate specified by its identifier."
returns:
description: "the observable for the request"
type: "<>"
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Certificates.getEntityTagAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Certificates.getEntityTagAsync(String resourceGroupName, String serviceName, String certificateId)"
name: "getEntityTagAsync(String resourceGroupName, String serviceName, String certificateId)"
nameWithType: "Certificates.getEntityTagAsync(String resourceGroupName, String serviceName, String certificateId)"
summary: "Gets the entity state (Etag) version of the certificate specified by its identifier."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: ""
- description: "The name of the API Management service."
name: "serviceName"
type: ""
- description: "Identifier of the certificate entity. Must be unique in the current API Management service instance."
name: "certificateId"
type: ""
syntax: "public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, String certificateId)"
desc: "Gets the entity state (Etag) version of the certificate specified by its identifier."
returns:
description: "the observable for the request"
type: ""
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.Certificates.listByServiceAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.Certificates.listByServiceAsync(String resourceGroupName, String serviceName)"
name: "listByServiceAsync(String resourceGroupName, String serviceName)"
nameWithType: "Certificates.listByServiceAsync(String resourceGroupName, String serviceName)"
summary: "Lists a collection of all certificates in the specified service instance."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: ""
- description: "The name of the API Management service."
name: "serviceName"
type: ""
syntax: "public abstract Observable listByServiceAsync(String resourceGroupName, String serviceName)"
desc: "Lists a collection of all certificates in the specified service instance."
returns:
description: "the observable for the request"
type: "<>"
type: "interface"
desc: "Type representing Certificates."
implements:
- "<>"
- "<>"
metadata: {}
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1