WebAppsOperationsExtensions.GetPublicCertificateSlotAsync(IWebAppsOperations, String, String, String, String, CancellationToken) Method
Definition
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.PublicCertificateInner> GetPublicCertificateSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, string slot, string publicCertificateName, System.Threading.CancellationToken cancellationToken = null);
static member GetPublicCertificateSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.PublicCertificateInner>
Parameters
Returns
- Task<PublicCertificateInner>
Applies to