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