Uses of Class
com.azure.resourcemanager.sql.fluent.models.EndpointCertificateInner
Packages that use EndpointCertificateInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of EndpointCertificateInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return EndpointCertificateInnerModifier and TypeMethodDescriptionEndpointCertificatesClient.get(String resourceGroupName, String managedInstanceName, String endpointType) Gets a certificate used on the endpoint with the given id.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type EndpointCertificateInnerModifier and TypeMethodDescriptionEndpointCertificatesClient.getAsync(String resourceGroupName, String managedInstanceName, String endpointType) Gets a certificate used on the endpoint with the given id.com.azure.core.http.rest.Response<EndpointCertificateInner>EndpointCertificatesClient.getWithResponse(String resourceGroupName, String managedInstanceName, String endpointType, com.azure.core.util.Context context) Gets a certificate used on the endpoint with the given id.Mono<com.azure.core.http.rest.Response<EndpointCertificateInner>>EndpointCertificatesClient.getWithResponseAsync(String resourceGroupName, String managedInstanceName, String endpointType) Gets a certificate used on the endpoint with the given id.com.azure.core.http.rest.PagedIterable<EndpointCertificateInner>EndpointCertificatesClient.listByInstance(String resourceGroupName, String managedInstanceName) List certificates used on endpoints on the target instance.com.azure.core.http.rest.PagedIterable<EndpointCertificateInner>EndpointCertificatesClient.listByInstance(String resourceGroupName, String managedInstanceName, com.azure.core.util.Context context) List certificates used on endpoints on the target instance.com.azure.core.http.rest.PagedFlux<EndpointCertificateInner>EndpointCertificatesClient.listByInstanceAsync(String resourceGroupName, String managedInstanceName) List certificates used on endpoints on the target instance. -
Uses of EndpointCertificateInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return EndpointCertificateInnerModifier and TypeMethodDescriptionEndpointCertificateInner.withPublicBlob(String publicBlob) Set the publicBlob property: The certificate public blob. -
Uses of EndpointCertificateInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type EndpointCertificateInnerModifier and TypeMethodDescriptionEndpointCertificateListResult.value()Get the value property: Array of results.