We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38072bd commit bcf2f4fCopy full SHA for bcf2f4f
src/ResourceManager/Websites/Commands.Websites/Utilities/WebsitesClientExtensions.cs
@@ -88,6 +88,11 @@ public static IWebAppsOperations WebApps(this WebSiteManagementClient client)
88
return client.WebApps;
89
}
90
91
+ public static IDeletedWebAppsOperations DeletedWebApps(this WebSiteManagementClient client)
92
+ {
93
+ return client.DeletedWebApps;
94
+ }
95
+
96
public static Site CreateOrUpdateSiteSlot(this IWebAppsOperations webApp,
97
string resourceGroupName,
98
string name,
0 commit comments