SphereCertificateResource.RetrieveCertChainAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves cert chain.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/certificates/{serialNumber}/retrieveCertChain
- Operation Id: Certificates_RetrieveCertChain
- Default Api Version: 2024-04-01
- Resource: SphereCertificateResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sphere.Models.SphereCertificateChainResult>> RetrieveCertChainAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member RetrieveCertChainAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sphere.Models.SphereCertificateChainResult>>
override this.RetrieveCertChainAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sphere.Models.SphereCertificateChainResult>>
Public Overridable Function RetrieveCertChainAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SphereCertificateChainResult))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET