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