xml/Azure.ResourceManager.AppService/WebSiteResource.xml (8,029 lines of code) (raw):

<Type Name="WebSiteResource" FullName="Azure.ResourceManager.AppService.WebSiteResource"> <TypeSignature Language="C#" Value="public class WebSiteResource : Azure.ResourceManager.ArmResource, System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;, System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit WebSiteResource extends Azure.ResourceManager.ArmResource implements class System.ClientModel.Primitives.IJsonModel`1&lt;class Azure.ResourceManager.AppService.WebSiteData&gt;, class System.ClientModel.Primitives.IPersistableModel`1&lt;class Azure.ResourceManager.AppService.WebSiteData&gt;" /> <TypeSignature Language="DocId" Value="T:Azure.ResourceManager.AppService.WebSiteResource" /> <TypeSignature Language="VB.NET" Value="Public Class WebSiteResource&#xA;Inherits ArmResource&#xA;Implements IJsonModel(Of WebSiteData), IPersistableModel(Of WebSiteData)" /> <TypeSignature Language="F#" Value="type WebSiteResource = class&#xA; inherit ArmResource&#xA; interface IJsonModel&lt;WebSiteData&gt;&#xA; interface IPersistableModel&lt;WebSiteData&gt;" /> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.0.1.0</AssemblyVersion> <AssemblyVersion>1.0.2.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>Azure.ResourceManager.ArmResource</BaseTypeName> </Base> <Interfaces> <Interface> <InterfaceName>System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;</InterfaceName> </Interface> <Interface> <InterfaceName>System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;</InterfaceName> </Interface> <Interface> <InterfaceName>System.ClientModel.Primitives.IPersistableModel&lt;T&gt;</InterfaceName> </Interface> </Interfaces> <Docs> <summary> A Class representing a WebSite along with the instance operations that can be performed on it. If you have a <see cref="T:Azure.Core.ResourceIdentifier" /> you can construct a <see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /> from an instance of <see cref="T:Azure.ResourceManager.ArmClient" /> using the GetWebSiteResource method. Otherwise you can get one from its parent resource <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> using the GetWebSite method. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="protected WebSiteResource ();" /> <MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.#ctor" /> <MemberSignature Language="VB.NET" Value="Protected Sub New ()" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <Parameters /> <Docs> <summary> Initializes a new instance of the <see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /> class for mocking. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="AnalyzeCustomHostname"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt; AnalyzeCustomHostname (string hostName = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt; AnalyzeCustomHostname(string hostName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.AnalyzeCustomHostname(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function AnalyzeCustomHostname (Optional hostName As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CustomHostnameAnalysisResult)" /> <MemberSignature Language="F#" Value="abstract member AnalyzeCustomHostname : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt;&#xA;override this.AnalyzeCustomHostname : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt;" Usage="webSiteResource.AnalyzeCustomHostname (hostName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="hostName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="hostName"> Custom hostname. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Analyze a custom hostname. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/analyzeCustomHostname</description></item><item><term>Operation Id</term><description>WebApps_AnalyzeCustomHostname</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="AnalyzeCustomHostnameAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt;&gt; AnalyzeCustomHostnameAsync (string hostName = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt;&gt; AnalyzeCustomHostnameAsync(string hostName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.AnalyzeCustomHostnameAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function AnalyzeCustomHostnameAsync (Optional hostName As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CustomHostnameAnalysisResult))" /> <MemberSignature Language="F#" Value="abstract member AnalyzeCustomHostnameAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt;&gt;&#xA;override this.AnalyzeCustomHostnameAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt;&gt;" Usage="webSiteResource.AnalyzeCustomHostnameAsync (hostName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="hostName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="hostName"> Custom hostname. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Analyze a custom hostname. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/analyzeCustomHostname</description></item><item><term>Operation Id</term><description>WebApps_AnalyzeCustomHostname</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ApplySlotConfigToProduction"> <MemberSignature Language="C#" Value="public virtual Azure.Response ApplySlotConfigToProduction (Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response ApplySlotConfigToProduction(class Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.ApplySlotConfigToProduction(Azure.ResourceManager.AppService.Models.CsmSlotEntity,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function ApplySlotConfigToProduction (slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member ApplySlotConfigToProduction : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.ApplySlotConfigToProduction : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.ApplySlotConfigToProduction (slotSwapEntity, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="slotSwapEntity" Type="Azure.ResourceManager.AppService.Models.CsmSlotEntity" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="slotSwapEntity"> JSON object that contains the target slot name. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Applies the configuration settings from the target slot onto the current slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/applySlotConfig</description></item><item><term>Operation Id</term><description>WebApps_ApplySlotConfigToProduction</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="slotSwapEntity" /> is null. </exception> </Docs> </Member> <Member MemberName="ApplySlotConfigToProductionAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; ApplySlotConfigToProductionAsync (Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; ApplySlotConfigToProductionAsync(class Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.ApplySlotConfigToProductionAsync(Azure.ResourceManager.AppService.Models.CsmSlotEntity,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function ApplySlotConfigToProductionAsync (slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member ApplySlotConfigToProductionAsync : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.ApplySlotConfigToProductionAsync : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.ApplySlotConfigToProductionAsync (slotSwapEntity, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="slotSwapEntity" Type="Azure.ResourceManager.AppService.Models.CsmSlotEntity" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="slotSwapEntity"> JSON object that contains the target slot name. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Applies the configuration settings from the target slot onto the current slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/applySlotConfig</description></item><item><term>Operation Id</term><description>WebApps_ApplySlotConfigToProduction</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="slotSwapEntity" /> is null. </exception> </Docs> </Member> <Member MemberName="Backup"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt; Backup (Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebAppBackupData&gt; Backup(class Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.Backup(Azure.ResourceManager.AppService.Models.WebAppBackupInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function Backup (info As WebAppBackupInfo, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebAppBackupData)" /> <MemberSignature Language="F#" Value="abstract member Backup : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;&#xA;override this.Backup : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;" Usage="webSiteResource.Backup (info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppBackupInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="info"> Backup configuration. You can use the JSON response from the POST action as input here. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Creates a backup of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backup</description></item><item><term>Operation Id</term><description>WebApps_Backup</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="info" /> is null. </exception> </Docs> </Member> <Member MemberName="BackupAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;&gt; BackupAsync (Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebAppBackupData&gt;&gt; BackupAsync(class Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.BackupAsync(Azure.ResourceManager.AppService.Models.WebAppBackupInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function BackupAsync (info As WebAppBackupInfo, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebAppBackupData))" /> <MemberSignature Language="F#" Value="abstract member BackupAsync : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;&gt;&#xA;override this.BackupAsync : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;&gt;" Usage="webSiteResource.BackupAsync (info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppBackupInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="info"> Backup configuration. You can use the JSON response from the POST action as input here. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Creates a backup of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backup</description></item><item><term>Operation Id</term><description>WebApps_Backup</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="info" /> is null. </exception> </Docs> </Member> <Member MemberName="CreateOneDeployOperation"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;BinaryData&gt; CreateOneDeployOperation (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class System.BinaryData&gt; CreateOneDeployOperation(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.CreateOneDeployOperation(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function CreateOneDeployOperation (Optional cancellationToken As CancellationToken = Nothing) As Response(Of BinaryData)" /> <MemberSignature Language="F#" Value="abstract member CreateOneDeployOperation : System.Threading.CancellationToken -&gt; Azure.Response&lt;BinaryData&gt;&#xA;override this.CreateOneDeployOperation : System.Threading.CancellationToken -&gt; Azure.Response&lt;BinaryData&gt;" Usage="webSiteResource.CreateOneDeployOperation cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;System.BinaryData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Invoke the OneDeploy publish web app extension. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/extensions/onedeploy</description></item><item><term>Operation Id</term><description>WebApps_CreateOneDeployOperation</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteExtensionResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateOneDeployOperationAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;BinaryData&gt;&gt; CreateOneDeployOperationAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class System.BinaryData&gt;&gt; CreateOneDeployOperationAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.CreateOneDeployOperationAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function CreateOneDeployOperationAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BinaryData))" /> <MemberSignature Language="F#" Value="abstract member CreateOneDeployOperationAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;BinaryData&gt;&gt;&#xA;override this.CreateOneDeployOperationAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;BinaryData&gt;&gt;" Usage="webSiteResource.CreateOneDeployOperationAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;System.BinaryData&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Invoke the OneDeploy publish web app extension. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/extensions/onedeploy</description></item><item><term>Operation Id</term><description>WebApps_CreateOneDeployOperation</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteExtensionResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="CreateOrUpdateHostSecret"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt; CreateOrUpdateHostSecret (string keyType, string keyName, Azure.ResourceManager.AppService.Models.WebAppKeyInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt; CreateOrUpdateHostSecret(string keyType, string keyName, class Azure.ResourceManager.AppService.Models.WebAppKeyInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.CreateOrUpdateHostSecret(System.String,System.String,Azure.ResourceManager.AppService.Models.WebAppKeyInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function CreateOrUpdateHostSecret (keyType As String, keyName As String, info As WebAppKeyInfo, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebAppKeyInfo)" /> <MemberSignature Language="F#" Value="abstract member CreateOrUpdateHostSecret : string * string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt;&#xA;override this.CreateOrUpdateHostSecret : string * string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt;" Usage="webSiteResource.CreateOrUpdateHostSecret (keyType, keyName, info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="keyType" Type="System.String" /> <Parameter Name="keyName" Type="System.String" /> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppKeyInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="keyType"> The type of host key. </param> <param name="keyName"> The name of the key. </param> <param name="info"> The key to create or update. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Add or update a host level secret. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/{keyType}/{keyName}</description></item><item><term>Operation Id</term><description>WebApps_CreateOrUpdateHostSecret</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="keyType" /> or <paramref name="keyName" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="keyType" />, <paramref name="keyName" /> or <paramref name="info" /> is null. </exception> </Docs> </Member> <Member MemberName="CreateOrUpdateHostSecretAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt;&gt; CreateOrUpdateHostSecretAsync (string keyType, string keyName, Azure.ResourceManager.AppService.Models.WebAppKeyInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt;&gt; CreateOrUpdateHostSecretAsync(string keyType, string keyName, class Azure.ResourceManager.AppService.Models.WebAppKeyInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.CreateOrUpdateHostSecretAsync(System.String,System.String,Azure.ResourceManager.AppService.Models.WebAppKeyInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function CreateOrUpdateHostSecretAsync (keyType As String, keyName As String, info As WebAppKeyInfo, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebAppKeyInfo))" /> <MemberSignature Language="F#" Value="abstract member CreateOrUpdateHostSecretAsync : string * string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt;&gt;&#xA;override this.CreateOrUpdateHostSecretAsync : string * string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt;&gt;" Usage="webSiteResource.CreateOrUpdateHostSecretAsync (keyType, keyName, info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="keyType" Type="System.String" /> <Parameter Name="keyName" Type="System.String" /> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppKeyInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="keyType"> The type of host key. </param> <param name="keyName"> The name of the key. </param> <param name="info"> The key to create or update. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Add or update a host level secret. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/{keyType}/{keyName}</description></item><item><term>Operation Id</term><description>WebApps_CreateOrUpdateHostSecret</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="keyType" /> or <paramref name="keyName" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="keyType" />, <paramref name="keyName" /> or <paramref name="info" /> is null. </exception> </Docs> </Member> <Member MemberName="CreateResourceIdentifier"> <MemberSignature Language="C#" Value="public static Azure.Core.ResourceIdentifier CreateResourceIdentifier (string subscriptionId, string resourceGroupName, string name);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string name) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="Public Shared Function CreateResourceIdentifier (subscriptionId As String, resourceGroupName As String, name As String) As ResourceIdentifier" /> <MemberSignature Language="F#" Value="static member CreateResourceIdentifier : string * string * string -&gt; Azure.Core.ResourceIdentifier" Usage="Azure.ResourceManager.AppService.WebSiteResource.CreateResourceIdentifier (subscriptionId, resourceGroupName, name)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Core.ResourceIdentifier</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionId" Type="System.String" /> <Parameter Name="resourceGroupName" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <param name="subscriptionId"> The subscriptionId. </param> <param name="resourceGroupName"> The resourceGroupName. </param> <param name="name"> The name. </param> <summary> Generate the resource identifier of a <see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /> instance. </summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Data"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteData Data { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance class Azure.ResourceManager.AppService.WebSiteData Data" /> <MemberSignature Language="DocId" Value="P:Azure.ResourceManager.AppService.WebSiteResource.Data" /> <MemberSignature Language="VB.NET" Value="Public Overridable ReadOnly Property Data As WebSiteData" /> <MemberSignature Language="F#" Value="member this.Data : Azure.ResourceManager.AppService.WebSiteData" Usage="Azure.ResourceManager.AppService.WebSiteResource.Data" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteData</ReturnType> </ReturnValue> <Docs> <summary> Gets the data representing this Feature. </summary> <value>To be added.</value> <remarks>To be added.</remarks> <exception cref="T:System.InvalidOperationException"> Throws if there is no data loaded in the current instance. </exception> </Docs> </Member> <Member MemberName="Delete"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation Delete (Azure.WaitUntil waitUntil, bool? deleteMetrics = default, bool? deleteEmptyServerFarm = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation Delete(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1&lt;bool&gt; deleteMetrics, valuetype System.Nullable`1&lt;bool&gt; deleteEmptyServerFarm, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.Delete(Azure.WaitUntil,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function Delete (waitUntil As WaitUntil, Optional deleteMetrics As Nullable(Of Boolean) = Nothing, Optional deleteEmptyServerFarm As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation" /> <MemberSignature Language="F#" Value="abstract member Delete : Azure.WaitUntil * Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&#xA;override this.Delete : Azure.WaitUntil * Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation" Usage="webSiteResource.Delete (waitUntil, deleteMetrics, deleteEmptyServerFarm, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="deleteMetrics" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="deleteEmptyServerFarm" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="deleteMetrics"> If true, web app metrics are also deleted. </param> <param name="deleteEmptyServerFarm"> Specify false if you want to keep empty App Service plan. By default, empty App Service plan is deleted. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Deletes a web, mobile, or API app, or one of the deployment slots. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}</description></item><item><term>Operation Id</term><description>WebApps_Delete</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt; DeleteAsync (Azure.WaitUntil waitUntil, bool? deleteMetrics = default, bool? deleteEmptyServerFarm = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation&gt; DeleteAsync(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1&lt;bool&gt; deleteMetrics, valuetype System.Nullable`1&lt;bool&gt; deleteEmptyServerFarm, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.DeleteAsync(Azure.WaitUntil,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DeleteAsync (waitUntil As WaitUntil, Optional deleteMetrics As Nullable(Of Boolean) = Nothing, Optional deleteEmptyServerFarm As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)" /> <MemberSignature Language="F#" Value="abstract member DeleteAsync : Azure.WaitUntil * Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;&#xA;override this.DeleteAsync : Azure.WaitUntil * Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;" Usage="webSiteResource.DeleteAsync (waitUntil, deleteMetrics, deleteEmptyServerFarm, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="deleteMetrics" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="deleteEmptyServerFarm" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="deleteMetrics"> If true, web app metrics are also deleted. </param> <param name="deleteEmptyServerFarm"> Specify false if you want to keep empty App Service plan. By default, empty App Service plan is deleted. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Deletes a web, mobile, or API app, or one of the deployment slots. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}</description></item><item><term>Operation Id</term><description>WebApps_Delete</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteBackupConfiguration"> <MemberSignature Language="C#" Value="public virtual Azure.Response DeleteBackupConfiguration (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response DeleteBackupConfiguration(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.DeleteBackupConfiguration(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DeleteBackupConfiguration (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member DeleteBackupConfiguration : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.DeleteBackupConfiguration : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.DeleteBackupConfiguration cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Deletes the backup configuration of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/backup</description></item><item><term>Operation Id</term><description>WebApps_DeleteBackupConfiguration</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteBackupConfigurationAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; DeleteBackupConfigurationAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; DeleteBackupConfigurationAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.DeleteBackupConfigurationAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DeleteBackupConfigurationAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member DeleteBackupConfigurationAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.DeleteBackupConfigurationAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.DeleteBackupConfigurationAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Deletes the backup configuration of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/backup</description></item><item><term>Operation Id</term><description>WebApps_DeleteBackupConfiguration</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeleteHostSecret"> <MemberSignature Language="C#" Value="public virtual Azure.Response DeleteHostSecret (string keyType, string keyName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response DeleteHostSecret(string keyType, string keyName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.DeleteHostSecret(System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DeleteHostSecret (keyType As String, keyName As String, Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member DeleteHostSecret : string * string * System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.DeleteHostSecret : string * string * System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.DeleteHostSecret (keyType, keyName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="keyType" Type="System.String" /> <Parameter Name="keyName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="keyType"> The type of host key. </param> <param name="keyName"> The name of the key. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Delete a host level secret. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/{keyType}/{keyName}</description></item><item><term>Operation Id</term><description>WebApps_DeleteHostSecret</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="keyType" /> or <paramref name="keyName" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="keyType" /> or <paramref name="keyName" /> is null. </exception> </Docs> </Member> <Member MemberName="DeleteHostSecretAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; DeleteHostSecretAsync (string keyType, string keyName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; DeleteHostSecretAsync(string keyType, string keyName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.DeleteHostSecretAsync(System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DeleteHostSecretAsync (keyType As String, keyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member DeleteHostSecretAsync : string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.DeleteHostSecretAsync : string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.DeleteHostSecretAsync (keyType, keyName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="keyType" Type="System.String" /> <Parameter Name="keyName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="keyType"> The type of host key. </param> <param name="keyName"> The name of the key. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Delete a host level secret. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/{keyType}/{keyName}</description></item><item><term>Operation Id</term><description>WebApps_DeleteHostSecret</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="keyType" /> or <paramref name="keyName" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="keyType" /> or <paramref name="keyName" /> is null. </exception> </Docs> </Member> <Member MemberName="DeployWorkflowArtifacts"> <MemberSignature Language="C#" Value="public virtual Azure.Response DeployWorkflowArtifacts (Azure.ResourceManager.AppService.Models.WorkflowArtifacts workflowArtifacts = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response DeployWorkflowArtifacts(class Azure.ResourceManager.AppService.Models.WorkflowArtifacts workflowArtifacts, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.DeployWorkflowArtifacts(Azure.ResourceManager.AppService.Models.WorkflowArtifacts,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DeployWorkflowArtifacts (Optional workflowArtifacts As WorkflowArtifacts = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member DeployWorkflowArtifacts : Azure.ResourceManager.AppService.Models.WorkflowArtifacts * System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.DeployWorkflowArtifacts : Azure.ResourceManager.AppService.Models.WorkflowArtifacts * System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.DeployWorkflowArtifacts (workflowArtifacts, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowArtifacts" Type="Azure.ResourceManager.AppService.Models.WorkflowArtifacts" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowArtifacts"> Application settings and files of the workflow. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Creates the artifacts for web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/deployWorkflowArtifacts</description></item><item><term>Operation Id</term><description>WebApps_DeployWorkflowArtifacts</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DeployWorkflowArtifactsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; DeployWorkflowArtifactsAsync (Azure.ResourceManager.AppService.Models.WorkflowArtifacts workflowArtifacts = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; DeployWorkflowArtifactsAsync(class Azure.ResourceManager.AppService.Models.WorkflowArtifacts workflowArtifacts, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.DeployWorkflowArtifactsAsync(Azure.ResourceManager.AppService.Models.WorkflowArtifacts,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DeployWorkflowArtifactsAsync (Optional workflowArtifacts As WorkflowArtifacts = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member DeployWorkflowArtifactsAsync : Azure.ResourceManager.AppService.Models.WorkflowArtifacts * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.DeployWorkflowArtifactsAsync : Azure.ResourceManager.AppService.Models.WorkflowArtifacts * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.DeployWorkflowArtifactsAsync (workflowArtifacts, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowArtifacts" Type="Azure.ResourceManager.AppService.Models.WorkflowArtifacts" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowArtifacts"> Application settings and files of the workflow. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Creates the artifacts for web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/deployWorkflowArtifacts</description></item><item><term>Operation Id</term><description>WebApps_DeployWorkflowArtifacts</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DisableAllForWebAppRecommendation"> <MemberSignature Language="C#" Value="public virtual Azure.Response DisableAllForWebAppRecommendation (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response DisableAllForWebAppRecommendation(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.DisableAllForWebAppRecommendation(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DisableAllForWebAppRecommendation (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member DisableAllForWebAppRecommendation : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.DisableAllForWebAppRecommendation : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.DisableAllForWebAppRecommendation cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Disable all recommendations for an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations/disable</description></item><item><term>Operation Id</term><description>Recommendations_DisableAllForWebApp</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DisableAllForWebAppRecommendationAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; DisableAllForWebAppRecommendationAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; DisableAllForWebAppRecommendationAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.DisableAllForWebAppRecommendationAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DisableAllForWebAppRecommendationAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member DisableAllForWebAppRecommendationAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.DisableAllForWebAppRecommendationAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.DisableAllForWebAppRecommendationAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Disable all recommendations for an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations/disable</description></item><item><term>Operation Id</term><description>Recommendations_DisableAllForWebApp</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="DiscoverBackup"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt; DiscoverBackup (Azure.ResourceManager.AppService.Models.RestoreRequestInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt; DiscoverBackup(class Azure.ResourceManager.AppService.Models.RestoreRequestInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.DiscoverBackup(Azure.ResourceManager.AppService.Models.RestoreRequestInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DiscoverBackup (info As RestoreRequestInfo, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RestoreRequestInfo)" /> <MemberSignature Language="F#" Value="abstract member DiscoverBackup : Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt;&#xA;override this.DiscoverBackup : Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt;" Usage="webSiteResource.DiscoverBackup (info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.RestoreRequestInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="info"> A RestoreRequest object that includes Azure storage URL and blog name for discovery of backup. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Discovers an existing app backup that can be restored from a blob in Azure storage. Use this to get information about the databases stored in a backup. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/discoverbackup</description></item><item><term>Operation Id</term><description>WebApps_DiscoverBackup</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="info" /> is null. </exception> </Docs> </Member> <Member MemberName="DiscoverBackupAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt;&gt; DiscoverBackupAsync (Azure.ResourceManager.AppService.Models.RestoreRequestInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt;&gt; DiscoverBackupAsync(class Azure.ResourceManager.AppService.Models.RestoreRequestInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.DiscoverBackupAsync(Azure.ResourceManager.AppService.Models.RestoreRequestInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DiscoverBackupAsync (info As RestoreRequestInfo, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RestoreRequestInfo))" /> <MemberSignature Language="F#" Value="abstract member DiscoverBackupAsync : Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt;&gt;&#xA;override this.DiscoverBackupAsync : Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt;&gt;" Usage="webSiteResource.DiscoverBackupAsync (info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.RestoreRequestInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="info"> A RestoreRequest object that includes Azure storage URL and blog name for discovery of backup. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Discovers an existing app backup that can be restored from a blob in Azure storage. Use this to get information about the databases stored in a backup. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/discoverbackup</description></item><item><term>Operation Id</term><description>WebApps_DiscoverBackup</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="info" /> is null. </exception> </Docs> </Member> <Member MemberName="GenerateNewSitePublishingPassword"> <MemberSignature Language="C#" Value="public virtual Azure.Response GenerateNewSitePublishingPassword (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response GenerateNewSitePublishingPassword(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GenerateNewSitePublishingPassword(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GenerateNewSitePublishingPassword (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member GenerateNewSitePublishingPassword : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.GenerateNewSitePublishingPassword : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.GenerateNewSitePublishingPassword cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Generates a new publishing password for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/newpassword</description></item><item><term>Operation Id</term><description>WebApps_GenerateNewSitePublishingPassword</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GenerateNewSitePublishingPasswordAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; GenerateNewSitePublishingPasswordAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; GenerateNewSitePublishingPasswordAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GenerateNewSitePublishingPasswordAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GenerateNewSitePublishingPasswordAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member GenerateNewSitePublishingPasswordAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.GenerateNewSitePublishingPasswordAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.GenerateNewSitePublishingPasswordAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Generates a new publishing password for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/newpassword</description></item><item><term>Operation Id</term><description>WebApps_GenerateNewSitePublishingPassword</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Get"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteResource&gt; Get (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteResource&gt; Get(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.Get(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteResource)" /> <MemberSignature Language="F#" Value="abstract member Get : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteResource&gt;&#xA;override this.Get : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteResource&gt;" Usage="webSiteResource.Get cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the details of a web, mobile, or API app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}</description></item><item><term>Operation Id</term><description>WebApps_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAllConfigurationData"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.SiteConfigData&gt; GetAllConfigurationData (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.SiteConfigData&gt; GetAllConfigurationData(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAllConfigurationData(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllConfigurationData (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SiteConfigData)" /> <MemberSignature Language="F#" Value="abstract member GetAllConfigurationData : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.SiteConfigData&gt;&#xA;override this.GetAllConfigurationData : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.SiteConfigData&gt;" Usage="webSiteResource.GetAllConfigurationData cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.SiteConfigData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for List the configurations of an app <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config</description></item><item><term>Operation Id</term><description>WebApps_ListConfigurations</description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.AppService.SiteConfigData" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAllConfigurationDataAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.SiteConfigData&gt; GetAllConfigurationDataAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.SiteConfigData&gt; GetAllConfigurationDataAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAllConfigurationDataAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllConfigurationDataAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SiteConfigData)" /> <MemberSignature Language="F#" Value="abstract member GetAllConfigurationDataAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.SiteConfigData&gt;&#xA;override this.GetAllConfigurationDataAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.SiteConfigData&gt;" Usage="webSiteResource.GetAllConfigurationDataAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.SiteConfigData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for List the configurations of an app <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config</description></item><item><term>Operation Id</term><description>WebApps_ListConfigurations</description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.SiteConfigData" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAllHybridConnectionData"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt; GetAllHybridConnectionData (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.HybridConnectionData&gt; GetAllHybridConnectionData(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAllHybridConnectionData(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllHybridConnectionData (Optional cancellationToken As CancellationToken = Nothing) As Response(Of HybridConnectionData)" /> <MemberSignature Language="F#" Value="abstract member GetAllHybridConnectionData : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;&#xA;override this.GetAllHybridConnectionData : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;" Usage="webSiteResource.GetAllHybridConnectionData cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName> <AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName> </Attribute> <Attribute> <AttributeName Language="C#">[System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetHybridConnectionsAsync` instead", false)]</AttributeName> <AttributeName Language="F#">[&lt;System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetHybridConnectionsAsync` instead", false)&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Retrieves all Service Bus Hybrid Connections used by this Web App. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionRelays</description></item><item><term>Operation Id</term><description>WebApps_ListHybridConnections</description><description>WebApps_ListHybridConnections</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAllHybridConnectionDataAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;&gt; GetAllHybridConnectionDataAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.HybridConnectionData&gt;&gt; GetAllHybridConnectionDataAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAllHybridConnectionDataAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllHybridConnectionDataAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HybridConnectionData))" /> <MemberSignature Language="F#" Value="abstract member GetAllHybridConnectionDataAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;&gt;&#xA;override this.GetAllHybridConnectionDataAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;&gt;" Usage="webSiteResource.GetAllHybridConnectionDataAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName> <AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName> </Attribute> <Attribute> <AttributeName Language="C#">[System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetHybridConnectionsAsync` instead", false)]</AttributeName> <AttributeName Language="F#">[&lt;System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetHybridConnectionsAsync` instead", false)&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Retrieves all Service Bus Hybrid Connections used by this Web App. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionRelays</description></item><item><term>Operation Id</term><description>WebApps_ListHybridConnections</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAllPremierAddOnData"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.PremierAddOnData&gt; GetAllPremierAddOnData (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.PremierAddOnData&gt; GetAllPremierAddOnData(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAllPremierAddOnData(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllPremierAddOnData (Optional cancellationToken As CancellationToken = Nothing) As Response(Of PremierAddOnData)" /> <MemberSignature Language="F#" Value="abstract member GetAllPremierAddOnData : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.PremierAddOnData&gt;&#xA;override this.GetAllPremierAddOnData : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.PremierAddOnData&gt;" Usage="webSiteResource.GetAllPremierAddOnData cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.PremierAddOnData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the premier add-ons of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/premieraddons</description></item><item><term>Operation Id</term><description>WebApps_ListPremierAddOns</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAllPremierAddOnDataAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.PremierAddOnData&gt;&gt; GetAllPremierAddOnDataAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.PremierAddOnData&gt;&gt; GetAllPremierAddOnDataAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAllPremierAddOnDataAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllPremierAddOnDataAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PremierAddOnData))" /> <MemberSignature Language="F#" Value="abstract member GetAllPremierAddOnDataAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.PremierAddOnData&gt;&gt;&#xA;override this.GetAllPremierAddOnDataAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.PremierAddOnData&gt;&gt;" Usage="webSiteResource.GetAllPremierAddOnDataAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.PremierAddOnData&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the premier add-ons of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/premieraddons</description></item><item><term>Operation Id</term><description>WebApps_ListPremierAddOns</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAllRelayServiceConnectionData"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt; GetAllRelayServiceConnectionData (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt; GetAllRelayServiceConnectionData(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAllRelayServiceConnectionData(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllRelayServiceConnectionData (Optional cancellationToken As CancellationToken = Nothing) As Response(Of RelayServiceConnectionEntityData)" /> <MemberSignature Language="F#" Value="abstract member GetAllRelayServiceConnectionData : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt;&#xA;override this.GetAllRelayServiceConnectionData : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt;" Usage="webSiteResource.GetAllRelayServiceConnectionData cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets hybrid connections configured for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridconnection</description></item><item><term>Operation Id</term><description>WebApps_ListRelayServiceConnections</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAllRelayServiceConnectionDataAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt;&gt; GetAllRelayServiceConnectionDataAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt;&gt; GetAllRelayServiceConnectionDataAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAllRelayServiceConnectionDataAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllRelayServiceConnectionDataAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RelayServiceConnectionEntityData))" /> <MemberSignature Language="F#" Value="abstract member GetAllRelayServiceConnectionDataAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt;&gt;&#xA;override this.GetAllRelayServiceConnectionDataAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt;&gt;" Usage="webSiteResource.GetAllRelayServiceConnectionDataAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets hybrid connections configured for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridconnection</description></item><item><term>Operation Id</term><description>WebApps_ListRelayServiceConnections</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAllSiteBackupData"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt; GetAllSiteBackupData (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.WebAppBackupData&gt; GetAllSiteBackupData(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAllSiteBackupData(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllSiteBackupData (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebAppBackupData)" /> <MemberSignature Language="F#" Value="abstract member GetAllSiteBackupData : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;&#xA;override this.GetAllSiteBackupData : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;" Usage="webSiteResource.GetAllSiteBackupData cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets existing backups of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/listbackups</description></item><item><term>Operation Id</term><description>WebApps_ListSiteBackups</description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.AppService.WebAppBackupData" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAllSiteBackupDataAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt; GetAllSiteBackupDataAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.WebAppBackupData&gt; GetAllSiteBackupDataAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAllSiteBackupDataAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllSiteBackupDataAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebAppBackupData)" /> <MemberSignature Language="F#" Value="abstract member GetAllSiteBackupDataAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;&#xA;override this.GetAllSiteBackupDataAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;" Usage="webSiteResource.GetAllSiteBackupDataAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets existing backups of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/listbackups</description></item><item><term>Operation Id</term><description>WebApps_ListSiteBackups</description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.WebAppBackupData" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetApplicationSettings"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt; GetApplicationSettings (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt; GetApplicationSettings(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetApplicationSettings(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetApplicationSettings (Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceConfigurationDictionary)" /> <MemberSignature Language="F#" Value="abstract member GetApplicationSettings : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&#xA;override this.GetApplicationSettings : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;" Usage="webSiteResource.GetApplicationSettings cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the application settings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/appsettings/list</description></item><item><term>Operation Id</term><description>WebApps_ListApplicationSettings</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetApplicationSettingsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt; GetApplicationSettingsAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt; GetApplicationSettingsAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetApplicationSettingsAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetApplicationSettingsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceConfigurationDictionary))" /> <MemberSignature Language="F#" Value="abstract member GetApplicationSettingsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;&#xA;override this.GetApplicationSettingsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;" Usage="webSiteResource.GetApplicationSettingsAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the application settings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/appsettings/list</description></item><item><term>Operation Id</term><description>WebApps_ListApplicationSettings</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteResource&gt;&gt; GetAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteResource&gt;&gt; GetAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteResource))" /> <MemberSignature Language="F#" Value="abstract member GetAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteResource&gt;&gt;&#xA;override this.GetAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteResource&gt;&gt;" Usage="webSiteResource.GetAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the details of a web, mobile, or API app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}</description></item><item><term>Operation Id</term><description>WebApps_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAuthSettings"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt; GetAuthSettings (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt; GetAuthSettings(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAuthSettings(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAuthSettings (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteAuthSettings)" /> <MemberSignature Language="F#" Value="abstract member GetAuthSettings : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&#xA;override this.GetAuthSettings : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;" Usage="webSiteResource.GetAuthSettings cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the Authentication/Authorization settings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettings/list</description></item><item><term>Operation Id</term><description>WebApps_GetAuthSettings</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAuthSettingsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt; GetAuthSettingsAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt; GetAuthSettingsAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAuthSettingsAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAuthSettingsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteAuthSettings))" /> <MemberSignature Language="F#" Value="abstract member GetAuthSettingsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt;&#xA;override this.GetAuthSettingsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt;" Usage="webSiteResource.GetAuthSettingsAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the Authentication/Authorization settings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettings/list</description></item><item><term>Operation Id</term><description>WebApps_GetAuthSettings</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAuthSettingsV2"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt; GetAuthSettingsV2 (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt; GetAuthSettingsV2(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAuthSettingsV2(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAuthSettingsV2 (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteAuthSettingsV2)" /> <MemberSignature Language="F#" Value="abstract member GetAuthSettingsV2 : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&#xA;override this.GetAuthSettingsV2 : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;" Usage="webSiteResource.GetAuthSettingsV2 cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets site's Authentication / Authorization settings for apps via the V2 format <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettingsV2/list</description></item><item><term>Operation Id</term><description>WebApps_GetAuthSettingsV2</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAuthSettingsV2Async"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt; GetAuthSettingsV2Async (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt; GetAuthSettingsV2Async(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAuthSettingsV2Async(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAuthSettingsV2Async (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteAuthSettingsV2))" /> <MemberSignature Language="F#" Value="abstract member GetAuthSettingsV2Async : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;&#xA;override this.GetAuthSettingsV2Async : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;" Usage="webSiteResource.GetAuthSettingsV2Async cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets site's Authentication / Authorization settings for apps via the V2 format <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettingsV2/list</description></item><item><term>Operation Id</term><description>WebApps_GetAuthSettingsV2</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAuthSettingsV2WithoutSecrets"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt; GetAuthSettingsV2WithoutSecrets (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt; GetAuthSettingsV2WithoutSecrets(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAuthSettingsV2WithoutSecrets(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAuthSettingsV2WithoutSecrets (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteAuthSettingsV2)" /> <MemberSignature Language="F#" Value="abstract member GetAuthSettingsV2WithoutSecrets : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&#xA;override this.GetAuthSettingsV2WithoutSecrets : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;" Usage="webSiteResource.GetAuthSettingsV2WithoutSecrets cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets site's Authentication / Authorization settings for apps via the V2 format <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettingsV2</description></item><item><term>Operation Id</term><description>WebApps_GetAuthSettingsV2WithoutSecrets</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAuthSettingsV2WithoutSecretsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt; GetAuthSettingsV2WithoutSecretsAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt; GetAuthSettingsV2WithoutSecretsAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAuthSettingsV2WithoutSecretsAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAuthSettingsV2WithoutSecretsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteAuthSettingsV2))" /> <MemberSignature Language="F#" Value="abstract member GetAuthSettingsV2WithoutSecretsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;&#xA;override this.GetAuthSettingsV2WithoutSecretsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;" Usage="webSiteResource.GetAuthSettingsV2WithoutSecretsAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets site's Authentication / Authorization settings for apps via the V2 format <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettingsV2</description></item><item><term>Operation Id</term><description>WebApps_GetAuthSettingsV2WithoutSecrets</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAzureStorageAccounts"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt; GetAzureStorageAccounts (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt; GetAzureStorageAccounts(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAzureStorageAccounts(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAzureStorageAccounts (Optional cancellationToken As CancellationToken = Nothing) As Response(Of AzureStoragePropertyDictionary)" /> <MemberSignature Language="F#" Value="abstract member GetAzureStorageAccounts : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&#xA;override this.GetAzureStorageAccounts : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;" Usage="webSiteResource.GetAzureStorageAccounts cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the Azure storage account configurations of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/azurestorageaccounts/list</description></item><item><term>Operation Id</term><description>WebApps_ListAzureStorageAccounts</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAzureStorageAccountsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt; GetAzureStorageAccountsAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt; GetAzureStorageAccountsAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetAzureStorageAccountsAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAzureStorageAccountsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AzureStoragePropertyDictionary))" /> <MemberSignature Language="F#" Value="abstract member GetAzureStorageAccountsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt;&#xA;override this.GetAzureStorageAccountsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt;" Usage="webSiteResource.GetAzureStorageAccountsAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the Azure storage account configurations of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/azurestorageaccounts/list</description></item><item><term>Operation Id</term><description>WebApps_ListAzureStorageAccounts</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetBackupConfiguration"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt; GetBackupConfiguration (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt; GetBackupConfiguration(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetBackupConfiguration(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetBackupConfiguration (Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebAppBackupInfo)" /> <MemberSignature Language="F#" Value="abstract member GetBackupConfiguration : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&#xA;override this.GetBackupConfiguration : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;" Usage="webSiteResource.GetBackupConfiguration cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the backup configuration of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/backup/list</description></item><item><term>Operation Id</term><description>WebApps_GetBackupConfiguration</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetBackupConfigurationAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt; GetBackupConfigurationAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt; GetBackupConfigurationAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetBackupConfigurationAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetBackupConfigurationAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebAppBackupInfo))" /> <MemberSignature Language="F#" Value="abstract member GetBackupConfigurationAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt;&#xA;override this.GetBackupConfigurationAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt;" Usage="webSiteResource.GetBackupConfigurationAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the backup configuration of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/backup/list</description></item><item><term>Operation Id</term><description>WebApps_GetBackupConfiguration</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetConnectionStrings"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt; GetConnectionStrings (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt; GetConnectionStrings(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetConnectionStrings(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetConnectionStrings (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ConnectionStringDictionary)" /> <MemberSignature Language="F#" Value="abstract member GetConnectionStrings : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&#xA;override this.GetConnectionStrings : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;" Usage="webSiteResource.GetConnectionStrings cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the connection strings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/connectionstrings/list</description></item><item><term>Operation Id</term><description>WebApps_ListConnectionStrings</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetConnectionStringsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt; GetConnectionStringsAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt; GetConnectionStringsAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetConnectionStringsAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetConnectionStringsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ConnectionStringDictionary))" /> <MemberSignature Language="F#" Value="abstract member GetConnectionStringsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt;&#xA;override this.GetConnectionStringsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt;" Usage="webSiteResource.GetConnectionStringsAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the connection strings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/connectionstrings/list</description></item><item><term>Operation Id</term><description>WebApps_ListConnectionStrings</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetContainerLogsZip"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;System.IO.Stream&gt; GetContainerLogsZip (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class System.IO.Stream&gt; GetContainerLogsZip(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetContainerLogsZip(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetContainerLogsZip (Optional cancellationToken As CancellationToken = Nothing) As Response(Of Stream)" /> <MemberSignature Language="F#" Value="abstract member GetContainerLogsZip : System.Threading.CancellationToken -&gt; Azure.Response&lt;System.IO.Stream&gt;&#xA;override this.GetContainerLogsZip : System.Threading.CancellationToken -&gt; Azure.Response&lt;System.IO.Stream&gt;" Usage="webSiteResource.GetContainerLogsZip cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;System.IO.Stream&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the ZIP archived docker log files for the given site <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/containerlogs/zip/download</description></item><item><term>Operation Id</term><description>WebApps_GetContainerLogsZip</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetContainerLogsZipAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt; GetContainerLogsZipAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class System.IO.Stream&gt;&gt; GetContainerLogsZipAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetContainerLogsZipAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetContainerLogsZipAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Stream))" /> <MemberSignature Language="F#" Value="abstract member GetContainerLogsZipAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;&#xA;override this.GetContainerLogsZipAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;" Usage="webSiteResource.GetContainerLogsZipAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the ZIP archived docker log files for the given site <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/containerlogs/zip/download</description></item><item><term>Operation Id</term><description>WebApps_GetContainerLogsZip</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetFunctionsAdminToken"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;string&gt; GetFunctionsAdminToken (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;string&gt; GetFunctionsAdminToken(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetFunctionsAdminToken(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetFunctionsAdminToken (Optional cancellationToken As CancellationToken = Nothing) As Response(Of String)" /> <MemberSignature Language="F#" Value="abstract member GetFunctionsAdminToken : System.Threading.CancellationToken -&gt; Azure.Response&lt;string&gt;&#xA;override this.GetFunctionsAdminToken : System.Threading.CancellationToken -&gt; Azure.Response&lt;string&gt;" Usage="webSiteResource.GetFunctionsAdminToken cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;System.String&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Fetch a short lived token that can be exchanged for a master key. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/admin/token</description></item><item><term>Operation Id</term><description>WebApps_GetFunctionsAdminToken</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetFunctionsAdminTokenAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;string&gt;&gt; GetFunctionsAdminTokenAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;string&gt;&gt; GetFunctionsAdminTokenAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetFunctionsAdminTokenAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetFunctionsAdminTokenAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of String))" /> <MemberSignature Language="F#" Value="abstract member GetFunctionsAdminTokenAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;string&gt;&gt;&#xA;override this.GetFunctionsAdminTokenAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;string&gt;&gt;" Usage="webSiteResource.GetFunctionsAdminTokenAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Fetch a short lived token that can be exchanged for a master key. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/admin/token</description></item><item><term>Operation Id</term><description>WebApps_GetFunctionsAdminToken</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetHistoryForWebAppRecommendations"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt; GetHistoryForWebAppRecommendations (bool? expiredOnly = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt; GetHistoryForWebAppRecommendations(valuetype System.Nullable`1&lt;bool&gt; expiredOnly, string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetHistoryForWebAppRecommendations(System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetHistoryForWebAppRecommendations (Optional expiredOnly As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServiceRecommendation)" /> <MemberSignature Language="F#" Value="abstract member GetHistoryForWebAppRecommendations : Nullable&lt;bool&gt; * string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt;&#xA;override this.GetHistoryForWebAppRecommendations : Nullable&lt;bool&gt; * string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt;" Usage="webSiteResource.GetHistoryForWebAppRecommendations (expiredOnly, filter, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="expiredOnly" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="filter" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="expiredOnly"> Specify &lt;code&gt;false&lt;/code&gt; to return all recommendations. The default is &lt;code&gt;true&lt;/code&gt;, which returns only expired recommendations. </param> <param name="filter"> Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get past recommendations for an app, optionally specified by the time range. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendationHistory</description></item><item><term>Operation Id</term><description>Recommendations_ListHistoryForWebApp</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppServiceRecommendation" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetHistoryForWebAppRecommendationsAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt; GetHistoryForWebAppRecommendationsAsync (bool? expiredOnly = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt; GetHistoryForWebAppRecommendationsAsync(valuetype System.Nullable`1&lt;bool&gt; expiredOnly, string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetHistoryForWebAppRecommendationsAsync(System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetHistoryForWebAppRecommendationsAsync (Optional expiredOnly As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceRecommendation)" /> <MemberSignature Language="F#" Value="abstract member GetHistoryForWebAppRecommendationsAsync : Nullable&lt;bool&gt; * string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt;&#xA;override this.GetHistoryForWebAppRecommendationsAsync : Nullable&lt;bool&gt; * string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt;" Usage="webSiteResource.GetHistoryForWebAppRecommendationsAsync (expiredOnly, filter, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="expiredOnly" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="filter" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="expiredOnly"> Specify &lt;code&gt;false&lt;/code&gt; to return all recommendations. The default is &lt;code&gt;true&lt;/code&gt;, which returns only expired recommendations. </param> <param name="filter"> Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get past recommendations for an app, optionally specified by the time range. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendationHistory</description></item><item><term>Operation Id</term><description>Recommendations_ListHistoryForWebApp</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppServiceRecommendation" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetHostKeys"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt; GetHostKeys (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt; GetHostKeys(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetHostKeys(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetHostKeys (Optional cancellationToken As CancellationToken = Nothing) As Response(Of FunctionAppHostKeys)" /> <MemberSignature Language="F#" Value="abstract member GetHostKeys : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt;&#xA;override this.GetHostKeys : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt;" Usage="webSiteResource.GetHostKeys cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get host secrets for a function app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/listkeys</description></item><item><term>Operation Id</term><description>WebApps_ListHostKeys</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetHostKeysAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt;&gt; GetHostKeysAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt;&gt; GetHostKeysAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetHostKeysAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetHostKeysAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of FunctionAppHostKeys))" /> <MemberSignature Language="F#" Value="abstract member GetHostKeysAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt;&gt;&#xA;override this.GetHostKeysAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt;&gt;" Usage="webSiteResource.GetHostKeysAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get host secrets for a function app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/listkeys</description></item><item><term>Operation Id</term><description>WebApps_ListHostKeys</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetHybridConnections"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt; GetHybridConnections (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.HybridConnectionData&gt; GetHybridConnections(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetHybridConnections(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetHybridConnections (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of HybridConnectionData)" /> <MemberSignature Language="F#" Value="abstract member GetHybridConnections : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;&#xA;override this.GetHybridConnections : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;" Usage="webSiteResource.GetHybridConnections cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Retrieves all Service Bus Hybrid Connections used by this Web App. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionRelays</description></item><item><term>Operation Id</term><description>WebApps_ListHybridConnections</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.AppService.HybridConnectionData" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetHybridConnectionsAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt; GetHybridConnectionsAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.HybridConnectionData&gt; GetHybridConnectionsAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetHybridConnectionsAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetHybridConnectionsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HybridConnectionData)" /> <MemberSignature Language="F#" Value="abstract member GetHybridConnectionsAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;&#xA;override this.GetHybridConnectionsAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;" Usage="webSiteResource.GetHybridConnectionsAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Retrieves all Service Bus Hybrid Connections used by this Web App. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionRelays</description></item><item><term>Operation Id</term><description>WebApps_ListHybridConnections</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.HybridConnectionData" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetLogsSiteConfig"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.LogsSiteConfigResource GetLogsSiteConfig ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.LogsSiteConfigResource GetLogsSiteConfig() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetLogsSiteConfig" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetLogsSiteConfig () As LogsSiteConfigResource" /> <MemberSignature Language="F#" Value="abstract member GetLogsSiteConfig : unit -&gt; Azure.ResourceManager.AppService.LogsSiteConfigResource&#xA;override this.GetLogsSiteConfig : unit -&gt; Azure.ResourceManager.AppService.LogsSiteConfigResource" Usage="webSiteResource.GetLogsSiteConfig " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.LogsSiteConfigResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a LogsSiteConfigResource along with the instance operations that can be performed on it in the WebSite. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.LogsSiteConfigResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetMetadata"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt; GetMetadata (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt; GetMetadata(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetMetadata(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetMetadata (Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceConfigurationDictionary)" /> <MemberSignature Language="F#" Value="abstract member GetMetadata : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&#xA;override this.GetMetadata : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;" Usage="webSiteResource.GetMetadata cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the metadata of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/metadata/list</description></item><item><term>Operation Id</term><description>WebApps_ListMetadata</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetMetadataAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt; GetMetadataAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt; GetMetadataAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetMetadataAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetMetadataAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceConfigurationDictionary))" /> <MemberSignature Language="F#" Value="abstract member GetMetadataAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;&#xA;override this.GetMetadataAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;" Usage="webSiteResource.GetMetadataAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the metadata of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/metadata/list</description></item><item><term>Operation Id</term><description>WebApps_ListMetadata</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetMigrateMySqlStatus"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.MigrateMySqlStatusResource&gt; GetMigrateMySqlStatus (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.MigrateMySqlStatusResource&gt; GetMigrateMySqlStatus(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetMigrateMySqlStatus(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetMigrateMySqlStatus (Optional cancellationToken As CancellationToken = Nothing) As Response(Of MigrateMySqlStatusResource)" /> <MemberSignature Language="F#" Value="abstract member GetMigrateMySqlStatus : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.MigrateMySqlStatusResource&gt;&#xA;override this.GetMigrateMySqlStatus : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.MigrateMySqlStatusResource&gt;" Usage="webSiteResource.GetMigrateMySqlStatus cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.MigrateMySqlStatusResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app is enabled <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/migratemysql/status</description></item><item><term>Operation Id</term><description>WebApps_GetMigrateMySqlStatus</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetMigrateMySqlStatusAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.MigrateMySqlStatusResource&gt;&gt; GetMigrateMySqlStatusAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.MigrateMySqlStatusResource&gt;&gt; GetMigrateMySqlStatusAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetMigrateMySqlStatusAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetMigrateMySqlStatusAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MigrateMySqlStatusResource))" /> <MemberSignature Language="F#" Value="abstract member GetMigrateMySqlStatusAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.MigrateMySqlStatusResource&gt;&gt;&#xA;override this.GetMigrateMySqlStatusAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.MigrateMySqlStatusResource&gt;&gt;" Usage="webSiteResource.GetMigrateMySqlStatusAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.MigrateMySqlStatusResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Returns the status of MySql in app migration, if one is active, and whether or not MySql in app is enabled <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/migratemysql/status</description></item><item><term>Operation Id</term><description>WebApps_GetMigrateMySqlStatus</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetNetworkFeatures"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.NetworkFeatureResource&gt; GetNetworkFeatures (string view, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.NetworkFeatureResource&gt; GetNetworkFeatures(string view, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetNetworkFeatures(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkFeatures (view As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkFeatureResource)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkFeatures : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.NetworkFeatureResource&gt;&#xA;override this.GetNetworkFeatures : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.NetworkFeatureResource&gt;" Usage="webSiteResource.GetNetworkFeatures (view, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.NetworkFeatureResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="view" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="view"> The type of view. Only "summary" is supported at this time. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets all network features used by the app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkFeatures/{view}</description></item><item><term>Operation Id</term><description>WebApps_ListNetworkFeatures</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="view" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="view" /> is null. </exception> </Docs> </Member> <Member MemberName="GetNetworkFeaturesAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.NetworkFeatureResource&gt;&gt; GetNetworkFeaturesAsync (string view, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.NetworkFeatureResource&gt;&gt; GetNetworkFeaturesAsync(string view, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetNetworkFeaturesAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkFeaturesAsync (view As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetworkFeatureResource))" /> <MemberSignature Language="F#" Value="abstract member GetNetworkFeaturesAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.NetworkFeatureResource&gt;&gt;&#xA;override this.GetNetworkFeaturesAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.NetworkFeatureResource&gt;&gt;" Usage="webSiteResource.GetNetworkFeaturesAsync (view, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.NetworkFeatureResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="view" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="view"> The type of view. Only "summary" is supported at this time. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets all network features used by the app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkFeatures/{view}</description></item><item><term>Operation Id</term><description>WebApps_ListNetworkFeatures</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="view" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="view" /> is null. </exception> </Docs> </Member> <Member MemberName="GetNetworkTraceOperation"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraceOperation (string operationId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraceOperation(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetNetworkTraceOperation(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkTraceOperation (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebAppNetworkTrace)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkTraceOperation : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&#xA;override this.GetNetworkTraceOperation : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;" Usage="webSiteResource.GetNetworkTraceOperation (operationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operationId"> GUID of the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named operation for a network trace capturing (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTrace/operationresults/{operationId}</description></item><item><term>Operation Id</term><description>WebApps_GetNetworkTraceOperation</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.WebAppNetworkTrace" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="operationId" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="operationId" /> is null. </exception> </Docs> </Member> <Member MemberName="GetNetworkTraceOperationAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraceOperationAsync (string operationId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraceOperationAsync(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetNetworkTraceOperationAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkTraceOperationAsync (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebAppNetworkTrace)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkTraceOperationAsync : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&#xA;override this.GetNetworkTraceOperationAsync : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;" Usage="webSiteResource.GetNetworkTraceOperationAsync (operationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operationId"> GUID of the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named operation for a network trace capturing (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTrace/operationresults/{operationId}</description></item><item><term>Operation Id</term><description>WebApps_GetNetworkTraceOperation</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.WebAppNetworkTrace" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="operationId" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="operationId" /> is null. </exception> </Docs> </Member> <Member MemberName="GetNetworkTraceOperationV2"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraceOperationV2 (string operationId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraceOperationV2(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetNetworkTraceOperationV2(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkTraceOperationV2 (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebAppNetworkTrace)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkTraceOperationV2 : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&#xA;override this.GetNetworkTraceOperationV2 : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;" Usage="webSiteResource.GetNetworkTraceOperationV2 (operationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operationId"> GUID of the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named operation for a network trace capturing (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTraces/current/operationresults/{operationId}</description></item><item><term>Operation Id</term><description>WebApps_GetNetworkTraceOperationV2</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.WebAppNetworkTrace" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="operationId" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="operationId" /> is null. </exception> </Docs> </Member> <Member MemberName="GetNetworkTraceOperationV2Async"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraceOperationV2Async (string operationId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraceOperationV2Async(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetNetworkTraceOperationV2Async(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkTraceOperationV2Async (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebAppNetworkTrace)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkTraceOperationV2Async : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&#xA;override this.GetNetworkTraceOperationV2Async : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;" Usage="webSiteResource.GetNetworkTraceOperationV2Async (operationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operationId"> GUID of the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named operation for a network trace capturing (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTraces/current/operationresults/{operationId}</description></item><item><term>Operation Id</term><description>WebApps_GetNetworkTraceOperationV2</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.WebAppNetworkTrace" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="operationId" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="operationId" /> is null. </exception> </Docs> </Member> <Member MemberName="GetNetworkTraces"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraces (string operationId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraces(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetNetworkTraces(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkTraces (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebAppNetworkTrace)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkTraces : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&#xA;override this.GetNetworkTraces : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;" Usage="webSiteResource.GetNetworkTraces (operationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operationId"> GUID of the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named operation for a network trace capturing (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTrace/{operationId}</description></item><item><term>Operation Id</term><description>WebApps_GetNetworkTraces</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.WebAppNetworkTrace" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="operationId" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="operationId" /> is null. </exception> </Docs> </Member> <Member MemberName="GetNetworkTracesAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTracesAsync (string operationId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTracesAsync(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetNetworkTracesAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkTracesAsync (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebAppNetworkTrace)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkTracesAsync : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&#xA;override this.GetNetworkTracesAsync : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;" Usage="webSiteResource.GetNetworkTracesAsync (operationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operationId"> GUID of the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named operation for a network trace capturing (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTrace/{operationId}</description></item><item><term>Operation Id</term><description>WebApps_GetNetworkTraces</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.WebAppNetworkTrace" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="operationId" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="operationId" /> is null. </exception> </Docs> </Member> <Member MemberName="GetNetworkTracesV2"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTracesV2 (string operationId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTracesV2(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetNetworkTracesV2(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkTracesV2 (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebAppNetworkTrace)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkTracesV2 : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&#xA;override this.GetNetworkTracesV2 : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;" Usage="webSiteResource.GetNetworkTracesV2 (operationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operationId"> GUID of the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named operation for a network trace capturing (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTraces/{operationId}</description></item><item><term>Operation Id</term><description>WebApps_GetNetworkTracesV2</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.WebAppNetworkTrace" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="operationId" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="operationId" /> is null. </exception> </Docs> </Member> <Member MemberName="GetNetworkTracesV2Async"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTracesV2Async (string operationId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTracesV2Async(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetNetworkTracesV2Async(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkTracesV2Async (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebAppNetworkTrace)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkTracesV2Async : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&#xA;override this.GetNetworkTracesV2Async : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;" Usage="webSiteResource.GetNetworkTracesV2Async (operationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operationId"> GUID of the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named operation for a network trace capturing (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTraces/{operationId}</description></item><item><term>Operation Id</term><description>WebApps_GetNetworkTracesV2</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.WebAppNetworkTrace" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="operationId" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="operationId" /> is null. </exception> </Docs> </Member> <Member MemberName="GetOneDeployStatus"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;BinaryData&gt; GetOneDeployStatus (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class System.BinaryData&gt; GetOneDeployStatus(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetOneDeployStatus(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetOneDeployStatus (Optional cancellationToken As CancellationToken = Nothing) As Response(Of BinaryData)" /> <MemberSignature Language="F#" Value="abstract member GetOneDeployStatus : System.Threading.CancellationToken -&gt; Azure.Response&lt;BinaryData&gt;&#xA;override this.GetOneDeployStatus : System.Threading.CancellationToken -&gt; Azure.Response&lt;BinaryData&gt;" Usage="webSiteResource.GetOneDeployStatus cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;System.BinaryData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Invoke onedeploy status API /api/deployments and gets the deployment status for the site <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/extensions/onedeploy</description></item><item><term>Operation Id</term><description>WebApps_GetOneDeployStatus</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetOneDeployStatusAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;BinaryData&gt;&gt; GetOneDeployStatusAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class System.BinaryData&gt;&gt; GetOneDeployStatusAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetOneDeployStatusAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetOneDeployStatusAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BinaryData))" /> <MemberSignature Language="F#" Value="abstract member GetOneDeployStatusAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;BinaryData&gt;&gt;&#xA;override this.GetOneDeployStatusAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;BinaryData&gt;&gt;" Usage="webSiteResource.GetOneDeployStatusAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;System.BinaryData&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Invoke onedeploy status API /api/deployments and gets the deployment status for the site <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/extensions/onedeploy</description></item><item><term>Operation Id</term><description>WebApps_GetOneDeployStatus</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetPerfMonCounters"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt; GetPerfMonCounters (string filter = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt; GetPerfMonCounters(string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetPerfMonCounters(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetPerfMonCounters (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PerfMonResponseInfo)" /> <MemberSignature Language="F#" Value="abstract member GetPerfMonCounters : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt;&#xA;override this.GetPerfMonCounters : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt;" Usage="webSiteResource.GetPerfMonCounters (filter, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="filter" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="filter"> Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets perfmon counters for web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/perfcounters</description></item><item><term>Operation Id</term><description>WebApps_ListPerfMonCounters</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.PerfMonResponseInfo" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetPerfMonCountersAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt; GetPerfMonCountersAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt; GetPerfMonCountersAsync(string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetPerfMonCountersAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetPerfMonCountersAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PerfMonResponseInfo)" /> <MemberSignature Language="F#" Value="abstract member GetPerfMonCountersAsync : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt;&#xA;override this.GetPerfMonCountersAsync : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt;" Usage="webSiteResource.GetPerfMonCountersAsync (filter, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="filter" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="filter"> Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets perfmon counters for web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/perfcounters</description></item><item><term>Operation Id</term><description>WebApps_ListPerfMonCounters</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.PerfMonResponseInfo" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetPrivateLinkResources"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt; GetPrivateLinkResources (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt; GetPrivateLinkResources(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetPrivateLinkResources(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetPrivateLinkResources (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServicePrivateLinkResourceData)" /> <MemberSignature Language="F#" Value="abstract member GetPrivateLinkResources : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt;&#xA;override this.GetPrivateLinkResources : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt;" Usage="webSiteResource.GetPrivateLinkResources cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the private link resources <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateLinkResources</description></item><item><term>Operation Id</term><description>WebApps_GetPrivateLinkResources</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetPrivateLinkResourcesAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt; GetPrivateLinkResourcesAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt; GetPrivateLinkResourcesAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetPrivateLinkResourcesAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetPrivateLinkResourcesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServicePrivateLinkResourceData)" /> <MemberSignature Language="F#" Value="abstract member GetPrivateLinkResourcesAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt;&#xA;override this.GetPrivateLinkResourcesAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt;" Usage="webSiteResource.GetPrivateLinkResourcesAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the private link resources <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateLinkResources</description></item><item><term>Operation Id</term><description>WebApps_GetPrivateLinkResources</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetProductionSiteDeploymentStatus"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt; GetProductionSiteDeploymentStatus (Azure.WaitUntil waitUntil, string deploymentStatusId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation`1&lt;class Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt; GetProductionSiteDeploymentStatus(valuetype Azure.WaitUntil waitUntil, string deploymentStatusId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetProductionSiteDeploymentStatus(Azure.WaitUntil,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetProductionSiteDeploymentStatus (waitUntil As WaitUntil, deploymentStatusId As String, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of CsmDeploymentStatus)" /> <MemberSignature Language="F#" Value="abstract member GetProductionSiteDeploymentStatus : Azure.WaitUntil * string * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;&#xA;override this.GetProductionSiteDeploymentStatus : Azure.WaitUntil * string * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;" Usage="webSiteResource.GetProductionSiteDeploymentStatus (waitUntil, deploymentStatusId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="deploymentStatusId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="deploymentStatusId"> GUID of the deployment operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets the deployment status for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/deploymentStatus/{deploymentStatusId}</description></item><item><term>Operation Id</term><description>WebApps_GetProductionSiteDeploymentStatus</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="deploymentStatusId" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="deploymentStatusId" /> is null. </exception> </Docs> </Member> <Member MemberName="GetProductionSiteDeploymentStatusAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;&gt; GetProductionSiteDeploymentStatusAsync (Azure.WaitUntil waitUntil, string deploymentStatusId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation`1&lt;class Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;&gt; GetProductionSiteDeploymentStatusAsync(valuetype Azure.WaitUntil waitUntil, string deploymentStatusId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetProductionSiteDeploymentStatusAsync(Azure.WaitUntil,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetProductionSiteDeploymentStatusAsync (waitUntil As WaitUntil, deploymentStatusId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of CsmDeploymentStatus))" /> <MemberSignature Language="F#" Value="abstract member GetProductionSiteDeploymentStatusAsync : Azure.WaitUntil * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;&gt;&#xA;override this.GetProductionSiteDeploymentStatusAsync : Azure.WaitUntil * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;&gt;" Usage="webSiteResource.GetProductionSiteDeploymentStatusAsync (waitUntil, deploymentStatusId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="deploymentStatusId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="deploymentStatusId"> GUID of the deployment operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets the deployment status for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/deploymentStatus/{deploymentStatusId}</description></item><item><term>Operation Id</term><description>WebApps_GetProductionSiteDeploymentStatus</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="deploymentStatusId" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="deploymentStatusId" /> is null. </exception> </Docs> </Member> <Member MemberName="GetProductionSiteDeploymentStatuses"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt; GetProductionSiteDeploymentStatuses (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt; GetProductionSiteDeploymentStatuses(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetProductionSiteDeploymentStatuses(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetProductionSiteDeploymentStatuses (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CsmDeploymentStatus)" /> <MemberSignature Language="F#" Value="abstract member GetProductionSiteDeploymentStatuses : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;&#xA;override this.GetProductionSiteDeploymentStatuses : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;" Usage="webSiteResource.GetProductionSiteDeploymentStatuses cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> List deployment statuses for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/deploymentStatus</description></item><item><term>Operation Id</term><description>WebApps_ListProductionSiteDeploymentStatuses</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.CsmDeploymentStatus" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetProductionSiteDeploymentStatusesAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt; GetProductionSiteDeploymentStatusesAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt; GetProductionSiteDeploymentStatusesAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetProductionSiteDeploymentStatusesAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetProductionSiteDeploymentStatusesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CsmDeploymentStatus)" /> <MemberSignature Language="F#" Value="abstract member GetProductionSiteDeploymentStatusesAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;&#xA;override this.GetProductionSiteDeploymentStatusesAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;" Usage="webSiteResource.GetProductionSiteDeploymentStatusesAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> List deployment statuses for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/deploymentStatus</description></item><item><term>Operation Id</term><description>WebApps_ListProductionSiteDeploymentStatuses</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.CsmDeploymentStatus" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetPublishingCredentials"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.PublishingUserResource&gt; GetPublishingCredentials (Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation`1&lt;class Azure.ResourceManager.AppService.PublishingUserResource&gt; GetPublishingCredentials(valuetype Azure.WaitUntil waitUntil, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetPublishingCredentials(Azure.WaitUntil,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetPublishingCredentials (waitUntil As WaitUntil, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of PublishingUserResource)" /> <MemberSignature Language="F#" Value="abstract member GetPublishingCredentials : Azure.WaitUntil * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.PublishingUserResource&gt;&#xA;override this.GetPublishingCredentials : Azure.WaitUntil * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.PublishingUserResource&gt;" Usage="webSiteResource.GetPublishingCredentials (waitUntil, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.PublishingUserResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the Git/FTP publishing credentials of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/publishingcredentials/list</description></item><item><term>Operation Id</term><description>WebApps_ListPublishingCredentials</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetPublishingCredentialsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.PublishingUserResource&gt;&gt; GetPublishingCredentialsAsync (Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation`1&lt;class Azure.ResourceManager.AppService.PublishingUserResource&gt;&gt; GetPublishingCredentialsAsync(valuetype Azure.WaitUntil waitUntil, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetPublishingCredentialsAsync(Azure.WaitUntil,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetPublishingCredentialsAsync (waitUntil As WaitUntil, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of PublishingUserResource))" /> <MemberSignature Language="F#" Value="abstract member GetPublishingCredentialsAsync : Azure.WaitUntil * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.PublishingUserResource&gt;&gt;&#xA;override this.GetPublishingCredentialsAsync : Azure.WaitUntil * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.PublishingUserResource&gt;&gt;" Usage="webSiteResource.GetPublishingCredentialsAsync (waitUntil, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.PublishingUserResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the Git/FTP publishing credentials of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/publishingcredentials/list</description></item><item><term>Operation Id</term><description>WebApps_ListPublishingCredentials</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetPublishingProfileXmlWithSecrets"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;System.IO.Stream&gt; GetPublishingProfileXmlWithSecrets (Azure.ResourceManager.AppService.Models.CsmPublishingProfile publishingProfileOptions, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class System.IO.Stream&gt; GetPublishingProfileXmlWithSecrets(class Azure.ResourceManager.AppService.Models.CsmPublishingProfile publishingProfileOptions, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetPublishingProfileXmlWithSecrets(Azure.ResourceManager.AppService.Models.CsmPublishingProfile,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetPublishingProfileXmlWithSecrets (publishingProfileOptions As CsmPublishingProfile, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Stream)" /> <MemberSignature Language="F#" Value="abstract member GetPublishingProfileXmlWithSecrets : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -&gt; Azure.Response&lt;System.IO.Stream&gt;&#xA;override this.GetPublishingProfileXmlWithSecrets : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -&gt; Azure.Response&lt;System.IO.Stream&gt;" Usage="webSiteResource.GetPublishingProfileXmlWithSecrets (publishingProfileOptions, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;System.IO.Stream&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="publishingProfileOptions" Type="Azure.ResourceManager.AppService.Models.CsmPublishingProfile" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="publishingProfileOptions"> Specifies publishingProfileOptions for publishing profile. For example, use {"format": "FileZilla3"} to get a FileZilla publishing profile. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the publishing profile for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/publishxml</description></item><item><term>Operation Id</term><description>WebApps_ListPublishingProfileXmlWithSecrets</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="publishingProfileOptions" /> is null. </exception> </Docs> </Member> <Member MemberName="GetPublishingProfileXmlWithSecretsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt; GetPublishingProfileXmlWithSecretsAsync (Azure.ResourceManager.AppService.Models.CsmPublishingProfile publishingProfileOptions, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class System.IO.Stream&gt;&gt; GetPublishingProfileXmlWithSecretsAsync(class Azure.ResourceManager.AppService.Models.CsmPublishingProfile publishingProfileOptions, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetPublishingProfileXmlWithSecretsAsync(Azure.ResourceManager.AppService.Models.CsmPublishingProfile,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetPublishingProfileXmlWithSecretsAsync (publishingProfileOptions As CsmPublishingProfile, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Stream))" /> <MemberSignature Language="F#" Value="abstract member GetPublishingProfileXmlWithSecretsAsync : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;&#xA;override this.GetPublishingProfileXmlWithSecretsAsync : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;" Usage="webSiteResource.GetPublishingProfileXmlWithSecretsAsync (publishingProfileOptions, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="publishingProfileOptions" Type="Azure.ResourceManager.AppService.Models.CsmPublishingProfile" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="publishingProfileOptions"> Specifies publishingProfileOptions for publishing profile. For example, use {"format": "FileZilla3"} to get a FileZilla publishing profile. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the publishing profile for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/publishxml</description></item><item><term>Operation Id</term><description>WebApps_ListPublishingProfileXmlWithSecrets</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="publishingProfileOptions" /> is null. </exception> </Docs> </Member> <Member MemberName="GetRecommendedRulesForWebAppRecommendations"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt; GetRecommendedRulesForWebAppRecommendations (bool? featured = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt; GetRecommendedRulesForWebAppRecommendations(valuetype System.Nullable`1&lt;bool&gt; featured, string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetRecommendedRulesForWebAppRecommendations(System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetRecommendedRulesForWebAppRecommendations (Optional featured As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServiceRecommendation)" /> <MemberSignature Language="F#" Value="abstract member GetRecommendedRulesForWebAppRecommendations : Nullable&lt;bool&gt; * string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt;&#xA;override this.GetRecommendedRulesForWebAppRecommendations : Nullable&lt;bool&gt; * string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt;" Usage="webSiteResource.GetRecommendedRulesForWebAppRecommendations (featured, filter, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="featured" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="filter" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="featured"> Specify &lt;code&gt;true&lt;/code&gt; to return only the most critical recommendations. The default is &lt;code&gt;false&lt;/code&gt;, which returns all recommendations. </param> <param name="filter"> Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get all recommendations for an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations</description></item><item><term>Operation Id</term><description>Recommendations_ListRecommendedRulesForWebApp</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteRecommendationResource" /></description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppServiceRecommendation" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetRecommendedRulesForWebAppRecommendationsAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt; GetRecommendedRulesForWebAppRecommendationsAsync (bool? featured = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt; GetRecommendedRulesForWebAppRecommendationsAsync(valuetype System.Nullable`1&lt;bool&gt; featured, string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetRecommendedRulesForWebAppRecommendationsAsync(System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetRecommendedRulesForWebAppRecommendationsAsync (Optional featured As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceRecommendation)" /> <MemberSignature Language="F#" Value="abstract member GetRecommendedRulesForWebAppRecommendationsAsync : Nullable&lt;bool&gt; * string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt;&#xA;override this.GetRecommendedRulesForWebAppRecommendationsAsync : Nullable&lt;bool&gt; * string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt;" Usage="webSiteResource.GetRecommendedRulesForWebAppRecommendationsAsync (featured, filter, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppServiceRecommendation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="featured" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="filter" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="featured"> Specify &lt;code&gt;true&lt;/code&gt; to return only the most critical recommendations. The default is &lt;code&gt;false&lt;/code&gt;, which returns all recommendations. </param> <param name="filter"> Return only channels specified in the filter. Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification'. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get all recommendations for an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations</description></item><item><term>Operation Id</term><description>Recommendations_ListRecommendedRulesForWebApp</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteRecommendationResource" /></description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppServiceRecommendation" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetScmSiteBasicPublishingCredentialsPolicy"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.ScmSiteBasicPublishingCredentialsPolicyResource GetScmSiteBasicPublishingCredentialsPolicy ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.ScmSiteBasicPublishingCredentialsPolicyResource GetScmSiteBasicPublishingCredentialsPolicy() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetScmSiteBasicPublishingCredentialsPolicy" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetScmSiteBasicPublishingCredentialsPolicy () As ScmSiteBasicPublishingCredentialsPolicyResource" /> <MemberSignature Language="F#" Value="abstract member GetScmSiteBasicPublishingCredentialsPolicy : unit -&gt; Azure.ResourceManager.AppService.ScmSiteBasicPublishingCredentialsPolicyResource&#xA;override this.GetScmSiteBasicPublishingCredentialsPolicy : unit -&gt; Azure.ResourceManager.AppService.ScmSiteBasicPublishingCredentialsPolicyResource" Usage="webSiteResource.GetScmSiteBasicPublishingCredentialsPolicy " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.ScmSiteBasicPublishingCredentialsPolicyResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a ScmSiteBasicPublishingCredentialsPolicyResource along with the instance operations that can be performed on it in the WebSite. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.ScmSiteBasicPublishingCredentialsPolicyResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteBackup"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteBackupResource&gt; GetSiteBackup (string backupId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteBackupResource&gt; GetSiteBackup(string backupId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteBackup(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteBackup (backupId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteBackupResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteBackup : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteBackupResource&gt;&#xA;override this.GetSiteBackup : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteBackupResource&gt;" Usage="webSiteResource.GetSiteBackup (backupId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteBackupResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="backupId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="backupId"> ID of the backup. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a backup of an app by its ID. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}</description></item><item><term>Operation Id</term><description>WebApps_GetBackupStatus</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteBackupResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="backupId" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="backupId" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteBackupAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteBackupResource&gt;&gt; GetSiteBackupAsync (string backupId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteBackupResource&gt;&gt; GetSiteBackupAsync(string backupId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteBackupAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteBackupAsync (backupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteBackupResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteBackupAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteBackupResource&gt;&gt;&#xA;override this.GetSiteBackupAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteBackupResource&gt;&gt;" Usage="webSiteResource.GetSiteBackupAsync (backupId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteBackupResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="backupId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="backupId"> ID of the backup. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a backup of an app by its ID. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/backups/{backupId}</description></item><item><term>Operation Id</term><description>WebApps_GetBackupStatus</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteBackupResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="backupId" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="backupId" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteBackups"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteBackupCollection GetSiteBackups ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteBackupCollection GetSiteBackups() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteBackups" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteBackups () As SiteBackupCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteBackups : unit -&gt; Azure.ResourceManager.AppService.SiteBackupCollection&#xA;override this.GetSiteBackups : unit -&gt; Azure.ResourceManager.AppService.SiteBackupCollection" Usage="webSiteResource.GetSiteBackups " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteBackupCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteBackupResources in the WebSite. </summary> <returns> An object representing collection of SiteBackupResources and their operations over a SiteBackupResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteConfigAppsetting"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteConfigAppsettingResource&gt; GetSiteConfigAppsetting (string appSettingKey, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteConfigAppsettingResource&gt; GetSiteConfigAppsetting(string appSettingKey, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteConfigAppsetting(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteConfigAppsetting (appSettingKey As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteConfigAppsettingResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteConfigAppsetting : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteConfigAppsettingResource&gt;&#xA;override this.GetSiteConfigAppsetting : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteConfigAppsettingResource&gt;" Usage="webSiteResource.GetSiteConfigAppsetting (appSettingKey, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteConfigAppsettingResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="appSettingKey" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="appSettingKey"> App Setting key name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the config reference and status of an app <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/appsettings/{appSettingKey}</description></item><item><term>Operation Id</term><description>WebApps_GetAppSettingKeyVaultReference</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteConfigAppsettingResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="appSettingKey" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="appSettingKey" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteConfigAppsettingAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteConfigAppsettingResource&gt;&gt; GetSiteConfigAppsettingAsync (string appSettingKey, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteConfigAppsettingResource&gt;&gt; GetSiteConfigAppsettingAsync(string appSettingKey, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteConfigAppsettingAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteConfigAppsettingAsync (appSettingKey As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteConfigAppsettingResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteConfigAppsettingAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteConfigAppsettingResource&gt;&gt;&#xA;override this.GetSiteConfigAppsettingAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteConfigAppsettingResource&gt;&gt;" Usage="webSiteResource.GetSiteConfigAppsettingAsync (appSettingKey, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteConfigAppsettingResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="appSettingKey" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="appSettingKey"> App Setting key name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the config reference and status of an app <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/appsettings/{appSettingKey}</description></item><item><term>Operation Id</term><description>WebApps_GetAppSettingKeyVaultReference</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteConfigAppsettingResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="appSettingKey" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="appSettingKey" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteConfigAppsettings"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteConfigAppsettingCollection GetSiteConfigAppsettings ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteConfigAppsettingCollection GetSiteConfigAppsettings() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteConfigAppsettings" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteConfigAppsettings () As SiteConfigAppsettingCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteConfigAppsettings : unit -&gt; Azure.ResourceManager.AppService.SiteConfigAppsettingCollection&#xA;override this.GetSiteConfigAppsettings : unit -&gt; Azure.ResourceManager.AppService.SiteConfigAppsettingCollection" Usage="webSiteResource.GetSiteConfigAppsettings " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteConfigAppsettingCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteConfigAppsettingResources in the WebSite. </summary> <returns> An object representing collection of SiteConfigAppsettingResources and their operations over a SiteConfigAppsettingResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteContainer"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteContainerResource&gt; GetSiteContainer (string containerName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteContainerResource&gt; GetSiteContainer(string containerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteContainer(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteContainer (containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteContainerResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteContainer : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteContainerResource&gt;&#xA;override this.GetSiteContainer : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteContainerResource&gt;" Usage="webSiteResource.GetSiteContainer (containerName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteContainerResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="containerName"> Site Container Name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a site container of a site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/sitecontainers/{containerName}</description></item><item><term>Operation Id</term><description>WebApps_GetSiteContainer</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteContainerResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="containerName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="containerName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteContainerAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteContainerResource&gt;&gt; GetSiteContainerAsync (string containerName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteContainerResource&gt;&gt; GetSiteContainerAsync(string containerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteContainerAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteContainerAsync (containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteContainerResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteContainerAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteContainerResource&gt;&gt;&#xA;override this.GetSiteContainerAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteContainerResource&gt;&gt;" Usage="webSiteResource.GetSiteContainerAsync (containerName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteContainerResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="containerName"> Site Container Name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a site container of a site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/sitecontainers/{containerName}</description></item><item><term>Operation Id</term><description>WebApps_GetSiteContainer</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteContainerResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="containerName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="containerName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteContainers"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteContainerCollection GetSiteContainers ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteContainerCollection GetSiteContainers() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteContainers" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteContainers () As SiteContainerCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteContainers : unit -&gt; Azure.ResourceManager.AppService.SiteContainerCollection&#xA;override this.GetSiteContainers : unit -&gt; Azure.ResourceManager.AppService.SiteContainerCollection" Usage="webSiteResource.GetSiteContainers " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteContainerCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteContainerResources in the WebSite. </summary> <returns> An object representing collection of SiteContainerResources and their operations over a SiteContainerResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteDeployment"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteDeploymentResource&gt; GetSiteDeployment (string id, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteDeploymentResource&gt; GetSiteDeployment(string id, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteDeployment(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteDeployment (id As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteDeploymentResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteDeployment : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteDeploymentResource&gt;&#xA;override this.GetSiteDeployment : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteDeploymentResource&gt;" Usage="webSiteResource.GetSiteDeployment (id, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteDeploymentResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="id" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="id"> Deployment ID. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get a deployment by its ID for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/deployments/{id}</description></item><item><term>Operation Id</term><description>WebApps_GetDeployment</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteDeploymentResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="id" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="id" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteDeploymentAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteDeploymentResource&gt;&gt; GetSiteDeploymentAsync (string id, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteDeploymentResource&gt;&gt; GetSiteDeploymentAsync(string id, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteDeploymentAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteDeploymentAsync (id As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteDeploymentResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteDeploymentAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteDeploymentResource&gt;&gt;&#xA;override this.GetSiteDeploymentAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteDeploymentResource&gt;&gt;" Usage="webSiteResource.GetSiteDeploymentAsync (id, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteDeploymentResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="id" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="id"> Deployment ID. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get a deployment by its ID for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/deployments/{id}</description></item><item><term>Operation Id</term><description>WebApps_GetDeployment</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteDeploymentResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="id" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="id" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteDeployments"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteDeploymentCollection GetSiteDeployments ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteDeploymentCollection GetSiteDeployments() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteDeployments" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteDeployments () As SiteDeploymentCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteDeployments : unit -&gt; Azure.ResourceManager.AppService.SiteDeploymentCollection&#xA;override this.GetSiteDeployments : unit -&gt; Azure.ResourceManager.AppService.SiteDeploymentCollection" Usage="webSiteResource.GetSiteDeployments " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteDeploymentCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteDeploymentResources in the WebSite. </summary> <returns> An object representing collection of SiteDeploymentResources and their operations over a SiteDeploymentResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteDetector"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteDetectorResource&gt; GetSiteDetector (string detectorName, DateTimeOffset? startTime = default, DateTimeOffset? endTime = default, string timeGrain = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteDetectorResource&gt; GetSiteDetector(string detectorName, valuetype System.Nullable`1&lt;valuetype System.DateTimeOffset&gt; startTime, valuetype System.Nullable`1&lt;valuetype System.DateTimeOffset&gt; endTime, string timeGrain, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteDetector(System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteDetector (detectorName As String, Optional startTime As Nullable(Of DateTimeOffset) = Nothing, Optional endTime As Nullable(Of DateTimeOffset) = Nothing, Optional timeGrain As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteDetectorResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteDetector : string * Nullable&lt;DateTimeOffset&gt; * Nullable&lt;DateTimeOffset&gt; * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteDetectorResource&gt;&#xA;override this.GetSiteDetector : string * Nullable&lt;DateTimeOffset&gt; * Nullable&lt;DateTimeOffset&gt; * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteDetectorResource&gt;" Usage="webSiteResource.GetSiteDetector (detectorName, startTime, endTime, timeGrain, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteDetectorResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="detectorName" Type="System.String" /> <Parameter Name="startTime" Type="System.Nullable&lt;System.DateTimeOffset&gt;" /> <Parameter Name="endTime" Type="System.Nullable&lt;System.DateTimeOffset&gt;" /> <Parameter Name="timeGrain" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="detectorName"> Detector Resource Name. </param> <param name="startTime"> Start Time. </param> <param name="endTime"> End Time. </param> <param name="timeGrain"> Time Grain. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get site detector response <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/detectors/{detectorName}</description></item><item><term>Operation Id</term><description>Diagnostics_GetSiteDetectorResponse</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteDetectorResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="detectorName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="detectorName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteDetectorAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteDetectorResource&gt;&gt; GetSiteDetectorAsync (string detectorName, DateTimeOffset? startTime = default, DateTimeOffset? endTime = default, string timeGrain = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteDetectorResource&gt;&gt; GetSiteDetectorAsync(string detectorName, valuetype System.Nullable`1&lt;valuetype System.DateTimeOffset&gt; startTime, valuetype System.Nullable`1&lt;valuetype System.DateTimeOffset&gt; endTime, string timeGrain, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteDetectorAsync(System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteDetectorAsync (detectorName As String, Optional startTime As Nullable(Of DateTimeOffset) = Nothing, Optional endTime As Nullable(Of DateTimeOffset) = Nothing, Optional timeGrain As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteDetectorResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteDetectorAsync : string * Nullable&lt;DateTimeOffset&gt; * Nullable&lt;DateTimeOffset&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteDetectorResource&gt;&gt;&#xA;override this.GetSiteDetectorAsync : string * Nullable&lt;DateTimeOffset&gt; * Nullable&lt;DateTimeOffset&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteDetectorResource&gt;&gt;" Usage="webSiteResource.GetSiteDetectorAsync (detectorName, startTime, endTime, timeGrain, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteDetectorResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="detectorName" Type="System.String" /> <Parameter Name="startTime" Type="System.Nullable&lt;System.DateTimeOffset&gt;" /> <Parameter Name="endTime" Type="System.Nullable&lt;System.DateTimeOffset&gt;" /> <Parameter Name="timeGrain" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="detectorName"> Detector Resource Name. </param> <param name="startTime"> Start Time. </param> <param name="endTime"> End Time. </param> <param name="timeGrain"> Time Grain. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get site detector response <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/detectors/{detectorName}</description></item><item><term>Operation Id</term><description>Diagnostics_GetSiteDetectorResponse</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteDetectorResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="detectorName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="detectorName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteDetectors"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteDetectorCollection GetSiteDetectors ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteDetectorCollection GetSiteDetectors() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteDetectors" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteDetectors () As SiteDetectorCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteDetectors : unit -&gt; Azure.ResourceManager.AppService.SiteDetectorCollection&#xA;override this.GetSiteDetectors : unit -&gt; Azure.ResourceManager.AppService.SiteDetectorCollection" Usage="webSiteResource.GetSiteDetectors " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteDetectorCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteDetectorResources in the WebSite. </summary> <returns> An object representing collection of SiteDetectorResources and their operations over a SiteDetectorResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteDiagnostic"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteDiagnosticResource&gt; GetSiteDiagnostic (string diagnosticCategory, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteDiagnosticResource&gt; GetSiteDiagnostic(string diagnosticCategory, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteDiagnostic(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteDiagnostic (diagnosticCategory As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteDiagnosticResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteDiagnostic : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteDiagnosticResource&gt;&#xA;override this.GetSiteDiagnostic : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteDiagnosticResource&gt;" Usage="webSiteResource.GetSiteDiagnostic (diagnosticCategory, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteDiagnosticResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="diagnosticCategory" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="diagnosticCategory"> Diagnostic Category. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get Diagnostics Category <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}</description></item><item><term>Operation Id</term><description>Diagnostics_GetSiteDiagnosticCategory</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteDiagnosticResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="diagnosticCategory" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="diagnosticCategory" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteDiagnosticAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteDiagnosticResource&gt;&gt; GetSiteDiagnosticAsync (string diagnosticCategory, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteDiagnosticResource&gt;&gt; GetSiteDiagnosticAsync(string diagnosticCategory, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteDiagnosticAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteDiagnosticAsync (diagnosticCategory As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteDiagnosticResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteDiagnosticAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteDiagnosticResource&gt;&gt;&#xA;override this.GetSiteDiagnosticAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteDiagnosticResource&gt;&gt;" Usage="webSiteResource.GetSiteDiagnosticAsync (diagnosticCategory, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteDiagnosticResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="diagnosticCategory" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="diagnosticCategory"> Diagnostic Category. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get Diagnostics Category <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/diagnostics/{diagnosticCategory}</description></item><item><term>Operation Id</term><description>Diagnostics_GetSiteDiagnosticCategory</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteDiagnosticResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="diagnosticCategory" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="diagnosticCategory" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteDiagnostics"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteDiagnosticCollection GetSiteDiagnostics ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteDiagnosticCollection GetSiteDiagnostics() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteDiagnostics" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteDiagnostics () As SiteDiagnosticCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteDiagnostics : unit -&gt; Azure.ResourceManager.AppService.SiteDiagnosticCollection&#xA;override this.GetSiteDiagnostics : unit -&gt; Azure.ResourceManager.AppService.SiteDiagnosticCollection" Usage="webSiteResource.GetSiteDiagnostics " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteDiagnosticCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteDiagnosticResources in the WebSite. </summary> <returns> An object representing collection of SiteDiagnosticResources and their operations over a SiteDiagnosticResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteDomainOwnershipIdentifier"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource&gt; GetSiteDomainOwnershipIdentifier (string domainOwnershipIdentifierName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource&gt; GetSiteDomainOwnershipIdentifier(string domainOwnershipIdentifierName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteDomainOwnershipIdentifier(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteDomainOwnershipIdentifier (domainOwnershipIdentifierName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteDomainOwnershipIdentifierResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteDomainOwnershipIdentifier : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource&gt;&#xA;override this.GetSiteDomainOwnershipIdentifier : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource&gt;" Usage="webSiteResource.GetSiteDomainOwnershipIdentifier (domainOwnershipIdentifierName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="domainOwnershipIdentifierName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="domainOwnershipIdentifierName"> Name of domain ownership identifier. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get domain ownership identifier for web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}</description></item><item><term>Operation Id</term><description>WebApps_GetDomainOwnershipIdentifier</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="domainOwnershipIdentifierName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="domainOwnershipIdentifierName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteDomainOwnershipIdentifierAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource&gt;&gt; GetSiteDomainOwnershipIdentifierAsync (string domainOwnershipIdentifierName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource&gt;&gt; GetSiteDomainOwnershipIdentifierAsync(string domainOwnershipIdentifierName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteDomainOwnershipIdentifierAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteDomainOwnershipIdentifierAsync (domainOwnershipIdentifierName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteDomainOwnershipIdentifierResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteDomainOwnershipIdentifierAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource&gt;&gt;&#xA;override this.GetSiteDomainOwnershipIdentifierAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource&gt;&gt;" Usage="webSiteResource.GetSiteDomainOwnershipIdentifierAsync (domainOwnershipIdentifierName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="domainOwnershipIdentifierName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="domainOwnershipIdentifierName"> Name of domain ownership identifier. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get domain ownership identifier for web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}</description></item><item><term>Operation Id</term><description>WebApps_GetDomainOwnershipIdentifier</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="domainOwnershipIdentifierName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="domainOwnershipIdentifierName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteDomainOwnershipIdentifiers"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierCollection GetSiteDomainOwnershipIdentifiers ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierCollection GetSiteDomainOwnershipIdentifiers() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteDomainOwnershipIdentifiers" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteDomainOwnershipIdentifiers () As SiteDomainOwnershipIdentifierCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteDomainOwnershipIdentifiers : unit -&gt; Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierCollection&#xA;override this.GetSiteDomainOwnershipIdentifiers : unit -&gt; Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierCollection" Usage="webSiteResource.GetSiteDomainOwnershipIdentifiers " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteDomainOwnershipIdentifierResources in the WebSite. </summary> <returns> An object representing collection of SiteDomainOwnershipIdentifierResources and their operations over a SiteDomainOwnershipIdentifierResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteExtension"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteExtensionResource GetSiteExtension ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteExtensionResource GetSiteExtension() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteExtension" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteExtension () As SiteExtensionResource" /> <MemberSignature Language="F#" Value="abstract member GetSiteExtension : unit -&gt; Azure.ResourceManager.AppService.SiteExtensionResource&#xA;override this.GetSiteExtension : unit -&gt; Azure.ResourceManager.AppService.SiteExtensionResource" Usage="webSiteResource.GetSiteExtension " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteExtensionResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a SiteExtensionResource along with the instance operations that can be performed on it in the WebSite. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteExtensionResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteFunction"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteFunctionResource&gt; GetSiteFunction (string functionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteFunctionResource&gt; GetSiteFunction(string functionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteFunction(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteFunction (functionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteFunctionResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteFunction : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteFunctionResource&gt;&#xA;override this.GetSiteFunction : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteFunctionResource&gt;" Usage="webSiteResource.GetSiteFunction (functionName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteFunctionResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="functionName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="functionName"> Function name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get function information by its ID for web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}</description></item><item><term>Operation Id</term><description>WebApps_GetFunction</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteFunctionResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="functionName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="functionName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteFunctionAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteFunctionResource&gt;&gt; GetSiteFunctionAsync (string functionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteFunctionResource&gt;&gt; GetSiteFunctionAsync(string functionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteFunctionAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteFunctionAsync (functionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteFunctionResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteFunctionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteFunctionResource&gt;&gt;&#xA;override this.GetSiteFunctionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteFunctionResource&gt;&gt;" Usage="webSiteResource.GetSiteFunctionAsync (functionName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteFunctionResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="functionName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="functionName"> Function name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get function information by its ID for web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/functions/{functionName}</description></item><item><term>Operation Id</term><description>WebApps_GetFunction</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteFunctionResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="functionName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="functionName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteFunctions"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteFunctionCollection GetSiteFunctions ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteFunctionCollection GetSiteFunctions() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteFunctions" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteFunctions () As SiteFunctionCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteFunctions : unit -&gt; Azure.ResourceManager.AppService.SiteFunctionCollection&#xA;override this.GetSiteFunctions : unit -&gt; Azure.ResourceManager.AppService.SiteFunctionCollection" Usage="webSiteResource.GetSiteFunctions " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteFunctionCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteFunctionResources in the WebSite. </summary> <returns> An object representing collection of SiteFunctionResources and their operations over a SiteFunctionResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteHostNameBinding"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteHostNameBindingResource&gt; GetSiteHostNameBinding (string hostName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteHostNameBindingResource&gt; GetSiteHostNameBinding(string hostName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteHostNameBinding(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteHostNameBinding (hostName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteHostNameBindingResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteHostNameBinding : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteHostNameBindingResource&gt;&#xA;override this.GetSiteHostNameBinding : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteHostNameBindingResource&gt;" Usage="webSiteResource.GetSiteHostNameBinding (hostName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteHostNameBindingResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="hostName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="hostName"> Hostname in the hostname binding. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get the named hostname binding for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostNameBindings/{hostName}</description></item><item><term>Operation Id</term><description>WebApps_GetHostNameBinding</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteHostNameBindingResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="hostName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="hostName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteHostNameBindingAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteHostNameBindingResource&gt;&gt; GetSiteHostNameBindingAsync (string hostName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteHostNameBindingResource&gt;&gt; GetSiteHostNameBindingAsync(string hostName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteHostNameBindingAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteHostNameBindingAsync (hostName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteHostNameBindingResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteHostNameBindingAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteHostNameBindingResource&gt;&gt;&#xA;override this.GetSiteHostNameBindingAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteHostNameBindingResource&gt;&gt;" Usage="webSiteResource.GetSiteHostNameBindingAsync (hostName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteHostNameBindingResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="hostName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="hostName"> Hostname in the hostname binding. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get the named hostname binding for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostNameBindings/{hostName}</description></item><item><term>Operation Id</term><description>WebApps_GetHostNameBinding</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteHostNameBindingResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="hostName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="hostName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteHostNameBindings"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteHostNameBindingCollection GetSiteHostNameBindings ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteHostNameBindingCollection GetSiteHostNameBindings() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteHostNameBindings" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteHostNameBindings () As SiteHostNameBindingCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteHostNameBindings : unit -&gt; Azure.ResourceManager.AppService.SiteHostNameBindingCollection&#xA;override this.GetSiteHostNameBindings : unit -&gt; Azure.ResourceManager.AppService.SiteHostNameBindingCollection" Usage="webSiteResource.GetSiteHostNameBindings " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteHostNameBindingCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteHostNameBindingResources in the WebSite. </summary> <returns> An object representing collection of SiteHostNameBindingResources and their operations over a SiteHostNameBindingResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteHybridConnectionNamespaceRelay"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource&gt; GetSiteHybridConnectionNamespaceRelay (string namespaceName, string relayName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource&gt; GetSiteHybridConnectionNamespaceRelay(string namespaceName, string relayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteHybridConnectionNamespaceRelay(System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteHybridConnectionNamespaceRelay (namespaceName As String, relayName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteHybridConnectionNamespaceRelayResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteHybridConnectionNamespaceRelay : string * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource&gt;&#xA;override this.GetSiteHybridConnectionNamespaceRelay : string * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource&gt;" Usage="webSiteResource.GetSiteHybridConnectionNamespaceRelay (namespaceName, relayName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="namespaceName" Type="System.String" /> <Parameter Name="relayName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="namespaceName"> The namespace for this hybrid connection. </param> <param name="relayName"> The relay name for this hybrid connection. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}</description></item><item><term>Operation Id</term><description>WebApps_GetHybridConnection</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="namespaceName" /> or <paramref name="relayName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="namespaceName" /> or <paramref name="relayName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteHybridConnectionNamespaceRelayAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource&gt;&gt; GetSiteHybridConnectionNamespaceRelayAsync (string namespaceName, string relayName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource&gt;&gt; GetSiteHybridConnectionNamespaceRelayAsync(string namespaceName, string relayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteHybridConnectionNamespaceRelayAsync(System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteHybridConnectionNamespaceRelayAsync (namespaceName As String, relayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteHybridConnectionNamespaceRelayResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteHybridConnectionNamespaceRelayAsync : string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource&gt;&gt;&#xA;override this.GetSiteHybridConnectionNamespaceRelayAsync : string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource&gt;&gt;" Usage="webSiteResource.GetSiteHybridConnectionNamespaceRelayAsync (namespaceName, relayName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="namespaceName" Type="System.String" /> <Parameter Name="relayName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="namespaceName"> The namespace for this hybrid connection. </param> <param name="relayName"> The relay name for this hybrid connection. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}</description></item><item><term>Operation Id</term><description>WebApps_GetHybridConnection</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="namespaceName" /> or <paramref name="relayName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="namespaceName" /> or <paramref name="relayName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteHybridConnectionNamespaceRelays"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayCollection GetSiteHybridConnectionNamespaceRelays ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayCollection GetSiteHybridConnectionNamespaceRelays() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteHybridConnectionNamespaceRelays" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteHybridConnectionNamespaceRelays () As SiteHybridConnectionNamespaceRelayCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteHybridConnectionNamespaceRelays : unit -&gt; Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayCollection&#xA;override this.GetSiteHybridConnectionNamespaceRelays : unit -&gt; Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayCollection" Usage="webSiteResource.GetSiteHybridConnectionNamespaceRelays " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteHybridConnectionNamespaceRelayResources in the WebSite. </summary> <returns> An object representing collection of SiteHybridConnectionNamespaceRelayResources and their operations over a SiteHybridConnectionNamespaceRelayResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteInstance"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteInstanceResource&gt; GetSiteInstance (string instanceId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteInstanceResource&gt; GetSiteInstance(string instanceId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteInstance(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteInstance (instanceId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteInstanceResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteInstance : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteInstanceResource&gt;&#xA;override this.GetSiteInstance : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteInstanceResource&gt;" Usage="webSiteResource.GetSiteInstance (instanceId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteInstanceResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="instanceId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="instanceId"> The <see cref="T:System.String" /> to use. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets all scale-out instances of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}</description></item><item><term>Operation Id</term><description>WebApps_GetInstanceInfo</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteInstanceResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="instanceId" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="instanceId" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteInstanceAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteInstanceResource&gt;&gt; GetSiteInstanceAsync (string instanceId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteInstanceResource&gt;&gt; GetSiteInstanceAsync(string instanceId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteInstanceAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteInstanceAsync (instanceId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteInstanceResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteInstanceAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteInstanceResource&gt;&gt;&#xA;override this.GetSiteInstanceAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteInstanceResource&gt;&gt;" Usage="webSiteResource.GetSiteInstanceAsync (instanceId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteInstanceResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="instanceId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="instanceId"> The <see cref="T:System.String" /> to use. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets all scale-out instances of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/instances/{instanceId}</description></item><item><term>Operation Id</term><description>WebApps_GetInstanceInfo</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteInstanceResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="instanceId" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="instanceId" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteInstances"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteInstanceCollection GetSiteInstances ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteInstanceCollection GetSiteInstances() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteInstances" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteInstances () As SiteInstanceCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteInstances : unit -&gt; Azure.ResourceManager.AppService.SiteInstanceCollection&#xA;override this.GetSiteInstances : unit -&gt; Azure.ResourceManager.AppService.SiteInstanceCollection" Usage="webSiteResource.GetSiteInstances " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteInstanceCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteInstanceResources in the WebSite. </summary> <returns> An object representing collection of SiteInstanceResources and their operations over a SiteInstanceResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteNetworkConfig"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteNetworkConfigResource GetSiteNetworkConfig ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteNetworkConfigResource GetSiteNetworkConfig() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteNetworkConfig" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteNetworkConfig () As SiteNetworkConfigResource" /> <MemberSignature Language="F#" Value="abstract member GetSiteNetworkConfig : unit -&gt; Azure.ResourceManager.AppService.SiteNetworkConfigResource&#xA;override this.GetSiteNetworkConfig : unit -&gt; Azure.ResourceManager.AppService.SiteNetworkConfigResource" Usage="webSiteResource.GetSiteNetworkConfig " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteNetworkConfigResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a SiteNetworkConfigResource along with the instance operations that can be performed on it in the WebSite. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteNetworkConfigResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSitePhpErrorLogFlag"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt; GetSitePhpErrorLogFlag (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt; GetSitePhpErrorLogFlag(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSitePhpErrorLogFlag(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSitePhpErrorLogFlag (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SitePhpErrorLogFlag)" /> <MemberSignature Language="F#" Value="abstract member GetSitePhpErrorLogFlag : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt;&#xA;override this.GetSitePhpErrorLogFlag : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt;" Usage="webSiteResource.GetSitePhpErrorLogFlag cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets web app's event logs. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/phplogging</description></item><item><term>Operation Id</term><description>WebApps_GetSitePhpErrorLogFlag</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSitePhpErrorLogFlagAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt;&gt; GetSitePhpErrorLogFlagAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt;&gt; GetSitePhpErrorLogFlagAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSitePhpErrorLogFlagAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSitePhpErrorLogFlagAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SitePhpErrorLogFlag))" /> <MemberSignature Language="F#" Value="abstract member GetSitePhpErrorLogFlagAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt;&gt;&#xA;override this.GetSitePhpErrorLogFlagAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt;&gt;" Usage="webSiteResource.GetSitePhpErrorLogFlagAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets web app's event logs. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/phplogging</description></item><item><term>Operation Id</term><description>WebApps_GetSitePhpErrorLogFlag</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSitePrivateEndpointConnection"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource&gt; GetSitePrivateEndpointConnection (string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource&gt; GetSitePrivateEndpointConnection(string privateEndpointConnectionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSitePrivateEndpointConnection(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSitePrivateEndpointConnection (privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SitePrivateEndpointConnectionResource)" /> <MemberSignature Language="F#" Value="abstract member GetSitePrivateEndpointConnection : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource&gt;&#xA;override this.GetSitePrivateEndpointConnection : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource&gt;" Usage="webSiteResource.GetSitePrivateEndpointConnection (privateEndpointConnectionName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="privateEndpointConnectionName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="privateEndpointConnectionName"> Name of the private endpoint connection. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a private endpoint connection <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}</description></item><item><term>Operation Id</term><description>WebApps_GetPrivateEndpointConnection</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="privateEndpointConnectionName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="privateEndpointConnectionName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSitePrivateEndpointConnectionAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource&gt;&gt; GetSitePrivateEndpointConnectionAsync (string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource&gt;&gt; GetSitePrivateEndpointConnectionAsync(string privateEndpointConnectionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSitePrivateEndpointConnectionAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSitePrivateEndpointConnectionAsync (privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SitePrivateEndpointConnectionResource))" /> <MemberSignature Language="F#" Value="abstract member GetSitePrivateEndpointConnectionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource&gt;&gt;&#xA;override this.GetSitePrivateEndpointConnectionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource&gt;&gt;" Usage="webSiteResource.GetSitePrivateEndpointConnectionAsync (privateEndpointConnectionName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="privateEndpointConnectionName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="privateEndpointConnectionName"> Name of the private endpoint connection. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a private endpoint connection <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/privateEndpointConnections/{privateEndpointConnectionName}</description></item><item><term>Operation Id</term><description>WebApps_GetPrivateEndpointConnection</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="privateEndpointConnectionName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="privateEndpointConnectionName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSitePrivateEndpointConnections"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SitePrivateEndpointConnectionCollection GetSitePrivateEndpointConnections ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SitePrivateEndpointConnectionCollection GetSitePrivateEndpointConnections() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSitePrivateEndpointConnections" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSitePrivateEndpointConnections () As SitePrivateEndpointConnectionCollection" /> <MemberSignature Language="F#" Value="abstract member GetSitePrivateEndpointConnections : unit -&gt; Azure.ResourceManager.AppService.SitePrivateEndpointConnectionCollection&#xA;override this.GetSitePrivateEndpointConnections : unit -&gt; Azure.ResourceManager.AppService.SitePrivateEndpointConnectionCollection" Usage="webSiteResource.GetSitePrivateEndpointConnections " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SitePrivateEndpointConnectionCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SitePrivateEndpointConnectionResources in the WebSite. </summary> <returns> An object representing collection of SitePrivateEndpointConnectionResources and their operations over a SitePrivateEndpointConnectionResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteProcess"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteProcessResource&gt; GetSiteProcess (string processId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteProcessResource&gt; GetSiteProcess(string processId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteProcess(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteProcess (processId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteProcessResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteProcess : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteProcessResource&gt;&#xA;override this.GetSiteProcess : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteProcessResource&gt;" Usage="webSiteResource.GetSiteProcess (processId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteProcessResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="processId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="processId"> PID. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get process information by its ID for a specific scaled-out instance in a web site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes/{processId}</description></item><item><term>Operation Id</term><description>WebApps_GetProcess</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteProcessResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="processId" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="processId" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteProcessAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteProcessResource&gt;&gt; GetSiteProcessAsync (string processId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteProcessResource&gt;&gt; GetSiteProcessAsync(string processId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteProcessAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteProcessAsync (processId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteProcessResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteProcessAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteProcessResource&gt;&gt;&#xA;override this.GetSiteProcessAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteProcessResource&gt;&gt;" Usage="webSiteResource.GetSiteProcessAsync (processId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteProcessResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="processId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="processId"> PID. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get process information by its ID for a specific scaled-out instance in a web site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/processes/{processId}</description></item><item><term>Operation Id</term><description>WebApps_GetProcess</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteProcessResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="processId" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="processId" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteProcesses"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteProcessCollection GetSiteProcesses ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteProcessCollection GetSiteProcesses() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteProcesses" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteProcesses () As SiteProcessCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteProcesses : unit -&gt; Azure.ResourceManager.AppService.SiteProcessCollection&#xA;override this.GetSiteProcesses : unit -&gt; Azure.ResourceManager.AppService.SiteProcessCollection" Usage="webSiteResource.GetSiteProcesses " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteProcessCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteProcessResources in the WebSite. </summary> <returns> An object representing collection of SiteProcessResources and their operations over a SiteProcessResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSitePublicCertificate"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SitePublicCertificateResource&gt; GetSitePublicCertificate (string publicCertificateName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SitePublicCertificateResource&gt; GetSitePublicCertificate(string publicCertificateName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSitePublicCertificate(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSitePublicCertificate (publicCertificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SitePublicCertificateResource)" /> <MemberSignature Language="F#" Value="abstract member GetSitePublicCertificate : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SitePublicCertificateResource&gt;&#xA;override this.GetSitePublicCertificate : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SitePublicCertificateResource&gt;" Usage="webSiteResource.GetSitePublicCertificate (publicCertificateName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SitePublicCertificateResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="publicCertificateName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="publicCertificateName"> Public certificate name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get the named public certificate for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/publicCertificates/{publicCertificateName}</description></item><item><term>Operation Id</term><description>WebApps_GetPublicCertificate</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SitePublicCertificateResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="publicCertificateName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="publicCertificateName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSitePublicCertificateAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SitePublicCertificateResource&gt;&gt; GetSitePublicCertificateAsync (string publicCertificateName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SitePublicCertificateResource&gt;&gt; GetSitePublicCertificateAsync(string publicCertificateName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSitePublicCertificateAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSitePublicCertificateAsync (publicCertificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SitePublicCertificateResource))" /> <MemberSignature Language="F#" Value="abstract member GetSitePublicCertificateAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SitePublicCertificateResource&gt;&gt;&#xA;override this.GetSitePublicCertificateAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SitePublicCertificateResource&gt;&gt;" Usage="webSiteResource.GetSitePublicCertificateAsync (publicCertificateName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SitePublicCertificateResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="publicCertificateName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="publicCertificateName"> Public certificate name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get the named public certificate for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/publicCertificates/{publicCertificateName}</description></item><item><term>Operation Id</term><description>WebApps_GetPublicCertificate</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SitePublicCertificateResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="publicCertificateName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="publicCertificateName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSitePublicCertificates"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SitePublicCertificateCollection GetSitePublicCertificates ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SitePublicCertificateCollection GetSitePublicCertificates() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSitePublicCertificates" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSitePublicCertificates () As SitePublicCertificateCollection" /> <MemberSignature Language="F#" Value="abstract member GetSitePublicCertificates : unit -&gt; Azure.ResourceManager.AppService.SitePublicCertificateCollection&#xA;override this.GetSitePublicCertificates : unit -&gt; Azure.ResourceManager.AppService.SitePublicCertificateCollection" Usage="webSiteResource.GetSitePublicCertificates " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SitePublicCertificateCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SitePublicCertificateResources in the WebSite. </summary> <returns> An object representing collection of SitePublicCertificateResources and their operations over a SitePublicCertificateResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSitePushSettings"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt; GetSitePushSettings (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt; GetSitePushSettings(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSitePushSettings(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSitePushSettings (Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebAppPushSettings)" /> <MemberSignature Language="F#" Value="abstract member GetSitePushSettings : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&#xA;override this.GetSitePushSettings : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;" Usage="webSiteResource.GetSitePushSettings cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the Push settings associated with web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/pushsettings/list</description></item><item><term>Operation Id</term><description>WebApps_ListSitePushSettings</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSitePushSettingsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt; GetSitePushSettingsAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt; GetSitePushSettingsAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSitePushSettingsAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSitePushSettingsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebAppPushSettings))" /> <MemberSignature Language="F#" Value="abstract member GetSitePushSettingsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt;&#xA;override this.GetSitePushSettingsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt;" Usage="webSiteResource.GetSitePushSettingsAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the Push settings associated with web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/pushsettings/list</description></item><item><term>Operation Id</term><description>WebApps_ListSitePushSettings</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteRecommendation"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteRecommendationResource&gt; GetSiteRecommendation (string name, bool? updateSeen = default, string recommendationId = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteRecommendationResource&gt; GetSiteRecommendation(string name, valuetype System.Nullable`1&lt;bool&gt; updateSeen, string recommendationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteRecommendation(System.String,System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteRecommendation (name As String, Optional updateSeen As Nullable(Of Boolean) = Nothing, Optional recommendationId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteRecommendationResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteRecommendation : string * Nullable&lt;bool&gt; * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteRecommendationResource&gt;&#xA;override this.GetSiteRecommendation : string * Nullable&lt;bool&gt; * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteRecommendationResource&gt;" Usage="webSiteResource.GetSiteRecommendation (name, updateSeen, recommendationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteRecommendationResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="name" Type="System.String" /> <Parameter Name="updateSeen" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="recommendationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="name"> Name of the recommendation. </param> <param name="updateSeen"> Specify &lt;code&gt;true&lt;/code&gt; to update the last-seen timestamp of the recommendation object. </param> <param name="recommendationId"> The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get a recommendation rule for an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations/{name}</description></item><item><term>Operation Id</term><description>Recommendations_GetRuleDetailsByWebApp</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteRecommendationResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="name" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="name" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteRecommendationAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteRecommendationResource&gt;&gt; GetSiteRecommendationAsync (string name, bool? updateSeen = default, string recommendationId = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteRecommendationResource&gt;&gt; GetSiteRecommendationAsync(string name, valuetype System.Nullable`1&lt;bool&gt; updateSeen, string recommendationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteRecommendationAsync(System.String,System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteRecommendationAsync (name As String, Optional updateSeen As Nullable(Of Boolean) = Nothing, Optional recommendationId As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteRecommendationResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteRecommendationAsync : string * Nullable&lt;bool&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteRecommendationResource&gt;&gt;&#xA;override this.GetSiteRecommendationAsync : string * Nullable&lt;bool&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteRecommendationResource&gt;&gt;" Usage="webSiteResource.GetSiteRecommendationAsync (name, updateSeen, recommendationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteRecommendationResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="name" Type="System.String" /> <Parameter Name="updateSeen" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="recommendationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="name"> Name of the recommendation. </param> <param name="updateSeen"> Specify &lt;code&gt;true&lt;/code&gt; to update the last-seen timestamp of the recommendation object. </param> <param name="recommendationId"> The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get a recommendation rule for an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations/{name}</description></item><item><term>Operation Id</term><description>Recommendations_GetRuleDetailsByWebApp</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteRecommendationResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="name" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="name" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteRecommendations"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteRecommendationCollection GetSiteRecommendations ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteRecommendationCollection GetSiteRecommendations() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteRecommendations" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteRecommendations () As SiteRecommendationCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteRecommendations : unit -&gt; Azure.ResourceManager.AppService.SiteRecommendationCollection&#xA;override this.GetSiteRecommendations : unit -&gt; Azure.ResourceManager.AppService.SiteRecommendationCollection" Usage="webSiteResource.GetSiteRecommendations " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteRecommendationCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteRecommendationResources in the WebSite. </summary> <returns> An object representing collection of SiteRecommendationResources and their operations over a SiteRecommendationResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteVirtualNetworkConnection"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource&gt; GetSiteVirtualNetworkConnection (string vnetName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource&gt; GetSiteVirtualNetworkConnection(string vnetName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteVirtualNetworkConnection(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteVirtualNetworkConnection (vnetName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteVirtualNetworkConnectionResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteVirtualNetworkConnection : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource&gt;&#xA;override this.GetSiteVirtualNetworkConnection : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource&gt;" Usage="webSiteResource.GetSiteVirtualNetworkConnection (vnetName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="vnetName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="vnetName"> Name of the virtual network. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a virtual network the app (or deployment slot) is connected to by name. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/virtualNetworkConnections/{vnetName}</description></item><item><term>Operation Id</term><description>WebApps_GetVnetConnection</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="vnetName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="vnetName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteVirtualNetworkConnectionAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource&gt;&gt; GetSiteVirtualNetworkConnectionAsync (string vnetName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource&gt;&gt; GetSiteVirtualNetworkConnectionAsync(string vnetName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteVirtualNetworkConnectionAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteVirtualNetworkConnectionAsync (vnetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteVirtualNetworkConnectionResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteVirtualNetworkConnectionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource&gt;&gt;&#xA;override this.GetSiteVirtualNetworkConnectionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource&gt;&gt;" Usage="webSiteResource.GetSiteVirtualNetworkConnectionAsync (vnetName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="vnetName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="vnetName"> Name of the virtual network. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a virtual network the app (or deployment slot) is connected to by name. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/virtualNetworkConnections/{vnetName}</description></item><item><term>Operation Id</term><description>WebApps_GetVnetConnection</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="vnetName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="vnetName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteVirtualNetworkConnections"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionCollection GetSiteVirtualNetworkConnections ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionCollection GetSiteVirtualNetworkConnections() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteVirtualNetworkConnections" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteVirtualNetworkConnections () As SiteVirtualNetworkConnectionCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteVirtualNetworkConnections : unit -&gt; Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionCollection&#xA;override this.GetSiteVirtualNetworkConnections : unit -&gt; Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionCollection" Usage="webSiteResource.GetSiteVirtualNetworkConnections " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteVirtualNetworkConnectionResources in the WebSite. </summary> <returns> An object representing collection of SiteVirtualNetworkConnectionResources and their operations over a SiteVirtualNetworkConnectionResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteWorkflow"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteWorkflowResource&gt; GetSiteWorkflow (string workflowName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteWorkflowResource&gt; GetSiteWorkflow(string workflowName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteWorkflow(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteWorkflow (workflowName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteWorkflowResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteWorkflow : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteWorkflowResource&gt;&#xA;override this.GetSiteWorkflow : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteWorkflowResource&gt;" Usage="webSiteResource.GetSiteWorkflow (workflowName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteWorkflowResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowName"> Workflow name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Get workflow information by its ID for web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/workflows/{workflowName}</description></item><item><term>Operation Id</term><description>WebApps_GetWorkflow</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteWorkflowResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="workflowName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="workflowName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteWorkflowAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteWorkflowResource&gt;&gt; GetSiteWorkflowAsync (string workflowName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteWorkflowResource&gt;&gt; GetSiteWorkflowAsync(string workflowName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteWorkflowAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteWorkflowAsync (workflowName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteWorkflowResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteWorkflowAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteWorkflowResource&gt;&gt;&#xA;override this.GetSiteWorkflowAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteWorkflowResource&gt;&gt;" Usage="webSiteResource.GetSiteWorkflowAsync (workflowName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteWorkflowResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowName"> Workflow name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Get workflow information by its ID for web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/workflows/{workflowName}</description></item><item><term>Operation Id</term><description>WebApps_GetWorkflow</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteWorkflowResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="workflowName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="workflowName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSiteWorkflows"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteWorkflowCollection GetSiteWorkflows ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteWorkflowCollection GetSiteWorkflows() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSiteWorkflows" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteWorkflows () As SiteWorkflowCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteWorkflows : unit -&gt; Azure.ResourceManager.AppService.SiteWorkflowCollection&#xA;override this.GetSiteWorkflows : unit -&gt; Azure.ResourceManager.AppService.SiteWorkflowCollection" Usage="webSiteResource.GetSiteWorkflows " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteWorkflowCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteWorkflowResources in the WebSite. </summary> <returns> An object representing collection of SiteWorkflowResources and their operations over a SiteWorkflowResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSlotConfigNamesResource"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SlotConfigNamesResource GetSlotConfigNamesResource ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SlotConfigNamesResource GetSlotConfigNamesResource() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSlotConfigNamesResource" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSlotConfigNamesResource () As SlotConfigNamesResource" /> <MemberSignature Language="F#" Value="abstract member GetSlotConfigNamesResource : unit -&gt; Azure.ResourceManager.AppService.SlotConfigNamesResource&#xA;override this.GetSlotConfigNamesResource : unit -&gt; Azure.ResourceManager.AppService.SlotConfigNamesResource" Usage="webSiteResource.GetSlotConfigNamesResource " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SlotConfigNamesResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a SlotConfigNamesResource along with the instance operations that can be performed on it in the WebSite. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SlotConfigNamesResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSlotDifferencesFromProduction"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.SlotDifference&gt; GetSlotDifferencesFromProduction (Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.SlotDifference&gt; GetSlotDifferencesFromProduction(class Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSlotDifferencesFromProduction(Azure.ResourceManager.AppService.Models.CsmSlotEntity,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSlotDifferencesFromProduction (slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SlotDifference)" /> <MemberSignature Language="F#" Value="abstract member GetSlotDifferencesFromProduction : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.SlotDifference&gt;&#xA;override this.GetSlotDifferencesFromProduction : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.SlotDifference&gt;" Usage="webSiteResource.GetSlotDifferencesFromProduction (slotSwapEntity, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.SlotDifference&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="slotSwapEntity" Type="Azure.ResourceManager.AppService.Models.CsmSlotEntity" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="slotSwapEntity"> JSON object that contains the target slot name. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get the difference in configuration settings between two web app slots. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slotsdiffs</description></item><item><term>Operation Id</term><description>WebApps_ListSlotDifferencesFromProduction</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.SlotDifference" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="slotSwapEntity" /> is null. </exception> </Docs> </Member> <Member MemberName="GetSlotDifferencesFromProductionAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.SlotDifference&gt; GetSlotDifferencesFromProductionAsync (Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.SlotDifference&gt; GetSlotDifferencesFromProductionAsync(class Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSlotDifferencesFromProductionAsync(Azure.ResourceManager.AppService.Models.CsmSlotEntity,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSlotDifferencesFromProductionAsync (slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SlotDifference)" /> <MemberSignature Language="F#" Value="abstract member GetSlotDifferencesFromProductionAsync : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.SlotDifference&gt;&#xA;override this.GetSlotDifferencesFromProductionAsync : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.SlotDifference&gt;" Usage="webSiteResource.GetSlotDifferencesFromProductionAsync (slotSwapEntity, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.SlotDifference&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="slotSwapEntity" Type="Azure.ResourceManager.AppService.Models.CsmSlotEntity" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="slotSwapEntity"> JSON object that contains the target slot name. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get the difference in configuration settings between two web app slots. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slotsdiffs</description></item><item><term>Operation Id</term><description>WebApps_ListSlotDifferencesFromProduction</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.SlotDifference" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="slotSwapEntity" /> is null. </exception> </Docs> </Member> <Member MemberName="GetSnapshots"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt; GetSnapshots (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.AppSnapshot&gt; GetSnapshots(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSnapshots(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSnapshots (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppSnapshot)" /> <MemberSignature Language="F#" Value="abstract member GetSnapshots : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;&#xA;override this.GetSnapshots : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;" Usage="webSiteResource.GetSnapshots cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Returns all Snapshots to the user. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/snapshots</description></item><item><term>Operation Id</term><description>WebApps_ListSnapshots</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppSnapshot" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSnapshotsAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt; GetSnapshotsAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.AppSnapshot&gt; GetSnapshotsAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSnapshotsAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSnapshotsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppSnapshot)" /> <MemberSignature Language="F#" Value="abstract member GetSnapshotsAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;&#xA;override this.GetSnapshotsAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;" Usage="webSiteResource.GetSnapshotsAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Returns all Snapshots to the user. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/snapshots</description></item><item><term>Operation Id</term><description>WebApps_ListSnapshots</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppSnapshot" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSnapshotsFromDRSecondary"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt; GetSnapshotsFromDRSecondary (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.AppSnapshot&gt; GetSnapshotsFromDRSecondary(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSnapshotsFromDRSecondary(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSnapshotsFromDRSecondary (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppSnapshot)" /> <MemberSignature Language="F#" Value="abstract member GetSnapshotsFromDRSecondary : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;&#xA;override this.GetSnapshotsFromDRSecondary : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;" Usage="webSiteResource.GetSnapshotsFromDRSecondary cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Returns all Snapshots to the user from DRSecondary endpoint. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/snapshotsdr</description></item><item><term>Operation Id</term><description>WebApps_ListSnapshotsFromDRSecondary</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppSnapshot" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSnapshotsFromDRSecondaryAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt; GetSnapshotsFromDRSecondaryAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.AppSnapshot&gt; GetSnapshotsFromDRSecondaryAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSnapshotsFromDRSecondaryAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSnapshotsFromDRSecondaryAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppSnapshot)" /> <MemberSignature Language="F#" Value="abstract member GetSnapshotsFromDRSecondaryAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;&#xA;override this.GetSnapshotsFromDRSecondaryAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;" Usage="webSiteResource.GetSnapshotsFromDRSecondaryAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Returns all Snapshots to the user from DRSecondary endpoint. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/snapshotsdr</description></item><item><term>Operation Id</term><description>WebApps_ListSnapshotsFromDRSecondary</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppSnapshot" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSyncFunctionTriggers"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionSecrets&gt; GetSyncFunctionTriggers (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.FunctionSecrets&gt; GetSyncFunctionTriggers(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSyncFunctionTriggers(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSyncFunctionTriggers (Optional cancellationToken As CancellationToken = Nothing) As Response(Of FunctionSecrets)" /> <MemberSignature Language="F#" Value="abstract member GetSyncFunctionTriggers : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionSecrets&gt;&#xA;override this.GetSyncFunctionTriggers : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionSecrets&gt;" Usage="webSiteResource.GetSyncFunctionTriggers cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionSecrets&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for This is to allow calling via powershell and ARM template. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/listsyncfunctiontriggerstatus</description></item><item><term>Operation Id</term><description>WebApps_ListSyncFunctionTriggers</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSyncFunctionTriggersAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionSecrets&gt;&gt; GetSyncFunctionTriggersAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.FunctionSecrets&gt;&gt; GetSyncFunctionTriggersAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSyncFunctionTriggersAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSyncFunctionTriggersAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of FunctionSecrets))" /> <MemberSignature Language="F#" Value="abstract member GetSyncFunctionTriggersAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionSecrets&gt;&gt;&#xA;override this.GetSyncFunctionTriggersAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionSecrets&gt;&gt;" Usage="webSiteResource.GetSyncFunctionTriggersAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionSecrets&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for This is to allow calling via powershell and ARM template. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/listsyncfunctiontriggerstatus</description></item><item><term>Operation Id</term><description>WebApps_ListSyncFunctionTriggers</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSyncStatus"> <MemberSignature Language="C#" Value="public virtual Azure.Response GetSyncStatus (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response GetSyncStatus(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSyncStatus(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSyncStatus (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member GetSyncStatus : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.GetSyncStatus : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.GetSyncStatus cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for This is to allow calling via powershell and ARM template. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/listsyncstatus</description></item><item><term>Operation Id</term><description>WebApps_ListSyncStatus</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSyncStatusAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; GetSyncStatusAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; GetSyncStatusAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetSyncStatusAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSyncStatusAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member GetSyncStatusAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.GetSyncStatusAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.GetSyncStatusAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for This is to allow calling via powershell and ARM template. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/listsyncstatus</description></item><item><term>Operation Id</term><description>WebApps_ListSyncStatus</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetUsages"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt; GetUsages (string filter = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt; GetUsages(string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetUsages(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetUsages (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CsmUsageQuota)" /> <MemberSignature Language="F#" Value="abstract member GetUsages : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt;&#xA;override this.GetUsages : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt;" Usage="webSiteResource.GetUsages (filter, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="filter" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="filter"> Return only information specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the quota usage information of an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/usages</description></item><item><term>Operation Id</term><description>WebApps_ListUsages</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.CsmUsageQuota" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetUsagesAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt; GetUsagesAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt; GetUsagesAsync(string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetUsagesAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetUsagesAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CsmUsageQuota)" /> <MemberSignature Language="F#" Value="abstract member GetUsagesAsync : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt;&#xA;override this.GetUsagesAsync : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt;" Usage="webSiteResource.GetUsagesAsync (filter, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="filter" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="filter"> Return only information specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the quota usage information of an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/usages</description></item><item><term>Operation Id</term><description>WebApps_ListUsages</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.CsmUsageQuota" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteConfig"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteConfigResource GetWebSiteConfig ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteConfigResource GetWebSiteConfig() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteConfig" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteConfig () As WebSiteConfigResource" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteConfig : unit -&gt; Azure.ResourceManager.AppService.WebSiteConfigResource&#xA;override this.GetWebSiteConfig : unit -&gt; Azure.ResourceManager.AppService.WebSiteConfigResource" Usage="webSiteResource.GetWebSiteConfig " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteConfigResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a WebSiteConfigResource along with the instance operations that can be performed on it in the WebSite. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteConfigResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteConfigConnectionString"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource&gt; GetWebSiteConfigConnectionString (string connectionStringKey, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource&gt; GetWebSiteConfigConnectionString(string connectionStringKey, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteConfigConnectionString(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteConfigConnectionString (connectionStringKey As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteConfigConnectionStringResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteConfigConnectionString : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource&gt;&#xA;override this.GetWebSiteConfigConnectionString : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource&gt;" Usage="webSiteResource.GetWebSiteConfigConnectionString (connectionStringKey, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="connectionStringKey" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="connectionStringKey"> The <see cref="T:System.String" /> to use. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the config reference and status of an app <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/connectionstrings/{connectionStringKey}</description></item><item><term>Operation Id</term><description>WebApps_GetSiteConnectionStringKeyVaultReference</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="connectionStringKey" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="connectionStringKey" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWebSiteConfigConnectionStringAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource&gt;&gt; GetWebSiteConfigConnectionStringAsync (string connectionStringKey, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource&gt;&gt; GetWebSiteConfigConnectionStringAsync(string connectionStringKey, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteConfigConnectionStringAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteConfigConnectionStringAsync (connectionStringKey As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteConfigConnectionStringResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteConfigConnectionStringAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource&gt;&gt;&#xA;override this.GetWebSiteConfigConnectionStringAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource&gt;&gt;" Usage="webSiteResource.GetWebSiteConfigConnectionStringAsync (connectionStringKey, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="connectionStringKey" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="connectionStringKey"> The <see cref="T:System.String" /> to use. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the config reference and status of an app <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/configreferences/connectionstrings/{connectionStringKey}</description></item><item><term>Operation Id</term><description>WebApps_GetSiteConnectionStringKeyVaultReference</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="connectionStringKey" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="connectionStringKey" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWebSiteConfigConnectionStrings"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteConfigConnectionStringCollection GetWebSiteConfigConnectionStrings ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteConfigConnectionStringCollection GetWebSiteConfigConnectionStrings() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteConfigConnectionStrings" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteConfigConnectionStrings () As WebSiteConfigConnectionStringCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteConfigConnectionStrings : unit -&gt; Azure.ResourceManager.AppService.WebSiteConfigConnectionStringCollection&#xA;override this.GetWebSiteConfigConnectionStrings : unit -&gt; Azure.ResourceManager.AppService.WebSiteConfigConnectionStringCollection" Usage="webSiteResource.GetWebSiteConfigConnectionStrings " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteConfigConnectionStringCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSiteConfigConnectionStringResources in the WebSite. </summary> <returns> An object representing collection of WebSiteConfigConnectionStringResources and their operations over a WebSiteConfigConnectionStringResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteContainerLogs"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;System.IO.Stream&gt; GetWebSiteContainerLogs (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class System.IO.Stream&gt; GetWebSiteContainerLogs(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteContainerLogs(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteContainerLogs (Optional cancellationToken As CancellationToken = Nothing) As Response(Of Stream)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteContainerLogs : System.Threading.CancellationToken -&gt; Azure.Response&lt;System.IO.Stream&gt;&#xA;override this.GetWebSiteContainerLogs : System.Threading.CancellationToken -&gt; Azure.Response&lt;System.IO.Stream&gt;" Usage="webSiteResource.GetWebSiteContainerLogs cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;System.IO.Stream&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the last lines of docker logs for the given site <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/containerlogs</description></item><item><term>Operation Id</term><description>WebApps_GetWebSiteContainerLogs</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteContainerLogsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt; GetWebSiteContainerLogsAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class System.IO.Stream&gt;&gt; GetWebSiteContainerLogsAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteContainerLogsAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteContainerLogsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Stream))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteContainerLogsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;&#xA;override this.GetWebSiteContainerLogsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;" Usage="webSiteResource.GetWebSiteContainerLogsAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the last lines of docker logs for the given site <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/containerlogs</description></item><item><term>Operation Id</term><description>WebApps_GetWebSiteContainerLogs</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteContinuousWebJob"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource&gt; GetWebSiteContinuousWebJob (string webJobName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource&gt; GetWebSiteContinuousWebJob(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteContinuousWebJob(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteContinuousWebJob (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteContinuousWebJobResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteContinuousWebJob : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource&gt;&#xA;override this.GetWebSiteContinuousWebJob : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource&gt;" Usage="webSiteResource.GetWebSiteContinuousWebJob (webJobName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="webJobName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="webJobName"> Name of Web Job. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a continuous web job by its ID for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/continuouswebjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetContinuousWebJob</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="webJobName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="webJobName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWebSiteContinuousWebJobAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource&gt;&gt; GetWebSiteContinuousWebJobAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource&gt;&gt; GetWebSiteContinuousWebJobAsync(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteContinuousWebJobAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteContinuousWebJobAsync (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteContinuousWebJobResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteContinuousWebJobAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource&gt;&gt;&#xA;override this.GetWebSiteContinuousWebJobAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource&gt;&gt;" Usage="webSiteResource.GetWebSiteContinuousWebJobAsync (webJobName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="webJobName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="webJobName"> Name of Web Job. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a continuous web job by its ID for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/continuouswebjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetContinuousWebJob</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="webJobName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="webJobName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWebSiteContinuousWebJobs"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteContinuousWebJobCollection GetWebSiteContinuousWebJobs ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteContinuousWebJobCollection GetWebSiteContinuousWebJobs() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteContinuousWebJobs" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteContinuousWebJobs () As WebSiteContinuousWebJobCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteContinuousWebJobs : unit -&gt; Azure.ResourceManager.AppService.WebSiteContinuousWebJobCollection&#xA;override this.GetWebSiteContinuousWebJobs : unit -&gt; Azure.ResourceManager.AppService.WebSiteContinuousWebJobCollection" Usage="webSiteResource.GetWebSiteContinuousWebJobs " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteContinuousWebJobCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSiteContinuousWebJobResources in the WebSite. </summary> <returns> An object representing collection of WebSiteContinuousWebJobResources and their operations over a WebSiteContinuousWebJobResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteExtension"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteExtensionResource&gt; GetWebSiteExtension (string siteExtensionId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteExtensionResource&gt; GetWebSiteExtension(string siteExtensionId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteExtension(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteExtension (siteExtensionId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteExtensionResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteExtension : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteExtensionResource&gt;&#xA;override this.GetWebSiteExtension : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteExtensionResource&gt;" Usage="webSiteResource.GetWebSiteExtension (siteExtensionId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteExtensionResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="siteExtensionId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="siteExtensionId"> Site extension name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get site extension information by its ID for a web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/siteextensions/{siteExtensionId}</description></item><item><term>Operation Id</term><description>WebApps_GetSiteExtension</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteExtensionResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="siteExtensionId" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="siteExtensionId" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWebSiteExtensionAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteExtensionResource&gt;&gt; GetWebSiteExtensionAsync (string siteExtensionId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteExtensionResource&gt;&gt; GetWebSiteExtensionAsync(string siteExtensionId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteExtensionAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteExtensionAsync (siteExtensionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteExtensionResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteExtensionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteExtensionResource&gt;&gt;&#xA;override this.GetWebSiteExtensionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteExtensionResource&gt;&gt;" Usage="webSiteResource.GetWebSiteExtensionAsync (siteExtensionId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteExtensionResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="siteExtensionId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="siteExtensionId"> Site extension name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get site extension information by its ID for a web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/siteextensions/{siteExtensionId}</description></item><item><term>Operation Id</term><description>WebApps_GetSiteExtension</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteExtensionResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="siteExtensionId" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="siteExtensionId" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWebSiteExtensions"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteExtensionCollection GetWebSiteExtensions ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteExtensionCollection GetWebSiteExtensions() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteExtensions" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteExtensions () As WebSiteExtensionCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteExtensions : unit -&gt; Azure.ResourceManager.AppService.WebSiteExtensionCollection&#xA;override this.GetWebSiteExtensions : unit -&gt; Azure.ResourceManager.AppService.WebSiteExtensionCollection" Usage="webSiteResource.GetWebSiteExtensions " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteExtensionCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSiteExtensionResources in the WebSite. </summary> <returns> An object representing collection of WebSiteExtensionResources and their operations over a WebSiteExtensionResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteFtpPublishingCredentialsPolicy"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource GetWebSiteFtpPublishingCredentialsPolicy ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource GetWebSiteFtpPublishingCredentialsPolicy() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteFtpPublishingCredentialsPolicy" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteFtpPublishingCredentialsPolicy () As WebSiteFtpPublishingCredentialsPolicyResource" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteFtpPublishingCredentialsPolicy : unit -&gt; Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource&#xA;override this.GetWebSiteFtpPublishingCredentialsPolicy : unit -&gt; Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource" Usage="webSiteResource.GetWebSiteFtpPublishingCredentialsPolicy " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a WebSiteFtpPublishingCredentialsPolicyResource along with the instance operations that can be performed on it in the WebSite. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteHybridConnection"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteHybridConnectionResource&gt; GetWebSiteHybridConnection (string entityName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteHybridConnectionResource&gt; GetWebSiteHybridConnection(string entityName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteHybridConnection(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteHybridConnection (entityName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteHybridConnectionResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteHybridConnection : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteHybridConnectionResource&gt;&#xA;override this.GetWebSiteHybridConnection : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteHybridConnectionResource&gt;" Usage="webSiteResource.GetWebSiteHybridConnection (entityName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteHybridConnectionResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="entityName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="entityName"> Name of the hybrid connection. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a hybrid connection configuration by its name. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridconnection/{entityName}</description></item><item><term>Operation Id</term><description>WebApps_GetRelayServiceConnection</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteHybridConnectionResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="entityName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="entityName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWebSiteHybridConnectionAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteHybridConnectionResource&gt;&gt; GetWebSiteHybridConnectionAsync (string entityName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteHybridConnectionResource&gt;&gt; GetWebSiteHybridConnectionAsync(string entityName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteHybridConnectionAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteHybridConnectionAsync (entityName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteHybridConnectionResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteHybridConnectionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteHybridConnectionResource&gt;&gt;&#xA;override this.GetWebSiteHybridConnectionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteHybridConnectionResource&gt;&gt;" Usage="webSiteResource.GetWebSiteHybridConnectionAsync (entityName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteHybridConnectionResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="entityName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="entityName"> Name of the hybrid connection. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a hybrid connection configuration by its name. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hybridconnection/{entityName}</description></item><item><term>Operation Id</term><description>WebApps_GetRelayServiceConnection</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteHybridConnectionResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="entityName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="entityName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWebSiteHybridConnections"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteHybridConnectionCollection GetWebSiteHybridConnections ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteHybridConnectionCollection GetWebSiteHybridConnections() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteHybridConnections" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteHybridConnections () As WebSiteHybridConnectionCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteHybridConnections : unit -&gt; Azure.ResourceManager.AppService.WebSiteHybridConnectionCollection&#xA;override this.GetWebSiteHybridConnections : unit -&gt; Azure.ResourceManager.AppService.WebSiteHybridConnectionCollection" Usage="webSiteResource.GetWebSiteHybridConnections " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteHybridConnectionCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSiteHybridConnectionResources in the WebSite. </summary> <returns> An object representing collection of WebSiteHybridConnectionResources and their operations over a WebSiteHybridConnectionResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSitePremierAddon"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSitePremierAddonResource&gt; GetWebSitePremierAddon (string premierAddOnName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSitePremierAddonResource&gt; GetWebSitePremierAddon(string premierAddOnName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSitePremierAddon(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSitePremierAddon (premierAddOnName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSitePremierAddonResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSitePremierAddon : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSitePremierAddonResource&gt;&#xA;override this.GetWebSitePremierAddon : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSitePremierAddonResource&gt;" Usage="webSiteResource.GetWebSitePremierAddon (premierAddOnName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSitePremierAddonResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="premierAddOnName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="premierAddOnName"> Add-on name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named add-on of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/premieraddons/{premierAddOnName}</description></item><item><term>Operation Id</term><description>WebApps_GetPremierAddOn</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSitePremierAddonResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="premierAddOnName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="premierAddOnName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWebSitePremierAddonAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSitePremierAddonResource&gt;&gt; GetWebSitePremierAddonAsync (string premierAddOnName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSitePremierAddonResource&gt;&gt; GetWebSitePremierAddonAsync(string premierAddOnName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSitePremierAddonAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSitePremierAddonAsync (premierAddOnName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSitePremierAddonResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSitePremierAddonAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSitePremierAddonResource&gt;&gt;&#xA;override this.GetWebSitePremierAddonAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSitePremierAddonResource&gt;&gt;" Usage="webSiteResource.GetWebSitePremierAddonAsync (premierAddOnName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSitePremierAddonResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="premierAddOnName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="premierAddOnName"> Add-on name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named add-on of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/premieraddons/{premierAddOnName}</description></item><item><term>Operation Id</term><description>WebApps_GetPremierAddOn</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSitePremierAddonResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="premierAddOnName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="premierAddOnName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWebSitePremierAddons"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSitePremierAddonCollection GetWebSitePremierAddons ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSitePremierAddonCollection GetWebSitePremierAddons() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSitePremierAddons" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSitePremierAddons () As WebSitePremierAddonCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSitePremierAddons : unit -&gt; Azure.ResourceManager.AppService.WebSitePremierAddonCollection&#xA;override this.GetWebSitePremierAddons : unit -&gt; Azure.ResourceManager.AppService.WebSitePremierAddonCollection" Usage="webSiteResource.GetWebSitePremierAddons " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSitePremierAddonCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSitePremierAddonResources in the WebSite. </summary> <returns> An object representing collection of WebSitePremierAddonResources and their operations over a WebSitePremierAddonResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSitePrivateAccess"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSitePrivateAccessResource GetWebSitePrivateAccess ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSitePrivateAccessResource GetWebSitePrivateAccess() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSitePrivateAccess" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSitePrivateAccess () As WebSitePrivateAccessResource" /> <MemberSignature Language="F#" Value="abstract member GetWebSitePrivateAccess : unit -&gt; Azure.ResourceManager.AppService.WebSitePrivateAccessResource&#xA;override this.GetWebSitePrivateAccess : unit -&gt; Azure.ResourceManager.AppService.WebSitePrivateAccessResource" Usage="webSiteResource.GetWebSitePrivateAccess " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSitePrivateAccessResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a WebSitePrivateAccessResource along with the instance operations that can be performed on it in the WebSite. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSitePrivateAccessResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteResourceHealthMetadata"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteResourceHealthMetadataResource GetWebSiteResourceHealthMetadata ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteResourceHealthMetadataResource GetWebSiteResourceHealthMetadata() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteResourceHealthMetadata" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteResourceHealthMetadata () As WebSiteResourceHealthMetadataResource" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteResourceHealthMetadata : unit -&gt; Azure.ResourceManager.AppService.WebSiteResourceHealthMetadataResource&#xA;override this.GetWebSiteResourceHealthMetadata : unit -&gt; Azure.ResourceManager.AppService.WebSiteResourceHealthMetadataResource" Usage="webSiteResource.GetWebSiteResourceHealthMetadata " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteResourceHealthMetadataResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a WebSiteResourceHealthMetadataResource along with the instance operations that can be performed on it in the WebSite. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteResourceHealthMetadataResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt; GetWebSiteSlot (string slot, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotResource&gt; GetWebSiteSlot(string slot, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteSlot(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlot (slot As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteSlotResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlot : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&#xA;override this.GetWebSiteSlot : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;" Usage="webSiteResource.GetWebSiteSlot (slot, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="slot" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="slot"> Name of the deployment slot. By default, this API returns the production slot. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the details of a web, mobile, or API app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}</description></item><item><term>Operation Id</term><description>WebApps_GetSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="slot" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="slot" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWebSiteSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&gt; GetWebSiteSlotAsync (string slot, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&gt; GetWebSiteSlotAsync(string slot, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteSlotAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotAsync (slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteSlotResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&gt;&#xA;override this.GetWebSiteSlotAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&gt;" Usage="webSiteResource.GetWebSiteSlotAsync (slot, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="slot" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="slot"> Name of the deployment slot. By default, this API returns the production slot. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the details of a web, mobile, or API app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}</description></item><item><term>Operation Id</term><description>WebApps_GetSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="slot" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="slot" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWebSiteSlots"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteSlotCollection GetWebSiteSlots ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteSlotCollection GetWebSiteSlots() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteSlots" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlots () As WebSiteSlotCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlots : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotCollection&#xA;override this.GetWebSiteSlots : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotCollection" Usage="webSiteResource.GetWebSiteSlots " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteSlotCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSiteSlotResources in the WebSite. </summary> <returns> An object representing collection of WebSiteSlotResources and their operations over a WebSiteSlotResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteSlotTriggeredWebJob"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt; GetWebSiteSlotTriggeredWebJob (string webJobName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt; GetWebSiteSlotTriggeredWebJob(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteSlotTriggeredWebJob(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotTriggeredWebJob (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteSlotTriggeredWebJobResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotTriggeredWebJob : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt;&#xA;override this.GetWebSiteSlotTriggeredWebJob : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt;" Usage="webSiteResource.GetWebSiteSlotTriggeredWebJob (webJobName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="webJobName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="webJobName"> Name of Web Job. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a triggered web job by its ID for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/triggeredwebjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetTriggeredWebJobSlot</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="webJobName" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="webJobName" /> is null. </exception> </Docs> </Member> <Member MemberName="GetWebSiteSlotTriggeredWebJobAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt;&gt; GetWebSiteSlotTriggeredWebJobAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt;&gt; GetWebSiteSlotTriggeredWebJobAsync(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteSlotTriggeredWebJobAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotTriggeredWebJobAsync (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteSlotTriggeredWebJobResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotTriggeredWebJobAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt;&gt;&#xA;override this.GetWebSiteSlotTriggeredWebJobAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt;&gt;" Usage="webSiteResource.GetWebSiteSlotTriggeredWebJobAsync (webJobName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="webJobName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="webJobName"> Name of Web Job. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a triggered web job by its ID for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/triggeredwebjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetTriggeredWebJobSlot</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="webJobName" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="webJobName" /> is null. </exception> </Docs> </Member> <Member MemberName="GetWebSiteSlotTriggeredWebJobs"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobCollection GetWebSiteSlotTriggeredWebJobs ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobCollection GetWebSiteSlotTriggeredWebJobs() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteSlotTriggeredWebJobs" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotTriggeredWebJobs () As WebSiteSlotTriggeredWebJobCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotTriggeredWebJobs : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobCollection&#xA;override this.GetWebSiteSlotTriggeredWebJobs : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobCollection" Usage="webSiteResource.GetWebSiteSlotTriggeredWebJobs " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSiteSlotTriggeredWebJobResources in the WebSite. </summary> <returns> An object representing collection of WebSiteSlotTriggeredWebJobResources and their operations over a WebSiteSlotTriggeredWebJobResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteSourceControl"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteSourceControlResource GetWebSiteSourceControl ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteSourceControlResource GetWebSiteSourceControl() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteSourceControl" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSourceControl () As WebSiteSourceControlResource" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSourceControl : unit -&gt; Azure.ResourceManager.AppService.WebSiteSourceControlResource&#xA;override this.GetWebSiteSourceControl : unit -&gt; Azure.ResourceManager.AppService.WebSiteSourceControlResource" Usage="webSiteResource.GetWebSiteSourceControl " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteSourceControlResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a WebSiteSourceControlResource along with the instance operations that can be performed on it in the WebSite. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSourceControlResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteTriggeredwebJob"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt; GetWebSiteTriggeredwebJob (string webJobName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt; GetWebSiteTriggeredwebJob(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteTriggeredwebJob(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteTriggeredwebJob (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteTriggeredwebJobResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteTriggeredwebJob : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt;&#xA;override this.GetWebSiteTriggeredwebJob : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt;" Usage="webSiteResource.GetWebSiteTriggeredwebJob (webJobName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="webJobName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="webJobName"> Name of Web Job. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a triggered web job by its ID for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/triggeredwebjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetTriggeredWebJob</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="webJobName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="webJobName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWebSiteTriggeredwebJobAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt;&gt; GetWebSiteTriggeredwebJobAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt;&gt; GetWebSiteTriggeredwebJobAsync(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteTriggeredwebJobAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteTriggeredwebJobAsync (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteTriggeredwebJobResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteTriggeredwebJobAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt;&gt;&#xA;override this.GetWebSiteTriggeredwebJobAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt;&gt;" Usage="webSiteResource.GetWebSiteTriggeredwebJobAsync (webJobName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="webJobName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="webJobName"> Name of Web Job. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a triggered web job by its ID for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/triggeredwebjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetTriggeredWebJob</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="webJobName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="webJobName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWebSiteTriggeredwebJobs"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteTriggeredwebJobCollection GetWebSiteTriggeredwebJobs ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteTriggeredwebJobCollection GetWebSiteTriggeredwebJobs() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteTriggeredwebJobs" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteTriggeredwebJobs () As WebSiteTriggeredwebJobCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteTriggeredwebJobs : unit -&gt; Azure.ResourceManager.AppService.WebSiteTriggeredwebJobCollection&#xA;override this.GetWebSiteTriggeredwebJobs : unit -&gt; Azure.ResourceManager.AppService.WebSiteTriggeredwebJobCollection" Usage="webSiteResource.GetWebSiteTriggeredwebJobs " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteTriggeredwebJobCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSiteTriggeredwebJobResources in the WebSite. </summary> <returns> An object representing collection of WebSiteTriggeredwebJobResources and their operations over a WebSiteTriggeredwebJobResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteWebJob"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteWebJobResource&gt; GetWebSiteWebJob (string webJobName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteWebJobResource&gt; GetWebSiteWebJob(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteWebJob(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteWebJob (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteWebJobResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteWebJob : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteWebJobResource&gt;&#xA;override this.GetWebSiteWebJob : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteWebJobResource&gt;" Usage="webSiteResource.GetWebSiteWebJob (webJobName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteWebJobResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="webJobName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="webJobName"> Name of the web job. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get webjob information for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/webjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetWebJob</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteWebJobResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="webJobName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="webJobName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWebSiteWebJobAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteWebJobResource&gt;&gt; GetWebSiteWebJobAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteWebJobResource&gt;&gt; GetWebSiteWebJobAsync(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteWebJobAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteWebJobAsync (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteWebJobResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteWebJobAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteWebJobResource&gt;&gt;&#xA;override this.GetWebSiteWebJobAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteWebJobResource&gt;&gt;" Usage="webSiteResource.GetWebSiteWebJobAsync (webJobName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteWebJobResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="webJobName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="webJobName"> Name of the web job. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get webjob information for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/webjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetWebJob</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteWebJobResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="webJobName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="webJobName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWebSiteWebJobs"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteWebJobCollection GetWebSiteWebJobs ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteWebJobCollection GetWebSiteWebJobs() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWebSiteWebJobs" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteWebJobs () As WebSiteWebJobCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteWebJobs : unit -&gt; Azure.ResourceManager.AppService.WebSiteWebJobCollection&#xA;override this.GetWebSiteWebJobs : unit -&gt; Azure.ResourceManager.AppService.WebSiteWebJobCollection" Usage="webSiteResource.GetWebSiteWebJobs " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteWebJobCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSiteWebJobResources in the WebSite. </summary> <returns> An object representing collection of WebSiteWebJobResources and their operations over a WebSiteWebJobResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWorkflowRun"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowRunResource&gt; GetWorkflowRun (string workflowName, string runName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WorkflowRunResource&gt; GetWorkflowRun(string workflowName, string runName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWorkflowRun(System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWorkflowRun (workflowName As String, runName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WorkflowRunResource)" /> <MemberSignature Language="F#" Value="abstract member GetWorkflowRun : string * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowRunResource&gt;&#xA;override this.GetWorkflowRun : string * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowRunResource&gt;" Usage="webSiteResource.GetWorkflowRun (workflowName, runName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowRunResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> <Parameter Name="runName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowName"> The workflow name. </param> <param name="runName"> The workflow run name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a workflow run. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}</description></item><item><term>Operation Id</term><description>WorkflowRuns_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WorkflowRunResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="workflowName" /> or <paramref name="runName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="workflowName" /> or <paramref name="runName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWorkflowRunAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowRunResource&gt;&gt; GetWorkflowRunAsync (string workflowName, string runName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WorkflowRunResource&gt;&gt; GetWorkflowRunAsync(string workflowName, string runName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWorkflowRunAsync(System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWorkflowRunAsync (workflowName As String, runName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WorkflowRunResource))" /> <MemberSignature Language="F#" Value="abstract member GetWorkflowRunAsync : string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowRunResource&gt;&gt;&#xA;override this.GetWorkflowRunAsync : string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowRunResource&gt;&gt;" Usage="webSiteResource.GetWorkflowRunAsync (workflowName, runName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowRunResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> <Parameter Name="runName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowName"> The workflow name. </param> <param name="runName"> The workflow run name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a workflow run. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/runs/{runName}</description></item><item><term>Operation Id</term><description>WorkflowRuns_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WorkflowRunResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="workflowName" /> or <paramref name="runName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="workflowName" /> or <paramref name="runName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWorkflowRuns"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WorkflowRunCollection GetWorkflowRuns (string workflowName);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WorkflowRunCollection GetWorkflowRuns(string workflowName) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWorkflowRuns(System.String)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWorkflowRuns (workflowName As String) As WorkflowRunCollection" /> <MemberSignature Language="F#" Value="abstract member GetWorkflowRuns : string -&gt; Azure.ResourceManager.AppService.WorkflowRunCollection&#xA;override this.GetWorkflowRuns : string -&gt; Azure.ResourceManager.AppService.WorkflowRunCollection" Usage="webSiteResource.GetWorkflowRuns workflowName" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WorkflowRunCollection</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> </Parameters> <Docs> <param name="workflowName"> The workflow name. </param> <summary> Gets a collection of WorkflowRunResources in the WebSite. </summary> <returns> An object representing collection of WorkflowRunResources and their operations over a WorkflowRunResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="workflowName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="workflowName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWorkflowsConnections"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt; GetWorkflowsConnections (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt; GetWorkflowsConnections(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWorkflowsConnections(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWorkflowsConnections (Optional cancellationToken As CancellationToken = Nothing) As Response(Of WorkflowEnvelopeData)" /> <MemberSignature Language="F#" Value="abstract member GetWorkflowsConnections : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt;&#xA;override this.GetWorkflowsConnections : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt;" Usage="webSiteResource.GetWorkflowsConnections cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Lists logic app's connections for web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/listWorkflowsConnections</description></item><item><term>Operation Id</term><description>WebApps_ListWorkflowsConnections</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWorkflowsConnectionsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt;&gt; GetWorkflowsConnectionsAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt;&gt; GetWorkflowsConnectionsAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWorkflowsConnectionsAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWorkflowsConnectionsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WorkflowEnvelopeData))" /> <MemberSignature Language="F#" Value="abstract member GetWorkflowsConnectionsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt;&gt;&#xA;override this.GetWorkflowsConnectionsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt;&gt;" Usage="webSiteResource.GetWorkflowsConnectionsAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Lists logic app's connections for web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/listWorkflowsConnections</description></item><item><term>Operation Id</term><description>WebApps_ListWorkflowsConnections</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWorkflowTrigger"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowTriggerResource&gt; GetWorkflowTrigger (string workflowName, string triggerName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WorkflowTriggerResource&gt; GetWorkflowTrigger(string workflowName, string triggerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWorkflowTrigger(System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWorkflowTrigger (workflowName As String, triggerName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WorkflowTriggerResource)" /> <MemberSignature Language="F#" Value="abstract member GetWorkflowTrigger : string * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowTriggerResource&gt;&#xA;override this.GetWorkflowTrigger : string * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowTriggerResource&gt;" Usage="webSiteResource.GetWorkflowTrigger (workflowName, triggerName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowTriggerResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> <Parameter Name="triggerName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowName"> The workflow name. </param> <param name="triggerName"> The workflow trigger name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a workflow trigger. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/triggers/{triggerName}</description></item><item><term>Operation Id</term><description>WorkflowTriggers_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WorkflowTriggerResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="workflowName" /> or <paramref name="triggerName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="workflowName" /> or <paramref name="triggerName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWorkflowTriggerAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowTriggerResource&gt;&gt; GetWorkflowTriggerAsync (string workflowName, string triggerName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WorkflowTriggerResource&gt;&gt; GetWorkflowTriggerAsync(string workflowName, string triggerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWorkflowTriggerAsync(System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWorkflowTriggerAsync (workflowName As String, triggerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WorkflowTriggerResource))" /> <MemberSignature Language="F#" Value="abstract member GetWorkflowTriggerAsync : string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowTriggerResource&gt;&gt;&#xA;override this.GetWorkflowTriggerAsync : string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowTriggerResource&gt;&gt;" Usage="webSiteResource.GetWorkflowTriggerAsync (workflowName, triggerName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowTriggerResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> <Parameter Name="triggerName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowName"> The workflow name. </param> <param name="triggerName"> The workflow trigger name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a workflow trigger. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/triggers/{triggerName}</description></item><item><term>Operation Id</term><description>WorkflowTriggers_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WorkflowTriggerResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="workflowName" /> or <paramref name="triggerName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="workflowName" /> or <paramref name="triggerName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWorkflowTriggers"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WorkflowTriggerCollection GetWorkflowTriggers (string workflowName);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WorkflowTriggerCollection GetWorkflowTriggers(string workflowName) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWorkflowTriggers(System.String)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWorkflowTriggers (workflowName As String) As WorkflowTriggerCollection" /> <MemberSignature Language="F#" Value="abstract member GetWorkflowTriggers : string -&gt; Azure.ResourceManager.AppService.WorkflowTriggerCollection&#xA;override this.GetWorkflowTriggers : string -&gt; Azure.ResourceManager.AppService.WorkflowTriggerCollection" Usage="webSiteResource.GetWorkflowTriggers workflowName" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WorkflowTriggerCollection</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> </Parameters> <Docs> <param name="workflowName"> The workflow name. </param> <summary> Gets a collection of WorkflowTriggerResources in the WebSite. </summary> <returns> An object representing collection of WorkflowTriggerResources and their operations over a WorkflowTriggerResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="workflowName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="workflowName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWorkflowVersion"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowVersionResource&gt; GetWorkflowVersion (string workflowName, string versionId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WorkflowVersionResource&gt; GetWorkflowVersion(string workflowName, string versionId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWorkflowVersion(System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWorkflowVersion (workflowName As String, versionId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WorkflowVersionResource)" /> <MemberSignature Language="F#" Value="abstract member GetWorkflowVersion : string * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowVersionResource&gt;&#xA;override this.GetWorkflowVersion : string * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowVersionResource&gt;" Usage="webSiteResource.GetWorkflowVersion (workflowName, versionId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowVersionResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> <Parameter Name="versionId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowName"> The workflow name. </param> <param name="versionId"> The workflow versionId. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a workflow version. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/versions/{versionId}</description></item><item><term>Operation Id</term><description>WorkflowVersions_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WorkflowVersionResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="workflowName" /> or <paramref name="versionId" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="workflowName" /> or <paramref name="versionId" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWorkflowVersionAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowVersionResource&gt;&gt; GetWorkflowVersionAsync (string workflowName, string versionId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WorkflowVersionResource&gt;&gt; GetWorkflowVersionAsync(string workflowName, string versionId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWorkflowVersionAsync(System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWorkflowVersionAsync (workflowName As String, versionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WorkflowVersionResource))" /> <MemberSignature Language="F#" Value="abstract member GetWorkflowVersionAsync : string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowVersionResource&gt;&gt;&#xA;override this.GetWorkflowVersionAsync : string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowVersionResource&gt;&gt;" Usage="webSiteResource.GetWorkflowVersionAsync (workflowName, versionId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowVersionResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> <Parameter Name="versionId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowName"> The workflow name. </param> <param name="versionId"> The workflow versionId. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a workflow version. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/versions/{versionId}</description></item><item><term>Operation Id</term><description>WorkflowVersions_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WorkflowVersionResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="workflowName" /> or <paramref name="versionId" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="workflowName" /> or <paramref name="versionId" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetWorkflowVersions"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WorkflowVersionCollection GetWorkflowVersions (string workflowName);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WorkflowVersionCollection GetWorkflowVersions(string workflowName) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.GetWorkflowVersions(System.String)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWorkflowVersions (workflowName As String) As WorkflowVersionCollection" /> <MemberSignature Language="F#" Value="abstract member GetWorkflowVersions : string -&gt; Azure.ResourceManager.AppService.WorkflowVersionCollection&#xA;override this.GetWorkflowVersions : string -&gt; Azure.ResourceManager.AppService.WorkflowVersionCollection" Usage="webSiteResource.GetWorkflowVersions workflowName" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WorkflowVersionCollection</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> </Parameters> <Docs> <param name="workflowName"> The workflow name. </param> <summary> Gets a collection of WorkflowVersionResources in the WebSite. </summary> <returns> An object representing collection of WorkflowVersionResources and their operations over a WorkflowVersionResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="workflowName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="workflowName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="HasData"> <MemberSignature Language="C#" Value="public virtual bool HasData { get; }" /> <MemberSignature Language="ILAsm" Value=".property instance bool HasData" /> <MemberSignature Language="DocId" Value="P:Azure.ResourceManager.AppService.WebSiteResource.HasData" /> <MemberSignature Language="VB.NET" Value="Public Overridable ReadOnly Property HasData As Boolean" /> <MemberSignature Language="F#" Value="member this.HasData : bool" Usage="Azure.ResourceManager.AppService.WebSiteResource.HasData" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Boolean</ReturnType> </ReturnValue> <Docs> <summary> Gets whether or not the current instance has data. </summary> <value>To be added.</value> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="IsCloneable"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteCloneability&gt; IsCloneable (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteCloneability&gt; IsCloneable(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.IsCloneable(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function IsCloneable (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteCloneability)" /> <MemberSignature Language="F#" Value="abstract member IsCloneable : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteCloneability&gt;&#xA;override this.IsCloneable : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteCloneability&gt;" Usage="webSiteResource.IsCloneable cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteCloneability&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Shows whether an app can be cloned to another resource group or subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/iscloneable</description></item><item><term>Operation Id</term><description>WebApps_IsCloneable</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="IsCloneableAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteCloneability&gt;&gt; IsCloneableAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteCloneability&gt;&gt; IsCloneableAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.IsCloneableAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function IsCloneableAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteCloneability))" /> <MemberSignature Language="F#" Value="abstract member IsCloneableAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteCloneability&gt;&gt;&#xA;override this.IsCloneableAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteCloneability&gt;&gt;" Usage="webSiteResource.IsCloneableAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteCloneability&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Shows whether an app can be cloned to another resource group or subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/iscloneable</description></item><item><term>Operation Id</term><description>WebApps_IsCloneable</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="MigrateMySql"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.AppServiceOperation&gt; MigrateMySql (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.MigrateMySqlContent content, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceOperation&gt; MigrateMySql(valuetype Azure.WaitUntil waitUntil, class Azure.ResourceManager.AppService.Models.MigrateMySqlContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.MigrateMySql(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.MigrateMySqlContent,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function MigrateMySql (waitUntil As WaitUntil, content As MigrateMySqlContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AppServiceOperation)" /> <MemberSignature Language="F#" Value="abstract member MigrateMySql : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.MigrateMySqlContent * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.AppServiceOperation&gt;&#xA;override this.MigrateMySql : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.MigrateMySqlContent * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.AppServiceOperation&gt;" Usage="webSiteResource.MigrateMySql (waitUntil, content, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.AppServiceOperation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.MigrateMySqlContent" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="content"> MySql migration options. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Migrates a local (in-app) MySql database to a remote MySql database. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/migratemysql</description></item><item><term>Operation Id</term><description>WebApps_MigrateMySql</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="content" /> is null. </exception> </Docs> </Member> <Member MemberName="MigrateMySqlAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.AppServiceOperation&gt;&gt; MigrateMySqlAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.MigrateMySqlContent content, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceOperation&gt;&gt; MigrateMySqlAsync(valuetype Azure.WaitUntil waitUntil, class Azure.ResourceManager.AppService.Models.MigrateMySqlContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.MigrateMySqlAsync(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.MigrateMySqlContent,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function MigrateMySqlAsync (waitUntil As WaitUntil, content As MigrateMySqlContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of AppServiceOperation))" /> <MemberSignature Language="F#" Value="abstract member MigrateMySqlAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.MigrateMySqlContent * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.AppServiceOperation&gt;&gt;&#xA;override this.MigrateMySqlAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.MigrateMySqlContent * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.AppServiceOperation&gt;&gt;" Usage="webSiteResource.MigrateMySqlAsync (waitUntil, content, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.AppServiceOperation&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.MigrateMySqlContent" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="content"> MySql migration options. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Migrates a local (in-app) MySql database to a remote MySql database. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/migratemysql</description></item><item><term>Operation Id</term><description>WebApps_MigrateMySql</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="content" /> is null. </exception> </Docs> </Member> <Member MemberName="MigrateStorage"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.StorageMigrationResult&gt; MigrateStorage (Azure.WaitUntil waitUntil, string subscriptionName, Azure.ResourceManager.AppService.Models.StorageMigrationContent content, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation`1&lt;class Azure.ResourceManager.AppService.Models.StorageMigrationResult&gt; MigrateStorage(valuetype Azure.WaitUntil waitUntil, string subscriptionName, class Azure.ResourceManager.AppService.Models.StorageMigrationContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.MigrateStorage(Azure.WaitUntil,System.String,Azure.ResourceManager.AppService.Models.StorageMigrationContent,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function MigrateStorage (waitUntil As WaitUntil, subscriptionName As String, content As StorageMigrationContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of StorageMigrationResult)" /> <MemberSignature Language="F#" Value="abstract member MigrateStorage : Azure.WaitUntil * string * Azure.ResourceManager.AppService.Models.StorageMigrationContent * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.StorageMigrationResult&gt;&#xA;override this.MigrateStorage : Azure.WaitUntil * string * Azure.ResourceManager.AppService.Models.StorageMigrationContent * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.StorageMigrationResult&gt;" Usage="webSiteResource.MigrateStorage (waitUntil, subscriptionName, content, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.StorageMigrationResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="subscriptionName" Type="System.String" /> <Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.StorageMigrationContent" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="subscriptionName"> Azure subscription. </param> <param name="content"> Migration migrationOptions. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Restores a web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/migrate</description></item><item><term>Operation Id</term><description>WebApps_MigrateStorage</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionName" /> or <paramref name="content" /> is null. </exception> </Docs> </Member> <Member MemberName="MigrateStorageAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.StorageMigrationResult&gt;&gt; MigrateStorageAsync (Azure.WaitUntil waitUntil, string subscriptionName, Azure.ResourceManager.AppService.Models.StorageMigrationContent content, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation`1&lt;class Azure.ResourceManager.AppService.Models.StorageMigrationResult&gt;&gt; MigrateStorageAsync(valuetype Azure.WaitUntil waitUntil, string subscriptionName, class Azure.ResourceManager.AppService.Models.StorageMigrationContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.MigrateStorageAsync(Azure.WaitUntil,System.String,Azure.ResourceManager.AppService.Models.StorageMigrationContent,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function MigrateStorageAsync (waitUntil As WaitUntil, subscriptionName As String, content As StorageMigrationContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of StorageMigrationResult))" /> <MemberSignature Language="F#" Value="abstract member MigrateStorageAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppService.Models.StorageMigrationContent * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.StorageMigrationResult&gt;&gt;&#xA;override this.MigrateStorageAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppService.Models.StorageMigrationContent * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.StorageMigrationResult&gt;&gt;" Usage="webSiteResource.MigrateStorageAsync (waitUntil, subscriptionName, content, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.StorageMigrationResult&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="subscriptionName" Type="System.String" /> <Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.StorageMigrationContent" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="subscriptionName"> Azure subscription. </param> <param name="content"> Migration migrationOptions. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Restores a web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/migrate</description></item><item><term>Operation Id</term><description>WebApps_MigrateStorage</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionName" /> or <paramref name="content" /> is null. </exception> </Docs> </Member> <Member MemberName="RegenerateAccessKeyWorkflow"> <MemberSignature Language="C#" Value="public virtual Azure.Response RegenerateAccessKeyWorkflow (string workflowName, Azure.ResourceManager.AppService.Models.WorkflowRegenerateActionContent content, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response RegenerateAccessKeyWorkflow(string workflowName, class Azure.ResourceManager.AppService.Models.WorkflowRegenerateActionContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.RegenerateAccessKeyWorkflow(System.String,Azure.ResourceManager.AppService.Models.WorkflowRegenerateActionContent,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RegenerateAccessKeyWorkflow (workflowName As String, content As WorkflowRegenerateActionContent, Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member RegenerateAccessKeyWorkflow : string * Azure.ResourceManager.AppService.Models.WorkflowRegenerateActionContent * System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.RegenerateAccessKeyWorkflow : string * Azure.ResourceManager.AppService.Models.WorkflowRegenerateActionContent * System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.RegenerateAccessKeyWorkflow (workflowName, content, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> <Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.WorkflowRegenerateActionContent" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowName"> The workflow name. </param> <param name="content"> The access key type. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Regenerates the callback URL access key for request triggers. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/regenerateAccessKey</description></item><item><term>Operation Id</term><description>Workflows_RegenerateAccessKey</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="workflowName" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="workflowName" /> or <paramref name="content" /> is null. </exception> </Docs> </Member> <Member MemberName="RegenerateAccessKeyWorkflowAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; RegenerateAccessKeyWorkflowAsync (string workflowName, Azure.ResourceManager.AppService.Models.WorkflowRegenerateActionContent content, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; RegenerateAccessKeyWorkflowAsync(string workflowName, class Azure.ResourceManager.AppService.Models.WorkflowRegenerateActionContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.RegenerateAccessKeyWorkflowAsync(System.String,Azure.ResourceManager.AppService.Models.WorkflowRegenerateActionContent,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RegenerateAccessKeyWorkflowAsync (workflowName As String, content As WorkflowRegenerateActionContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member RegenerateAccessKeyWorkflowAsync : string * Azure.ResourceManager.AppService.Models.WorkflowRegenerateActionContent * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.RegenerateAccessKeyWorkflowAsync : string * Azure.ResourceManager.AppService.Models.WorkflowRegenerateActionContent * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.RegenerateAccessKeyWorkflowAsync (workflowName, content, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> <Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.WorkflowRegenerateActionContent" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowName"> The workflow name. </param> <param name="content"> The access key type. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Regenerates the callback URL access key for request triggers. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/regenerateAccessKey</description></item><item><term>Operation Id</term><description>Workflows_RegenerateAccessKey</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="workflowName" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="workflowName" /> or <paramref name="content" /> is null. </exception> </Docs> </Member> <Member MemberName="ResetAllFiltersForWebAppRecommendation"> <MemberSignature Language="C#" Value="public virtual Azure.Response ResetAllFiltersForWebAppRecommendation (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response ResetAllFiltersForWebAppRecommendation(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.ResetAllFiltersForWebAppRecommendation(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function ResetAllFiltersForWebAppRecommendation (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member ResetAllFiltersForWebAppRecommendation : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.ResetAllFiltersForWebAppRecommendation : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.ResetAllFiltersForWebAppRecommendation cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Reset all recommendation opt-out settings for an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations/reset</description></item><item><term>Operation Id</term><description>Recommendations_ResetAllFiltersForWebApp</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ResetAllFiltersForWebAppRecommendationAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; ResetAllFiltersForWebAppRecommendationAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; ResetAllFiltersForWebAppRecommendationAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.ResetAllFiltersForWebAppRecommendationAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function ResetAllFiltersForWebAppRecommendationAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member ResetAllFiltersForWebAppRecommendationAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.ResetAllFiltersForWebAppRecommendationAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.ResetAllFiltersForWebAppRecommendationAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Reset all recommendation opt-out settings for an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/recommendations/reset</description></item><item><term>Operation Id</term><description>Recommendations_ResetAllFiltersForWebApp</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ResetProductionSlotConfig"> <MemberSignature Language="C#" Value="public virtual Azure.Response ResetProductionSlotConfig (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response ResetProductionSlotConfig(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.ResetProductionSlotConfig(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function ResetProductionSlotConfig (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member ResetProductionSlotConfig : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.ResetProductionSlotConfig : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.ResetProductionSlotConfig cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Resets the configuration settings of the current slot if they were previously modified by calling the API with POST. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/resetSlotConfig</description></item><item><term>Operation Id</term><description>WebApps_ResetProductionSlotConfig</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ResetProductionSlotConfigAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; ResetProductionSlotConfigAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; ResetProductionSlotConfigAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.ResetProductionSlotConfigAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function ResetProductionSlotConfigAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member ResetProductionSlotConfigAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.ResetProductionSlotConfigAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.ResetProductionSlotConfigAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Resets the configuration settings of the current slot if they were previously modified by calling the API with POST. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/resetSlotConfig</description></item><item><term>Operation Id</term><description>WebApps_ResetProductionSlotConfig</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="ResourceType"> <MemberSignature Language="C#" Value="public static readonly Azure.Core.ResourceType ResourceType;" /> <MemberSignature Language="ILAsm" Value=".field public static initonly valuetype Azure.Core.ResourceType ResourceType" /> <MemberSignature Language="DocId" Value="F:Azure.ResourceManager.AppService.WebSiteResource.ResourceType" /> <MemberSignature Language="VB.NET" Value="Public Shared ReadOnly ResourceType As ResourceType " /> <MemberSignature Language="F#" Value=" staticval mutable ResourceType : Azure.Core.ResourceType" Usage="Azure.ResourceManager.AppService.WebSiteResource.ResourceType" /> <MemberType>Field</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Core.ResourceType</ReturnType> </ReturnValue> <Docs> <summary> Gets the resource type for the operations. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Restart"> <MemberSignature Language="C#" Value="public virtual Azure.Response Restart (bool? softRestart = default, bool? synchronous = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response Restart(valuetype System.Nullable`1&lt;bool&gt; softRestart, valuetype System.Nullable`1&lt;bool&gt; synchronous, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.Restart(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function Restart (Optional softRestart As Nullable(Of Boolean) = Nothing, Optional synchronous As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member Restart : Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.Restart : Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.Restart (softRestart, synchronous, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="softRestart" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="synchronous" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="softRestart"> Specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app. </param> <param name="synchronous"> Specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous). </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Restarts an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restart</description></item><item><term>Operation Id</term><description>WebApps_Restart</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="RestartAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; RestartAsync (bool? softRestart = default, bool? synchronous = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; RestartAsync(valuetype System.Nullable`1&lt;bool&gt; softRestart, valuetype System.Nullable`1&lt;bool&gt; synchronous, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.RestartAsync(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RestartAsync (Optional softRestart As Nullable(Of Boolean) = Nothing, Optional synchronous As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member RestartAsync : Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.RestartAsync : Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.RestartAsync (softRestart, synchronous, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="softRestart" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="synchronous" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="softRestart"> Specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app. </param> <param name="synchronous"> Specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous). </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Restarts an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restart</description></item><item><term>Operation Id</term><description>WebApps_Restart</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="RestoreFromBackupBlob"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation RestoreFromBackupBlob (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.RestoreRequestInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation RestoreFromBackupBlob(valuetype Azure.WaitUntil waitUntil, class Azure.ResourceManager.AppService.Models.RestoreRequestInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.RestoreFromBackupBlob(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.RestoreRequestInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RestoreFromBackupBlob (waitUntil As WaitUntil, info As RestoreRequestInfo, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation" /> <MemberSignature Language="F#" Value="abstract member RestoreFromBackupBlob : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&#xA;override this.RestoreFromBackupBlob : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation" Usage="webSiteResource.RestoreFromBackupBlob (waitUntil, info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.RestoreRequestInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="info"> Information on restore request . </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Restores an app from a backup blob in Azure Storage. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restoreFromBackupBlob</description></item><item><term>Operation Id</term><description>WebApps_RestoreFromBackupBlob</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="info" /> is null. </exception> </Docs> </Member> <Member MemberName="RestoreFromBackupBlobAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt; RestoreFromBackupBlobAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.RestoreRequestInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation&gt; RestoreFromBackupBlobAsync(valuetype Azure.WaitUntil waitUntil, class Azure.ResourceManager.AppService.Models.RestoreRequestInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.RestoreFromBackupBlobAsync(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.RestoreRequestInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RestoreFromBackupBlobAsync (waitUntil As WaitUntil, info As RestoreRequestInfo, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)" /> <MemberSignature Language="F#" Value="abstract member RestoreFromBackupBlobAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;&#xA;override this.RestoreFromBackupBlobAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;" Usage="webSiteResource.RestoreFromBackupBlobAsync (waitUntil, info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.RestoreRequestInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="info"> Information on restore request . </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Restores an app from a backup blob in Azure Storage. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restoreFromBackupBlob</description></item><item><term>Operation Id</term><description>WebApps_RestoreFromBackupBlob</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="info" /> is null. </exception> </Docs> </Member> <Member MemberName="RestoreFromDeletedApp"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation RestoreFromDeletedApp (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent content, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation RestoreFromDeletedApp(valuetype Azure.WaitUntil waitUntil, class Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.RestoreFromDeletedApp(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RestoreFromDeletedApp (waitUntil As WaitUntil, content As DeletedAppRestoreContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation" /> <MemberSignature Language="F#" Value="abstract member RestoreFromDeletedApp : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&#xA;override this.RestoreFromDeletedApp : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation" Usage="webSiteResource.RestoreFromDeletedApp (waitUntil, content, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="content"> Deleted web app restore information. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Restores a deleted web app to this web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restoreFromDeletedApp</description></item><item><term>Operation Id</term><description>WebApps_RestoreFromDeletedApp</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="content" /> is null. </exception> </Docs> </Member> <Member MemberName="RestoreFromDeletedAppAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt; RestoreFromDeletedAppAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent content, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation&gt; RestoreFromDeletedAppAsync(valuetype Azure.WaitUntil waitUntil, class Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.RestoreFromDeletedAppAsync(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RestoreFromDeletedAppAsync (waitUntil As WaitUntil, content As DeletedAppRestoreContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)" /> <MemberSignature Language="F#" Value="abstract member RestoreFromDeletedAppAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;&#xA;override this.RestoreFromDeletedAppAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;" Usage="webSiteResource.RestoreFromDeletedAppAsync (waitUntil, content, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="content"> Deleted web app restore information. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Restores a deleted web app to this web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restoreFromDeletedApp</description></item><item><term>Operation Id</term><description>WebApps_RestoreFromDeletedApp</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="content" /> is null. </exception> </Docs> </Member> <Member MemberName="RestoreSnapshot"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation RestoreSnapshot (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest restoreRequest, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation RestoreSnapshot(valuetype Azure.WaitUntil waitUntil, class Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest restoreRequest, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.RestoreSnapshot(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RestoreSnapshot (waitUntil As WaitUntil, restoreRequest As SnapshotRestoreRequest, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation" /> <MemberSignature Language="F#" Value="abstract member RestoreSnapshot : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&#xA;override this.RestoreSnapshot : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation" Usage="webSiteResource.RestoreSnapshot (waitUntil, restoreRequest, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="restoreRequest" Type="Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="restoreRequest"> Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites or GetSiteSnapshots API. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Restores a web app from a snapshot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restoreSnapshot</description></item><item><term>Operation Id</term><description>WebApps_RestoreSnapshot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="restoreRequest" /> is null. </exception> </Docs> </Member> <Member MemberName="RestoreSnapshotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt; RestoreSnapshotAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest restoreRequest, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation&gt; RestoreSnapshotAsync(valuetype Azure.WaitUntil waitUntil, class Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest restoreRequest, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.RestoreSnapshotAsync(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RestoreSnapshotAsync (waitUntil As WaitUntil, restoreRequest As SnapshotRestoreRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)" /> <MemberSignature Language="F#" Value="abstract member RestoreSnapshotAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;&#xA;override this.RestoreSnapshotAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;" Usage="webSiteResource.RestoreSnapshotAsync (waitUntil, restoreRequest, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="restoreRequest" Type="Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="restoreRequest"> Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites or GetSiteSnapshots API. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Restores a web app from a snapshot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/restoreSnapshot</description></item><item><term>Operation Id</term><description>WebApps_RestoreSnapshot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="restoreRequest" /> is null. </exception> </Docs> </Member> <Member MemberName="Start"> <MemberSignature Language="C#" Value="public virtual Azure.Response Start (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response Start(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.Start(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function Start (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member Start : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.Start : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.Start cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Starts an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/start</description></item><item><term>Operation Id</term><description>WebApps_Start</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StartAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; StartAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; StartAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.StartAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StartAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member StartAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.StartAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.StartAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Starts an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/start</description></item><item><term>Operation Id</term><description>WebApps_Start</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StartNetworkTrace"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt; StartNetworkTrace (Azure.WaitUntil waitUntil, int? durationInSeconds = default, int? maxFrameLength = default, string sasUrl = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation`1&lt;class System.Collections.Generic.IList`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt; StartNetworkTrace(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1&lt;int32&gt; durationInSeconds, valuetype System.Nullable`1&lt;int32&gt; maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.StartNetworkTrace(Azure.WaitUntil,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StartNetworkTrace (waitUntil As WaitUntil, Optional durationInSeconds As Nullable(Of Integer) = Nothing, Optional maxFrameLength As Nullable(Of Integer) = Nothing, Optional sasUrl As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of IList(Of WebAppNetworkTrace))" /> <MemberSignature Language="F#" Value="abstract member StartNetworkTrace : Azure.WaitUntil * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&#xA;override this.StartNetworkTrace : Azure.WaitUntil * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;" Usage="webSiteResource.StartNetworkTrace (waitUntil, durationInSeconds, maxFrameLength, sasUrl, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="durationInSeconds" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="maxFrameLength" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="sasUrl" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="durationInSeconds"> The duration to keep capturing in seconds. </param> <param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param> <param name="sasUrl"> The Blob URL to store capture file. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Start capturing network packets for the site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/startNetworkTrace</description></item><item><term>Operation Id</term><description>WebApps_StartNetworkTrace</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StartNetworkTraceAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt; StartNetworkTraceAsync (Azure.WaitUntil waitUntil, int? durationInSeconds = default, int? maxFrameLength = default, string sasUrl = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation`1&lt;class System.Collections.Generic.IList`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt; StartNetworkTraceAsync(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1&lt;int32&gt; durationInSeconds, valuetype System.Nullable`1&lt;int32&gt; maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.StartNetworkTraceAsync(Azure.WaitUntil,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StartNetworkTraceAsync (waitUntil As WaitUntil, Optional durationInSeconds As Nullable(Of Integer) = Nothing, Optional maxFrameLength As Nullable(Of Integer) = Nothing, Optional sasUrl As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of IList(Of WebAppNetworkTrace)))" /> <MemberSignature Language="F#" Value="abstract member StartNetworkTraceAsync : Azure.WaitUntil * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt;&#xA;override this.StartNetworkTraceAsync : Azure.WaitUntil * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt;" Usage="webSiteResource.StartNetworkTraceAsync (waitUntil, durationInSeconds, maxFrameLength, sasUrl, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="durationInSeconds" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="maxFrameLength" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="sasUrl" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="durationInSeconds"> The duration to keep capturing in seconds. </param> <param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param> <param name="sasUrl"> The Blob URL to store capture file. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Start capturing network packets for the site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/startNetworkTrace</description></item><item><term>Operation Id</term><description>WebApps_StartNetworkTrace</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StartWebSiteNetworkTrace"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;string&gt; StartWebSiteNetworkTrace (int? durationInSeconds = default, int? maxFrameLength = default, string sasUrl = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;string&gt; StartWebSiteNetworkTrace(valuetype System.Nullable`1&lt;int32&gt; durationInSeconds, valuetype System.Nullable`1&lt;int32&gt; maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.StartWebSiteNetworkTrace(System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StartWebSiteNetworkTrace (Optional durationInSeconds As Nullable(Of Integer) = Nothing, Optional maxFrameLength As Nullable(Of Integer) = Nothing, Optional sasUrl As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of String)" /> <MemberSignature Language="F#" Value="abstract member StartWebSiteNetworkTrace : Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;string&gt;&#xA;override this.StartWebSiteNetworkTrace : Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;string&gt;" Usage="webSiteResource.StartWebSiteNetworkTrace (durationInSeconds, maxFrameLength, sasUrl, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;System.String&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="durationInSeconds" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="maxFrameLength" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="sasUrl" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="durationInSeconds"> The duration to keep capturing in seconds. </param> <param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param> <param name="sasUrl"> The Blob URL to store capture file. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Start capturing network packets for the site (To be deprecated). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTrace/start</description></item><item><term>Operation Id</term><description>WebApps_StartWebSiteNetworkTrace</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StartWebSiteNetworkTraceAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;string&gt;&gt; StartWebSiteNetworkTraceAsync (int? durationInSeconds = default, int? maxFrameLength = default, string sasUrl = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;string&gt;&gt; StartWebSiteNetworkTraceAsync(valuetype System.Nullable`1&lt;int32&gt; durationInSeconds, valuetype System.Nullable`1&lt;int32&gt; maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.StartWebSiteNetworkTraceAsync(System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StartWebSiteNetworkTraceAsync (Optional durationInSeconds As Nullable(Of Integer) = Nothing, Optional maxFrameLength As Nullable(Of Integer) = Nothing, Optional sasUrl As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of String))" /> <MemberSignature Language="F#" Value="abstract member StartWebSiteNetworkTraceAsync : Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;string&gt;&gt;&#xA;override this.StartWebSiteNetworkTraceAsync : Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;string&gt;&gt;" Usage="webSiteResource.StartWebSiteNetworkTraceAsync (durationInSeconds, maxFrameLength, sasUrl, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="durationInSeconds" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="maxFrameLength" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="sasUrl" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="durationInSeconds"> The duration to keep capturing in seconds. </param> <param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param> <param name="sasUrl"> The Blob URL to store capture file. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Start capturing network packets for the site (To be deprecated). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTrace/start</description></item><item><term>Operation Id</term><description>WebApps_StartWebSiteNetworkTrace</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StartWebSiteNetworkTraceOperation"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt; StartWebSiteNetworkTraceOperation (Azure.WaitUntil waitUntil, int? durationInSeconds = default, int? maxFrameLength = default, string sasUrl = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation`1&lt;class System.Collections.Generic.IList`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt; StartWebSiteNetworkTraceOperation(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1&lt;int32&gt; durationInSeconds, valuetype System.Nullable`1&lt;int32&gt; maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.StartWebSiteNetworkTraceOperation(Azure.WaitUntil,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StartWebSiteNetworkTraceOperation (waitUntil As WaitUntil, Optional durationInSeconds As Nullable(Of Integer) = Nothing, Optional maxFrameLength As Nullable(Of Integer) = Nothing, Optional sasUrl As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of IList(Of WebAppNetworkTrace))" /> <MemberSignature Language="F#" Value="abstract member StartWebSiteNetworkTraceOperation : Azure.WaitUntil * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&#xA;override this.StartWebSiteNetworkTraceOperation : Azure.WaitUntil * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;" Usage="webSiteResource.StartWebSiteNetworkTraceOperation (waitUntil, durationInSeconds, maxFrameLength, sasUrl, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="durationInSeconds" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="maxFrameLength" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="sasUrl" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="durationInSeconds"> The duration to keep capturing in seconds. </param> <param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param> <param name="sasUrl"> The Blob URL to store capture file. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Start capturing network packets for the site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTrace/startOperation</description></item><item><term>Operation Id</term><description>WebApps_StartWebSiteNetworkTraceOperation</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StartWebSiteNetworkTraceOperationAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt; StartWebSiteNetworkTraceOperationAsync (Azure.WaitUntil waitUntil, int? durationInSeconds = default, int? maxFrameLength = default, string sasUrl = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation`1&lt;class System.Collections.Generic.IList`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt; StartWebSiteNetworkTraceOperationAsync(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1&lt;int32&gt; durationInSeconds, valuetype System.Nullable`1&lt;int32&gt; maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.StartWebSiteNetworkTraceOperationAsync(Azure.WaitUntil,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StartWebSiteNetworkTraceOperationAsync (waitUntil As WaitUntil, Optional durationInSeconds As Nullable(Of Integer) = Nothing, Optional maxFrameLength As Nullable(Of Integer) = Nothing, Optional sasUrl As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of IList(Of WebAppNetworkTrace)))" /> <MemberSignature Language="F#" Value="abstract member StartWebSiteNetworkTraceOperationAsync : Azure.WaitUntil * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt;&#xA;override this.StartWebSiteNetworkTraceOperationAsync : Azure.WaitUntil * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt;" Usage="webSiteResource.StartWebSiteNetworkTraceOperationAsync (waitUntil, durationInSeconds, maxFrameLength, sasUrl, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="durationInSeconds" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="maxFrameLength" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="sasUrl" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="durationInSeconds"> The duration to keep capturing in seconds. </param> <param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param> <param name="sasUrl"> The Blob URL to store capture file. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Start capturing network packets for the site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTrace/startOperation</description></item><item><term>Operation Id</term><description>WebApps_StartWebSiteNetworkTraceOperation</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="Stop"> <MemberSignature Language="C#" Value="public virtual Azure.Response Stop (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response Stop(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.Stop(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function Stop (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member Stop : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.Stop : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.Stop cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Stops an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/stop</description></item><item><term>Operation Id</term><description>WebApps_Stop</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StopAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; StopAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; StopAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.StopAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StopAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member StopAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.StopAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.StopAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Stops an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/stop</description></item><item><term>Operation Id</term><description>WebApps_Stop</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StopNetworkTrace"> <MemberSignature Language="C#" Value="public virtual Azure.Response StopNetworkTrace (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response StopNetworkTrace(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.StopNetworkTrace(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StopNetworkTrace (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member StopNetworkTrace : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.StopNetworkTrace : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.StopNetworkTrace cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Stop ongoing capturing network packets for the site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/stopNetworkTrace</description></item><item><term>Operation Id</term><description>WebApps_StopNetworkTrace</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StopNetworkTraceAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; StopNetworkTraceAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; StopNetworkTraceAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.StopNetworkTraceAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StopNetworkTraceAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member StopNetworkTraceAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.StopNetworkTraceAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.StopNetworkTraceAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Stop ongoing capturing network packets for the site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/stopNetworkTrace</description></item><item><term>Operation Id</term><description>WebApps_StopNetworkTrace</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StopWebSiteNetworkTrace"> <MemberSignature Language="C#" Value="public virtual Azure.Response StopWebSiteNetworkTrace (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response StopWebSiteNetworkTrace(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.StopWebSiteNetworkTrace(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StopWebSiteNetworkTrace (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member StopWebSiteNetworkTrace : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.StopWebSiteNetworkTrace : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.StopWebSiteNetworkTrace cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Stop ongoing capturing network packets for the site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTrace/stop</description></item><item><term>Operation Id</term><description>WebApps_StopWebSiteNetworkTrace</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="StopWebSiteNetworkTraceAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; StopWebSiteNetworkTraceAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; StopWebSiteNetworkTraceAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.StopWebSiteNetworkTraceAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StopWebSiteNetworkTraceAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member StopWebSiteNetworkTraceAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.StopWebSiteNetworkTraceAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.StopWebSiteNetworkTraceAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Stop ongoing capturing network packets for the site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/networkTrace/stop</description></item><item><term>Operation Id</term><description>WebApps_StopWebSiteNetworkTrace</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="SwapSlotWithProduction"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation SwapSlotWithProduction (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation SwapSlotWithProduction(valuetype Azure.WaitUntil waitUntil, class Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.SwapSlotWithProduction(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.CsmSlotEntity,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function SwapSlotWithProduction (waitUntil As WaitUntil, slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation" /> <MemberSignature Language="F#" Value="abstract member SwapSlotWithProduction : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&#xA;override this.SwapSlotWithProduction : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation" Usage="webSiteResource.SwapSlotWithProduction (waitUntil, slotSwapEntity, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="slotSwapEntity" Type="Azure.ResourceManager.AppService.Models.CsmSlotEntity" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="slotSwapEntity"> JSON object that contains the target slot name. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Swaps two deployment slots of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slotsswap</description></item><item><term>Operation Id</term><description>WebApps_SwapSlotWithProduction</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="slotSwapEntity" /> is null. </exception> </Docs> </Member> <Member MemberName="SwapSlotWithProductionAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt; SwapSlotWithProductionAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation&gt; SwapSlotWithProductionAsync(valuetype Azure.WaitUntil waitUntil, class Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.SwapSlotWithProductionAsync(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.CsmSlotEntity,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function SwapSlotWithProductionAsync (waitUntil As WaitUntil, slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)" /> <MemberSignature Language="F#" Value="abstract member SwapSlotWithProductionAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;&#xA;override this.SwapSlotWithProductionAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;" Usage="webSiteResource.SwapSlotWithProductionAsync (waitUntil, slotSwapEntity, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="slotSwapEntity" Type="Azure.ResourceManager.AppService.Models.CsmSlotEntity" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="slotSwapEntity"> JSON object that contains the target slot name. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Swaps two deployment slots of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slotsswap</description></item><item><term>Operation Id</term><description>WebApps_SwapSlotWithProduction</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="slotSwapEntity" /> is null. </exception> </Docs> </Member> <Member MemberName="SyncFunctions"> <MemberSignature Language="C#" Value="public virtual Azure.Response SyncFunctions (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response SyncFunctions(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.SyncFunctions(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function SyncFunctions (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member SyncFunctions : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.SyncFunctions : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.SyncFunctions cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Syncs function trigger metadata to the management database <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/sync</description></item><item><term>Operation Id</term><description>WebApps_SyncFunctions</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="SyncFunctionsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; SyncFunctionsAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; SyncFunctionsAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.SyncFunctionsAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function SyncFunctionsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member SyncFunctionsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.SyncFunctionsAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.SyncFunctionsAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Syncs function trigger metadata to the management database <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/host/default/sync</description></item><item><term>Operation Id</term><description>WebApps_SyncFunctions</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="SyncFunctionTriggers"> <MemberSignature Language="C#" Value="public virtual Azure.Response SyncFunctionTriggers (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response SyncFunctionTriggers(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.SyncFunctionTriggers(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function SyncFunctionTriggers (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member SyncFunctionTriggers : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.SyncFunctionTriggers : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.SyncFunctionTriggers cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Syncs function trigger metadata to the management database <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/syncfunctiontriggers</description></item><item><term>Operation Id</term><description>WebApps_SyncFunctionTriggers</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="SyncFunctionTriggersAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; SyncFunctionTriggersAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; SyncFunctionTriggersAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.SyncFunctionTriggersAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function SyncFunctionTriggersAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member SyncFunctionTriggersAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.SyncFunctionTriggersAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.SyncFunctionTriggersAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Syncs function trigger metadata to the management database <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/syncfunctiontriggers</description></item><item><term>Operation Id</term><description>WebApps_SyncFunctionTriggers</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="SyncRepository"> <MemberSignature Language="C#" Value="public virtual Azure.Response SyncRepository (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response SyncRepository(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.SyncRepository(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function SyncRepository (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member SyncRepository : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.SyncRepository : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.SyncRepository cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Sync web app repository. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/sync</description></item><item><term>Operation Id</term><description>WebApps_SyncRepository</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="SyncRepositoryAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; SyncRepositoryAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; SyncRepositoryAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.SyncRepositoryAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function SyncRepositoryAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member SyncRepositoryAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.SyncRepositoryAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.SyncRepositoryAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Sync web app repository. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/sync</description></item><item><term>Operation Id</term><description>WebApps_SyncRepository</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create"> <MemberSignature Language="C#" Value="Azure.ResourceManager.AppService.WebSiteData IJsonModel&lt;WebSiteData&gt;.Create (ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options);" /> <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteData System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create(valuetype System.Text.Json.Utf8JsonReader&amp; reader, class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.System#ClientModel#Primitives#IJsonModel&lt;Azure#ResourceManager#AppService#WebSiteData&gt;#Create(System.Text.Json.Utf8JsonReader@,System.ClientModel.Primitives.ModelReaderWriterOptions)" /> <MemberSignature Language="VB.NET" Value="Function Create (ByRef reader As Utf8JsonReader, options As ModelReaderWriterOptions) As WebSiteData Implements IJsonModel(Of WebSiteData).Create" /> <MemberSignature Language="F#" Value="abstract member System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create : Utf8JsonReader * System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; Azure.ResourceManager.AppService.WebSiteData&#xA;override this.System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create : Utf8JsonReader * System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; Azure.ResourceManager.AppService.WebSiteData" Usage="webSiteResource.System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create (reader, options)" /> <MemberType>Method</MemberType> <Implements> <InterfaceMember>M:System.ClientModel.Primitives.IJsonModel`1.Create(System.Text.Json.Utf8JsonReader@,System.ClientModel.Primitives.ModelReaderWriterOptions)</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteData</ReturnType> </ReturnValue> <Parameters> <Parameter Name="reader" Type="System.Text.Json.Utf8JsonReader" RefType="ref" /> <Parameter Name="options" Type="System.ClientModel.Primitives.ModelReaderWriterOptions" /> </Parameters> <Docs> <param name="reader">The <see cref="T:System.Text.Json.Utf8JsonReader" /> to read.</param> <param name="options">The <see cref="T:System.ClientModel.Primitives.ModelReaderWriterOptions" /> to use.</param> <summary> Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. </summary> <returns>A <typeparamref name="T" /> representation of the JSON value.</returns> <remarks>To be added.</remarks> <exception cref="T:System.FormatException">If the model does not support the requested <see cref="P:System.ClientModel.Primitives.ModelReaderWriterOptions.Format" />.</exception> </Docs> </Member> <Member MemberName="System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write"> <MemberSignature Language="C#" Value="void IJsonModel&lt;WebSiteData&gt;.Write (System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options);" /> <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write(class System.Text.Json.Utf8JsonWriter writer, class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.System#ClientModel#Primitives#IJsonModel&lt;Azure#ResourceManager#AppService#WebSiteData&gt;#Write(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions)" /> <MemberSignature Language="VB.NET" Value="Sub Write (writer As Utf8JsonWriter, options As ModelReaderWriterOptions) Implements IJsonModel(Of WebSiteData).Write" /> <MemberSignature Language="F#" Value="abstract member System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write : System.Text.Json.Utf8JsonWriter * System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; unit&#xA;override this.System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write : System.Text.Json.Utf8JsonWriter * System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; unit" Usage="webSiteResource.System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write (writer, options)" /> <MemberType>Method</MemberType> <Implements> <InterfaceMember>M:System.ClientModel.Primitives.IJsonModel`1.Write(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions)</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="writer" Type="System.Text.Json.Utf8JsonWriter" /> <Parameter Name="options" Type="System.ClientModel.Primitives.ModelReaderWriterOptions" /> </Parameters> <Docs> <param name="writer">The <see cref="T:System.Text.Json.Utf8JsonWriter" /> to write into.</param> <param name="options">The <see cref="T:System.ClientModel.Primitives.ModelReaderWriterOptions" /> to use.</param> <summary> Writes the model to the provided <see cref="T:System.Text.Json.Utf8JsonWriter" />. </summary> <remarks>To be added.</remarks> <exception cref="T:System.FormatException">If the model does not support the requested <see cref="P:System.ClientModel.Primitives.ModelReaderWriterOptions.Format" />.</exception> </Docs> </Member> <Member MemberName="System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create"> <MemberSignature Language="C#" Value="Azure.ResourceManager.AppService.WebSiteData IPersistableModel&lt;WebSiteData&gt;.Create (BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options);" /> <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteData System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create(class System.BinaryData data, class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.System#ClientModel#Primitives#IPersistableModel&lt;Azure#ResourceManager#AppService#WebSiteData&gt;#Create(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions)" /> <MemberSignature Language="VB.NET" Value="Function Create (data As BinaryData, options As ModelReaderWriterOptions) As WebSiteData Implements IPersistableModel(Of WebSiteData).Create" /> <MemberSignature Language="F#" Value="abstract member System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create : BinaryData * System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; Azure.ResourceManager.AppService.WebSiteData&#xA;override this.System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create : BinaryData * System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; Azure.ResourceManager.AppService.WebSiteData" Usage="webSiteResource.System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create (data, options)" /> <MemberType>Method</MemberType> <Implements> <InterfaceMember>M:System.ClientModel.Primitives.IPersistableModel`1.Create(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions)</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteData</ReturnType> </ReturnValue> <Parameters> <Parameter Name="data" Type="System.BinaryData" /> <Parameter Name="options" Type="System.ClientModel.Primitives.ModelReaderWriterOptions" /> </Parameters> <Docs> <param name="data">The <see cref="T:System.BinaryData" /> to parse.</param> <param name="options">The <see cref="T:System.ClientModel.Primitives.ModelReaderWriterOptions" /> to use.</param> <summary> Converts the provided <see cref="T:System.BinaryData" /> into a model. </summary> <returns>A <typeparamref name="T" /> representation of the data.</returns> <remarks>To be added.</remarks> <exception cref="T:System.FormatException">If the model does not support the requested <see cref="P:System.ClientModel.Primitives.ModelReaderWriterOptions.Format" />.</exception> </Docs> </Member> <Member MemberName="System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.GetFormatFromOptions"> <MemberSignature Language="C#" Value="string IPersistableModel&lt;WebSiteData&gt;.GetFormatFromOptions (System.ClientModel.Primitives.ModelReaderWriterOptions options);" /> <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance string System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.GetFormatFromOptions(class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.System#ClientModel#Primitives#IPersistableModel&lt;Azure#ResourceManager#AppService#WebSiteData&gt;#GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions)" /> <MemberSignature Language="VB.NET" Value="Function GetFormatFromOptions (options As ModelReaderWriterOptions) As String Implements IPersistableModel(Of WebSiteData).GetFormatFromOptions" /> <MemberSignature Language="F#" Value="abstract member System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.GetFormatFromOptions : System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; string&#xA;override this.System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.GetFormatFromOptions : System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; string" Usage="webSiteResource.System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.GetFormatFromOptions options" /> <MemberType>Method</MemberType> <Implements> <InterfaceMember>M:System.ClientModel.Primitives.IPersistableModel`1.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions)</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Parameters> <Parameter Name="options" Type="System.ClientModel.Primitives.ModelReaderWriterOptions" /> </Parameters> <Docs> <param name="options">The <see cref="T:System.ClientModel.Primitives.ModelReaderWriterOptions" /> to consider when serializing and deserializing the model.</param> <summary> Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. </summary> <returns>The format that the model uses when communicating with the serivce.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write"> <MemberSignature Language="C#" Value="BinaryData IPersistableModel&lt;WebSiteData&gt;.Write (System.ClientModel.Primitives.ModelReaderWriterOptions options);" /> <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class System.BinaryData System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write(class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.System#ClientModel#Primitives#IPersistableModel&lt;Azure#ResourceManager#AppService#WebSiteData&gt;#Write(System.ClientModel.Primitives.ModelReaderWriterOptions)" /> <MemberSignature Language="VB.NET" Value="Function Write (options As ModelReaderWriterOptions) As BinaryData Implements IPersistableModel(Of WebSiteData).Write" /> <MemberSignature Language="F#" Value="abstract member System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write : System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; BinaryData&#xA;override this.System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write : System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; BinaryData" Usage="webSiteResource.System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write options" /> <MemberType>Method</MemberType> <Implements> <InterfaceMember>M:System.ClientModel.Primitives.IPersistableModel`1.Write(System.ClientModel.Primitives.ModelReaderWriterOptions)</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.BinaryData</ReturnType> </ReturnValue> <Parameters> <Parameter Name="options" Type="System.ClientModel.Primitives.ModelReaderWriterOptions" /> </Parameters> <Docs> <param name="options">The <see cref="T:System.ClientModel.Primitives.ModelReaderWriterOptions" /> to use.</param> <summary> Writes the model into a <see cref="T:System.BinaryData" />. </summary> <returns>A binary representation of the written model.</returns> <remarks>To be added.</remarks> <exception cref="T:System.FormatException">If the model does not support the requested <see cref="P:System.ClientModel.Primitives.ModelReaderWriterOptions.Format" />.</exception> </Docs> </Member> <Member MemberName="Update"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteResource&gt; Update (Azure.ResourceManager.AppService.Models.SitePatchInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteResource&gt; Update(class Azure.ResourceManager.AppService.Models.SitePatchInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.Update(Azure.ResourceManager.AppService.Models.SitePatchInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function Update (info As SitePatchInfo, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteResource)" /> <MemberSignature Language="F#" Value="abstract member Update : Azure.ResourceManager.AppService.Models.SitePatchInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteResource&gt;&#xA;override this.Update : Azure.ResourceManager.AppService.Models.SitePatchInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteResource&gt;" Usage="webSiteResource.Update (info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.SitePatchInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="info"> A JSON representation of the app properties. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}</description></item><item><term>Operation Id</term><description>WebApps_Update</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="info" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateApplicationSettings"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt; UpdateApplicationSettings (Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary appSettings, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt; UpdateApplicationSettings(class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary appSettings, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateApplicationSettings(Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateApplicationSettings (appSettings As AppServiceConfigurationDictionary, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceConfigurationDictionary)" /> <MemberSignature Language="F#" Value="abstract member UpdateApplicationSettings : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&#xA;override this.UpdateApplicationSettings : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;" Usage="webSiteResource.UpdateApplicationSettings (appSettings, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="appSettings" Type="Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="appSettings"> Application settings of the app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Replaces the application settings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/appsettings</description></item><item><term>Operation Id</term><description>WebApps_UpdateApplicationSettings</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="appSettings" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateApplicationSettingsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt; UpdateApplicationSettingsAsync (Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary appSettings, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt; UpdateApplicationSettingsAsync(class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary appSettings, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateApplicationSettingsAsync(Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateApplicationSettingsAsync (appSettings As AppServiceConfigurationDictionary, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceConfigurationDictionary))" /> <MemberSignature Language="F#" Value="abstract member UpdateApplicationSettingsAsync : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;&#xA;override this.UpdateApplicationSettingsAsync : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;" Usage="webSiteResource.UpdateApplicationSettingsAsync (appSettings, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="appSettings" Type="Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="appSettings"> Application settings of the app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Replaces the application settings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/appsettings</description></item><item><term>Operation Id</term><description>WebApps_UpdateApplicationSettings</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="appSettings" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteResource&gt;&gt; UpdateAsync (Azure.ResourceManager.AppService.Models.SitePatchInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteResource&gt;&gt; UpdateAsync(class Azure.ResourceManager.AppService.Models.SitePatchInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateAsync(Azure.ResourceManager.AppService.Models.SitePatchInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateAsync (info As SitePatchInfo, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteResource))" /> <MemberSignature Language="F#" Value="abstract member UpdateAsync : Azure.ResourceManager.AppService.Models.SitePatchInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteResource&gt;&gt;&#xA;override this.UpdateAsync : Azure.ResourceManager.AppService.Models.SitePatchInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteResource&gt;&gt;" Usage="webSiteResource.UpdateAsync (info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.SitePatchInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="info"> A JSON representation of the app properties. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}</description></item><item><term>Operation Id</term><description>WebApps_Update</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="info" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateAuthSettings"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt; UpdateAuthSettings (Azure.ResourceManager.AppService.Models.SiteAuthSettings siteAuthSettings, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt; UpdateAuthSettings(class Azure.ResourceManager.AppService.Models.SiteAuthSettings siteAuthSettings, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateAuthSettings(Azure.ResourceManager.AppService.Models.SiteAuthSettings,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateAuthSettings (siteAuthSettings As SiteAuthSettings, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteAuthSettings)" /> <MemberSignature Language="F#" Value="abstract member UpdateAuthSettings : Azure.ResourceManager.AppService.Models.SiteAuthSettings * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&#xA;override this.UpdateAuthSettings : Azure.ResourceManager.AppService.Models.SiteAuthSettings * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;" Usage="webSiteResource.UpdateAuthSettings (siteAuthSettings, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="siteAuthSettings" Type="Azure.ResourceManager.AppService.Models.SiteAuthSettings" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="siteAuthSettings"> Auth settings associated with web app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates the Authentication / Authorization settings associated with web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettings</description></item><item><term>Operation Id</term><description>WebApps_UpdateAuthSettings</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="siteAuthSettings" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateAuthSettingsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt; UpdateAuthSettingsAsync (Azure.ResourceManager.AppService.Models.SiteAuthSettings siteAuthSettings, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt; UpdateAuthSettingsAsync(class Azure.ResourceManager.AppService.Models.SiteAuthSettings siteAuthSettings, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateAuthSettingsAsync(Azure.ResourceManager.AppService.Models.SiteAuthSettings,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateAuthSettingsAsync (siteAuthSettings As SiteAuthSettings, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteAuthSettings))" /> <MemberSignature Language="F#" Value="abstract member UpdateAuthSettingsAsync : Azure.ResourceManager.AppService.Models.SiteAuthSettings * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt;&#xA;override this.UpdateAuthSettingsAsync : Azure.ResourceManager.AppService.Models.SiteAuthSettings * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt;" Usage="webSiteResource.UpdateAuthSettingsAsync (siteAuthSettings, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="siteAuthSettings" Type="Azure.ResourceManager.AppService.Models.SiteAuthSettings" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="siteAuthSettings"> Auth settings associated with web app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates the Authentication / Authorization settings associated with web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettings</description></item><item><term>Operation Id</term><description>WebApps_UpdateAuthSettings</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="siteAuthSettings" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateAuthSettingsV2"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt; UpdateAuthSettingsV2 (Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 siteAuthSettingsV2, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt; UpdateAuthSettingsV2(class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 siteAuthSettingsV2, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateAuthSettingsV2(Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateAuthSettingsV2 (siteAuthSettingsV2 As SiteAuthSettingsV2, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteAuthSettingsV2)" /> <MemberSignature Language="F#" Value="abstract member UpdateAuthSettingsV2 : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&#xA;override this.UpdateAuthSettingsV2 : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;" Usage="webSiteResource.UpdateAuthSettingsV2 (siteAuthSettingsV2, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="siteAuthSettingsV2" Type="Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="siteAuthSettingsV2"> Auth settings associated with web app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates site's Authentication / Authorization settings for apps via the V2 format <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettingsV2</description></item><item><term>Operation Id</term><description>WebApps_UpdateAuthSettingsV2</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="siteAuthSettingsV2" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateAuthSettingsV2Async"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt; UpdateAuthSettingsV2Async (Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 siteAuthSettingsV2, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt; UpdateAuthSettingsV2Async(class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 siteAuthSettingsV2, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateAuthSettingsV2Async(Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateAuthSettingsV2Async (siteAuthSettingsV2 As SiteAuthSettingsV2, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteAuthSettingsV2))" /> <MemberSignature Language="F#" Value="abstract member UpdateAuthSettingsV2Async : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;&#xA;override this.UpdateAuthSettingsV2Async : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;" Usage="webSiteResource.UpdateAuthSettingsV2Async (siteAuthSettingsV2, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="siteAuthSettingsV2" Type="Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="siteAuthSettingsV2"> Auth settings associated with web app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates site's Authentication / Authorization settings for apps via the V2 format <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/authsettingsV2</description></item><item><term>Operation Id</term><description>WebApps_UpdateAuthSettingsV2</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="siteAuthSettingsV2" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateAzureStorageAccounts"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt; UpdateAzureStorageAccounts (Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary azureStorageAccounts, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt; UpdateAzureStorageAccounts(class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary azureStorageAccounts, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateAzureStorageAccounts(Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateAzureStorageAccounts (azureStorageAccounts As AzureStoragePropertyDictionary, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AzureStoragePropertyDictionary)" /> <MemberSignature Language="F#" Value="abstract member UpdateAzureStorageAccounts : Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&#xA;override this.UpdateAzureStorageAccounts : Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;" Usage="webSiteResource.UpdateAzureStorageAccounts (azureStorageAccounts, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="azureStorageAccounts" Type="Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="azureStorageAccounts"> Azure storage accounts of the app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates the Azure storage account configurations of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/azurestorageaccounts</description></item><item><term>Operation Id</term><description>WebApps_UpdateAzureStorageAccounts</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="azureStorageAccounts" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateAzureStorageAccountsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt; UpdateAzureStorageAccountsAsync (Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary azureStorageAccounts, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt; UpdateAzureStorageAccountsAsync(class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary azureStorageAccounts, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateAzureStorageAccountsAsync(Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateAzureStorageAccountsAsync (azureStorageAccounts As AzureStoragePropertyDictionary, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AzureStoragePropertyDictionary))" /> <MemberSignature Language="F#" Value="abstract member UpdateAzureStorageAccountsAsync : Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt;&#xA;override this.UpdateAzureStorageAccountsAsync : Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt;" Usage="webSiteResource.UpdateAzureStorageAccountsAsync (azureStorageAccounts, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="azureStorageAccounts" Type="Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="azureStorageAccounts"> Azure storage accounts of the app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates the Azure storage account configurations of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/azurestorageaccounts</description></item><item><term>Operation Id</term><description>WebApps_UpdateAzureStorageAccounts</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="azureStorageAccounts" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateBackupConfiguration"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt; UpdateBackupConfiguration (Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt; UpdateBackupConfiguration(class Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateBackupConfiguration(Azure.ResourceManager.AppService.Models.WebAppBackupInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateBackupConfiguration (info As WebAppBackupInfo, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebAppBackupInfo)" /> <MemberSignature Language="F#" Value="abstract member UpdateBackupConfiguration : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&#xA;override this.UpdateBackupConfiguration : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;" Usage="webSiteResource.UpdateBackupConfiguration (info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppBackupInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="info"> Edited backup configuration. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates the backup configuration of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/backup</description></item><item><term>Operation Id</term><description>WebApps_UpdateBackupConfiguration</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="info" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateBackupConfigurationAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt; UpdateBackupConfigurationAsync (Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt; UpdateBackupConfigurationAsync(class Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateBackupConfigurationAsync(Azure.ResourceManager.AppService.Models.WebAppBackupInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateBackupConfigurationAsync (info As WebAppBackupInfo, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebAppBackupInfo))" /> <MemberSignature Language="F#" Value="abstract member UpdateBackupConfigurationAsync : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt;&#xA;override this.UpdateBackupConfigurationAsync : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt;" Usage="webSiteResource.UpdateBackupConfigurationAsync (info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppBackupInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="info"> Edited backup configuration. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates the backup configuration of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/backup</description></item><item><term>Operation Id</term><description>WebApps_UpdateBackupConfiguration</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="info" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateConnectionStrings"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt; UpdateConnectionStrings (Azure.ResourceManager.AppService.Models.ConnectionStringDictionary connectionStrings, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt; UpdateConnectionStrings(class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary connectionStrings, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateConnectionStrings(Azure.ResourceManager.AppService.Models.ConnectionStringDictionary,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateConnectionStrings (connectionStrings As ConnectionStringDictionary, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ConnectionStringDictionary)" /> <MemberSignature Language="F#" Value="abstract member UpdateConnectionStrings : Azure.ResourceManager.AppService.Models.ConnectionStringDictionary * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&#xA;override this.UpdateConnectionStrings : Azure.ResourceManager.AppService.Models.ConnectionStringDictionary * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;" Usage="webSiteResource.UpdateConnectionStrings (connectionStrings, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="connectionStrings" Type="Azure.ResourceManager.AppService.Models.ConnectionStringDictionary" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="connectionStrings"> Connection strings of the app or deployment slot. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Replaces the connection strings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/connectionstrings</description></item><item><term>Operation Id</term><description>WebApps_UpdateConnectionStrings</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="connectionStrings" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateConnectionStringsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt; UpdateConnectionStringsAsync (Azure.ResourceManager.AppService.Models.ConnectionStringDictionary connectionStrings, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt; UpdateConnectionStringsAsync(class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary connectionStrings, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateConnectionStringsAsync(Azure.ResourceManager.AppService.Models.ConnectionStringDictionary,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateConnectionStringsAsync (connectionStrings As ConnectionStringDictionary, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ConnectionStringDictionary))" /> <MemberSignature Language="F#" Value="abstract member UpdateConnectionStringsAsync : Azure.ResourceManager.AppService.Models.ConnectionStringDictionary * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt;&#xA;override this.UpdateConnectionStringsAsync : Azure.ResourceManager.AppService.Models.ConnectionStringDictionary * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt;" Usage="webSiteResource.UpdateConnectionStringsAsync (connectionStrings, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="connectionStrings" Type="Azure.ResourceManager.AppService.Models.ConnectionStringDictionary" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="connectionStrings"> Connection strings of the app or deployment slot. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Replaces the connection strings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/connectionstrings</description></item><item><term>Operation Id</term><description>WebApps_UpdateConnectionStrings</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="connectionStrings" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateMachineKey"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;BinaryData&gt; UpdateMachineKey (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class System.BinaryData&gt; UpdateMachineKey(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateMachineKey(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateMachineKey (Optional cancellationToken As CancellationToken = Nothing) As Response(Of BinaryData)" /> <MemberSignature Language="F#" Value="abstract member UpdateMachineKey : System.Threading.CancellationToken -&gt; Azure.Response&lt;BinaryData&gt;&#xA;override this.UpdateMachineKey : System.Threading.CancellationToken -&gt; Azure.Response&lt;BinaryData&gt;" Usage="webSiteResource.UpdateMachineKey cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;System.BinaryData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="0" FrameworkAlternate="azure-dotnet" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Updates the machine key of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/updatemachinekey</description></item><item><term>Operation Id</term><description>WebApps_UpdateMachineKey</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateMachineKeyAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;BinaryData&gt;&gt; UpdateMachineKeyAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class System.BinaryData&gt;&gt; UpdateMachineKeyAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateMachineKeyAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateMachineKeyAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BinaryData))" /> <MemberSignature Language="F#" Value="abstract member UpdateMachineKeyAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;BinaryData&gt;&gt;&#xA;override this.UpdateMachineKeyAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;BinaryData&gt;&gt;" Usage="webSiteResource.UpdateMachineKeyAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;System.BinaryData&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="0" FrameworkAlternate="azure-dotnet" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Updates the machine key of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/updatemachinekey</description></item><item><term>Operation Id</term><description>WebApps_UpdateMachineKey</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="UpdateMetadata"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt; UpdateMetadata (Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary metadata, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt; UpdateMetadata(class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary metadata, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateMetadata(Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateMetadata (metadata As AppServiceConfigurationDictionary, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceConfigurationDictionary)" /> <MemberSignature Language="F#" Value="abstract member UpdateMetadata : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&#xA;override this.UpdateMetadata : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;" Usage="webSiteResource.UpdateMetadata (metadata, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="metadata" Type="Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="metadata"> Edited metadata of the app or deployment slot. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Replaces the metadata of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/metadata</description></item><item><term>Operation Id</term><description>WebApps_UpdateMetadata</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="metadata" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateMetadataAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt; UpdateMetadataAsync (Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary metadata, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt; UpdateMetadataAsync(class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary metadata, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateMetadataAsync(Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateMetadataAsync (metadata As AppServiceConfigurationDictionary, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceConfigurationDictionary))" /> <MemberSignature Language="F#" Value="abstract member UpdateMetadataAsync : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;&#xA;override this.UpdateMetadataAsync : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;" Usage="webSiteResource.UpdateMetadataAsync (metadata, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="metadata" Type="Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="metadata"> Edited metadata of the app or deployment slot. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Replaces the metadata of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/metadata</description></item><item><term>Operation Id</term><description>WebApps_UpdateMetadata</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="metadata" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateSitePushSettings"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt; UpdateSitePushSettings (Azure.ResourceManager.AppService.Models.WebAppPushSettings pushSettings, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt; UpdateSitePushSettings(class Azure.ResourceManager.AppService.Models.WebAppPushSettings pushSettings, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateSitePushSettings(Azure.ResourceManager.AppService.Models.WebAppPushSettings,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateSitePushSettings (pushSettings As WebAppPushSettings, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebAppPushSettings)" /> <MemberSignature Language="F#" Value="abstract member UpdateSitePushSettings : Azure.ResourceManager.AppService.Models.WebAppPushSettings * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&#xA;override this.UpdateSitePushSettings : Azure.ResourceManager.AppService.Models.WebAppPushSettings * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;" Usage="webSiteResource.UpdateSitePushSettings (pushSettings, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="pushSettings" Type="Azure.ResourceManager.AppService.Models.WebAppPushSettings" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="pushSettings"> Push settings associated with web app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates the Push settings associated with web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/pushsettings</description></item><item><term>Operation Id</term><description>WebApps_UpdateSitePushSettings</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="pushSettings" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateSitePushSettingsAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt; UpdateSitePushSettingsAsync (Azure.ResourceManager.AppService.Models.WebAppPushSettings pushSettings, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt; UpdateSitePushSettingsAsync(class Azure.ResourceManager.AppService.Models.WebAppPushSettings pushSettings, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.UpdateSitePushSettingsAsync(Azure.ResourceManager.AppService.Models.WebAppPushSettings,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateSitePushSettingsAsync (pushSettings As WebAppPushSettings, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebAppPushSettings))" /> <MemberSignature Language="F#" Value="abstract member UpdateSitePushSettingsAsync : Azure.ResourceManager.AppService.Models.WebAppPushSettings * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt;&#xA;override this.UpdateSitePushSettingsAsync : Azure.ResourceManager.AppService.Models.WebAppPushSettings * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt;" Usage="webSiteResource.UpdateSitePushSettingsAsync (pushSettings, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="pushSettings" Type="Azure.ResourceManager.AppService.Models.WebAppPushSettings" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="pushSettings"> Push settings associated with web app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates the Push settings associated with web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/pushsettings</description></item><item><term>Operation Id</term><description>WebApps_UpdateSitePushSettings</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="pushSettings" /> is null. </exception> </Docs> </Member> <Member MemberName="ValidateWorkflow"> <MemberSignature Language="C#" Value="public virtual Azure.Response ValidateWorkflow (string workflowName, Azure.ResourceManager.AppService.Models.WorkflowData data, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response ValidateWorkflow(string workflowName, class Azure.ResourceManager.AppService.Models.WorkflowData data, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.ValidateWorkflow(System.String,Azure.ResourceManager.AppService.Models.WorkflowData,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function ValidateWorkflow (workflowName As String, data As WorkflowData, Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member ValidateWorkflow : string * Azure.ResourceManager.AppService.Models.WorkflowData * System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.ValidateWorkflow : string * Azure.ResourceManager.AppService.Models.WorkflowData * System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteResource.ValidateWorkflow (workflowName, data, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> <Parameter Name="data" Type="Azure.ResourceManager.AppService.Models.WorkflowData" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowName"> The workflow name. </param> <param name="data"> The workflow. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Validates the workflow definition. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/validate</description></item><item><term>Operation Id</term><description>Workflows_Validate</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="workflowName" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="workflowName" /> or <paramref name="data" /> is null. </exception> </Docs> </Member> <Member MemberName="ValidateWorkflowAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; ValidateWorkflowAsync (string workflowName, Azure.ResourceManager.AppService.Models.WorkflowData data, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; ValidateWorkflowAsync(string workflowName, class Azure.ResourceManager.AppService.Models.WorkflowData data, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.ValidateWorkflowAsync(System.String,Azure.ResourceManager.AppService.Models.WorkflowData,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function ValidateWorkflowAsync (workflowName As String, data As WorkflowData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member ValidateWorkflowAsync : string * Azure.ResourceManager.AppService.Models.WorkflowData * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.ValidateWorkflowAsync : string * Azure.ResourceManager.AppService.Models.WorkflowData * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteResource.ValidateWorkflowAsync (workflowName, data, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> <Parameter Name="data" Type="Azure.ResourceManager.AppService.Models.WorkflowData" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowName"> The workflow name. </param> <param name="data"> The workflow. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Validates the workflow definition. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostruntime/runtime/webhooks/workflow/api/management/workflows/{workflowName}/validate</description></item><item><term>Operation Id</term><description>Workflows_Validate</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="workflowName" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="workflowName" /> or <paramref name="data" /> is null. </exception> </Docs> </Member> </Members> </Type>