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<Azure.ResourceManager.AppService.WebSiteData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit WebSiteResource extends Azure.ResourceManager.ArmResource implements class System.ClientModel.Primitives.IJsonModel`1<class Azure.ResourceManager.AppService.WebSiteData>, class System.ClientModel.Primitives.IPersistableModel`1<class Azure.ResourceManager.AppService.WebSiteData>" />
<TypeSignature Language="DocId" Value="T:Azure.ResourceManager.AppService.WebSiteResource" />
<TypeSignature Language="VB.NET" Value="Public Class WebSiteResource
Inherits ArmResource
Implements IJsonModel(Of WebSiteData), IPersistableModel(Of WebSiteData)" />
<TypeSignature Language="F#" Value="type WebSiteResource = class
 inherit ArmResource
 interface IJsonModel<WebSiteData>
 interface IPersistableModel<WebSiteData>" />
<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<Azure.ResourceManager.AppService.WebSiteData></InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData></InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.ClientModel.Primitives.IPersistableModel<T></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<Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult> AnalyzeCustomHostname (string hostName = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult>
override this.AnalyzeCustomHostname : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult>" 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<Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult></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<Azure.Response<Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult>>
override this.AnalyzeCustomHostnameAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult>></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 -> Azure.Response
override this.ApplySlotConfigToProduction : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> 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<Azure.Response> 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<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.ApplySlotConfigToProductionAsync : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="Backup">
<MemberSignature Language="C#" Value="public virtual Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData> 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<class Azure.ResourceManager.AppService.WebAppBackupData> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData>
override this.Backup : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData>" 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<Azure.ResourceManager.AppService.WebAppBackupData></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<Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.WebAppBackupData>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData>>
override this.BackupAsync : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData>></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<BinaryData> CreateOneDeployOperation (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class System.BinaryData> 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 -> Azure.Response<BinaryData>
override this.CreateOneDeployOperation : System.Threading.CancellationToken -> Azure.Response<BinaryData>" Usage="webSiteResource.CreateOneDeployOperation cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<System.BinaryData></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<Azure.Response<BinaryData>> CreateOneDeployOperationAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class System.BinaryData>> 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 -> System.Threading.Tasks.Task<Azure.Response<BinaryData>>
override this.CreateOneDeployOperationAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<BinaryData>>" 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<Azure.Response<System.BinaryData>></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<Azure.ResourceManager.AppService.Models.WebAppKeyInfo> 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<class Azure.ResourceManager.AppService.Models.WebAppKeyInfo> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>
override this.CreateOrUpdateHostSecret : string * string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>" 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<Azure.ResourceManager.AppService.Models.WebAppKeyInfo></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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.WebAppKeyInfo>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>>
override this.CreateOrUpdateHostSecretAsync : string * string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>></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 -> 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<bool> deleteMetrics, valuetype System.Nullable`1<bool> 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<bool> * Nullable<bool> * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.Delete : Azure.WaitUntil * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> 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<System.Boolean>" />
<Parameter Name="deleteEmptyServerFarm" Type="System.Nullable<System.Boolean>" />
<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<Azure.ResourceManager.ArmOperation> 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<class Azure.ResourceManager.ArmOperation> DeleteAsync(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1<bool> deleteMetrics, valuetype System.Nullable`1<bool> 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<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.DeleteAsync : Azure.WaitUntil * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>" 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<Azure.ResourceManager.ArmOperation></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="deleteMetrics" Type="System.Nullable<System.Boolean>" />
<Parameter Name="deleteEmptyServerFarm" Type="System.Nullable<System.Boolean>" />
<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 -> Azure.Response
override this.DeleteBackupConfiguration : System.Threading.CancellationToken -> 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<Azure.Response> DeleteBackupConfigurationAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteBackupConfigurationAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.Response
override this.DeleteHostSecret : string * string * System.Threading.CancellationToken -> 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<Azure.Response> 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<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteHostSecretAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.Response
override this.DeployWorkflowArtifacts : Azure.ResourceManager.AppService.Models.WorkflowArtifacts * System.Threading.CancellationToken -> 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<Azure.Response> 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<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.DeployWorkflowArtifactsAsync : Azure.ResourceManager.AppService.Models.WorkflowArtifacts * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.Response
override this.DisableAllForWebAppRecommendation : System.Threading.CancellationToken -> 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<Azure.Response> DisableAllForWebAppRecommendationAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.DisableAllForWebAppRecommendationAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="DiscoverBackup">
<MemberSignature Language="C#" Value="public virtual Azure.Response<Azure.ResourceManager.AppService.Models.RestoreRequestInfo> 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<class Azure.ResourceManager.AppService.Models.RestoreRequestInfo> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.RestoreRequestInfo>
override this.DiscoverBackup : Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.RestoreRequestInfo>" 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<Azure.ResourceManager.AppService.Models.RestoreRequestInfo></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<Azure.Response<Azure.ResourceManager.AppService.Models.RestoreRequestInfo>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.RestoreRequestInfo>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.RestoreRequestInfo>>
override this.DiscoverBackupAsync : Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.RestoreRequestInfo>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.RestoreRequestInfo>></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 -> Azure.Response
override this.GenerateNewSitePublishingPassword : System.Threading.CancellationToken -> 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<Azure.Response> GenerateNewSitePublishingPasswordAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.GenerateNewSitePublishingPasswordAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="Get">
<MemberSignature Language="C#" Value="public virtual Azure.Response<Azure.ResourceManager.AppService.WebSiteResource> Get (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteResource>" Usage="webSiteResource.Get cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.WebSiteResource></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<Azure.ResourceManager.AppService.SiteConfigData> GetAllConfigurationData (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.SiteConfigData> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.SiteConfigData>
override this.GetAllConfigurationData : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.SiteConfigData>" Usage="webSiteResource.GetAllConfigurationData cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.SiteConfigData></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<Azure.ResourceManager.AppService.SiteConfigData> GetAllConfigurationDataAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.SiteConfigData> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteConfigData>
override this.GetAllConfigurationDataAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteConfigData>" Usage="webSiteResource.GetAllConfigurationDataAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteConfigData></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<Azure.ResourceManager.AppService.HybridConnectionData> GetAllHybridConnectionData (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.HybridConnectionData> 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 -> Azure.Response<Azure.ResourceManager.AppService.HybridConnectionData>
override this.GetAllHybridConnectionData : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.HybridConnectionData>" 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#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</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#">[<System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetHybridConnectionsAsync` instead", false)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.HybridConnectionData></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<Azure.Response<Azure.ResourceManager.AppService.HybridConnectionData>> GetAllHybridConnectionDataAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.HybridConnectionData>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.HybridConnectionData>>
override this.GetAllHybridConnectionDataAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.HybridConnectionData>>" 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#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</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#">[<System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetHybridConnectionsAsync` instead", false)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.HybridConnectionData>></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<Azure.ResourceManager.AppService.PremierAddOnData> GetAllPremierAddOnData (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.PremierAddOnData> 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 -> Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData>
override this.GetAllPremierAddOnData : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData>" Usage="webSiteResource.GetAllPremierAddOnData cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData></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<Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData>> GetAllPremierAddOnDataAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.PremierAddOnData>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData>>
override this.GetAllPremierAddOnDataAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData>>" 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<Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData>></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<Azure.ResourceManager.AppService.RelayServiceConnectionEntityData> GetAllRelayServiceConnectionData (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.RelayServiceConnectionEntityData> 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 -> Azure.Response<Azure.ResourceManager.AppService.RelayServiceConnectionEntityData>
override this.GetAllRelayServiceConnectionData : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.RelayServiceConnectionEntityData>" Usage="webSiteResource.GetAllRelayServiceConnectionData cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.RelayServiceConnectionEntityData></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<Azure.Response<Azure.ResourceManager.AppService.RelayServiceConnectionEntityData>> GetAllRelayServiceConnectionDataAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.RelayServiceConnectionEntityData>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.RelayServiceConnectionEntityData>>
override this.GetAllRelayServiceConnectionDataAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.RelayServiceConnectionEntityData>>" 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<Azure.Response<Azure.ResourceManager.AppService.RelayServiceConnectionEntityData>></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<Azure.ResourceManager.AppService.WebAppBackupData> GetAllSiteBackupData (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.WebAppBackupData> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.WebAppBackupData>
override this.GetAllSiteBackupData : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.WebAppBackupData>" Usage="webSiteResource.GetAllSiteBackupData cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.WebAppBackupData></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<Azure.ResourceManager.AppService.WebAppBackupData> GetAllSiteBackupDataAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.WebAppBackupData> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.WebAppBackupData>
override this.GetAllSiteBackupDataAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.WebAppBackupData>" Usage="webSiteResource.GetAllSiteBackupDataAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.WebAppBackupData></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<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> GetApplicationSettings (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>
override this.GetApplicationSettings : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>" Usage="webSiteResource.GetApplicationSettings cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary></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<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> GetApplicationSettingsAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>
override this.GetApplicationSettingsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteResource>> GetAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteResource>></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<Azure.ResourceManager.AppService.Models.SiteAuthSettings> GetAuthSettings (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteAuthSettings> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>
override this.GetAuthSettings : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>" Usage="webSiteResource.GetAuthSettings cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings></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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>> GetAuthSettingsAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteAuthSettings>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>>
override this.GetAuthSettingsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>></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<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2> GetAuthSettingsV2 (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>
override this.GetAuthSettingsV2 : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>" Usage="webSiteResource.GetAuthSettingsV2 cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2></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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>> GetAuthSettingsV2Async (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>>
override this.GetAuthSettingsV2Async : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>></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<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2> GetAuthSettingsV2WithoutSecrets (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>
override this.GetAuthSettingsV2WithoutSecrets : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>" Usage="webSiteResource.GetAuthSettingsV2WithoutSecrets cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2></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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>> GetAuthSettingsV2WithoutSecretsAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>>
override this.GetAuthSettingsV2WithoutSecretsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>></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<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary> GetAzureStorageAccounts (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>
override this.GetAzureStorageAccounts : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>" Usage="webSiteResource.GetAzureStorageAccounts cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary></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<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>> GetAzureStorageAccountsAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>>
override this.GetAzureStorageAccountsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>></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<Azure.ResourceManager.AppService.Models.WebAppBackupInfo> GetBackupConfiguration (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.WebAppBackupInfo> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>
override this.GetBackupConfiguration : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>" Usage="webSiteResource.GetBackupConfiguration cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo></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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>> GetBackupConfigurationAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.WebAppBackupInfo>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>>
override this.GetBackupConfigurationAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>></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<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary> GetConnectionStrings (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>
override this.GetConnectionStrings : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>" Usage="webSiteResource.GetConnectionStrings cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary></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<Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>> GetConnectionStringsAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>>
override this.GetConnectionStringsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>></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<System.IO.Stream> GetContainerLogsZip (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class System.IO.Stream> 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 -> Azure.Response<System.IO.Stream>
override this.GetContainerLogsZip : System.Threading.CancellationToken -> Azure.Response<System.IO.Stream>" Usage="webSiteResource.GetContainerLogsZip cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<System.IO.Stream></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<Azure.Response<System.IO.Stream>> GetContainerLogsZipAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class System.IO.Stream>> 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 -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
override this.GetContainerLogsZipAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>" 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<Azure.Response<System.IO.Stream>></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<string> GetFunctionsAdminToken (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<string> 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 -> Azure.Response<string>
override this.GetFunctionsAdminToken : System.Threading.CancellationToken -> Azure.Response<string>" Usage="webSiteResource.GetFunctionsAdminToken cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<System.String></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<Azure.Response<string>> GetFunctionsAdminTokenAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<string>> 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 -> System.Threading.Tasks.Task<Azure.Response<string>>
override this.GetFunctionsAdminTokenAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>" 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<Azure.Response<System.String>></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<Azure.ResourceManager.AppService.Models.AppServiceRecommendation> 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<class Azure.ResourceManager.AppService.Models.AppServiceRecommendation> GetHistoryForWebAppRecommendations(valuetype System.Nullable`1<bool> 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<bool> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>
override this.GetHistoryForWebAppRecommendations : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>" 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<Azure.ResourceManager.AppService.Models.AppServiceRecommendation></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="expiredOnly" Type="System.Nullable<System.Boolean>" />
<Parameter Name="filter" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="expiredOnly"> Specify <code>false</code> to return all recommendations. The default is <code>true</code>, 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<Azure.ResourceManager.AppService.Models.AppServiceRecommendation> 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<class Azure.ResourceManager.AppService.Models.AppServiceRecommendation> GetHistoryForWebAppRecommendationsAsync(valuetype System.Nullable`1<bool> 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<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>
override this.GetHistoryForWebAppRecommendationsAsync : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>" 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<Azure.ResourceManager.AppService.Models.AppServiceRecommendation></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="expiredOnly" Type="System.Nullable<System.Boolean>" />
<Parameter Name="filter" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="expiredOnly"> Specify <code>false</code> to return all recommendations. The default is <code>true</code>, 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<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys> GetHostKeys (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.FunctionAppHostKeys> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>
override this.GetHostKeys : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>" Usage="webSiteResource.GetHostKeys cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys></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<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>> GetHostKeysAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>>
override this.GetHostKeysAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>></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<Azure.ResourceManager.AppService.HybridConnectionData> GetHybridConnections (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.HybridConnectionData> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.HybridConnectionData>
override this.GetHybridConnections : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.HybridConnectionData>" Usage="webSiteResource.GetHybridConnections cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.HybridConnectionData></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<Azure.ResourceManager.AppService.HybridConnectionData> GetHybridConnectionsAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.HybridConnectionData> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.HybridConnectionData>
override this.GetHybridConnectionsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.HybridConnectionData>" Usage="webSiteResource.GetHybridConnectionsAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.HybridConnectionData></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 -> Azure.ResourceManager.AppService.LogsSiteConfigResource
override this.GetLogsSiteConfig : unit -> 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<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> GetMetadata (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>
override this.GetMetadata : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>" Usage="webSiteResource.GetMetadata cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary></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<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> GetMetadataAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>
override this.GetMetadataAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>></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<Azure.ResourceManager.AppService.MigrateMySqlStatusResource> GetMigrateMySqlStatus (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.MigrateMySqlStatusResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.MigrateMySqlStatusResource>
override this.GetMigrateMySqlStatus : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.MigrateMySqlStatusResource>" Usage="webSiteResource.GetMigrateMySqlStatus cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.MigrateMySqlStatusResource></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<Azure.Response<Azure.ResourceManager.AppService.MigrateMySqlStatusResource>> GetMigrateMySqlStatusAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.MigrateMySqlStatusResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.MigrateMySqlStatusResource>>
override this.GetMigrateMySqlStatusAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.MigrateMySqlStatusResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.MigrateMySqlStatusResource>></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<Azure.ResourceManager.AppService.NetworkFeatureResource> GetNetworkFeatures (string view, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.NetworkFeatureResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>
override this.GetNetworkFeatures : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>" 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<Azure.ResourceManager.AppService.NetworkFeatureResource></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<Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>> GetNetworkFeaturesAsync (string view, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.NetworkFeatureResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>>
override this.GetNetworkFeaturesAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>></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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> GetNetworkTraceOperation (string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>
override this.GetNetworkTraceOperation : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>" 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace></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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> GetNetworkTraceOperationAsync (string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>
override this.GetNetworkTraceOperationAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>" 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace></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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> GetNetworkTraceOperationV2 (string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>
override this.GetNetworkTraceOperationV2 : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>" 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace></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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> GetNetworkTraceOperationV2Async (string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>
override this.GetNetworkTraceOperationV2Async : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>" 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace></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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> GetNetworkTraces (string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>
override this.GetNetworkTraces : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>" 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace></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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> GetNetworkTracesAsync (string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>
override this.GetNetworkTracesAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>" 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace></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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> GetNetworkTracesV2 (string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>
override this.GetNetworkTracesV2 : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>" 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace></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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> GetNetworkTracesV2Async (string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>
override this.GetNetworkTracesV2Async : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>" 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace></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<BinaryData> GetOneDeployStatus (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class System.BinaryData> 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 -> Azure.Response<BinaryData>
override this.GetOneDeployStatus : System.Threading.CancellationToken -> Azure.Response<BinaryData>" Usage="webSiteResource.GetOneDeployStatus cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<System.BinaryData></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<Azure.Response<BinaryData>> GetOneDeployStatusAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class System.BinaryData>> 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 -> System.Threading.Tasks.Task<Azure.Response<BinaryData>>
override this.GetOneDeployStatusAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<BinaryData>>" 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<Azure.Response<System.BinaryData>></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<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo> GetPerfMonCounters (string filter = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.PerfMonResponseInfo> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo>
override this.GetPerfMonCounters : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo>" 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<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo></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<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo> GetPerfMonCountersAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.PerfMonResponseInfo> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo>
override this.GetPerfMonCountersAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo>" 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<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo></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<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData> GetPrivateLinkResources (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData>
override this.GetPrivateLinkResources : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData>" Usage="webSiteResource.GetPrivateLinkResources cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData></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<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData> GetPrivateLinkResourcesAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData>
override this.GetPrivateLinkResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData>" Usage="webSiteResource.GetPrivateLinkResourcesAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData></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<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus> 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<class Azure.ResourceManager.AppService.Models.CsmDeploymentStatus> 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 -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>
override this.GetProductionSiteDeploymentStatus : Azure.WaitUntil * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>" 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<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus></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<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>> 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<class Azure.ResourceManager.ArmOperation`1<class Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>> 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 -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>>
override this.GetProductionSiteDeploymentStatusAsync : Azure.WaitUntil * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>>" 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<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>></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<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus> GetProductionSiteDeploymentStatuses (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.CsmDeploymentStatus> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>
override this.GetProductionSiteDeploymentStatuses : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>" Usage="webSiteResource.GetProductionSiteDeploymentStatuses cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus></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<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus> GetProductionSiteDeploymentStatusesAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.CsmDeploymentStatus> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>
override this.GetProductionSiteDeploymentStatusesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>" Usage="webSiteResource.GetProductionSiteDeploymentStatusesAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus></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<Azure.ResourceManager.AppService.PublishingUserResource> GetPublishingCredentials (Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation`1<class Azure.ResourceManager.AppService.PublishingUserResource> 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 -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.PublishingUserResource>
override this.GetPublishingCredentials : Azure.WaitUntil * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.PublishingUserResource>" 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<Azure.ResourceManager.AppService.PublishingUserResource></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<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.PublishingUserResource>> 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<class Azure.ResourceManager.ArmOperation`1<class Azure.ResourceManager.AppService.PublishingUserResource>> 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 -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.PublishingUserResource>>
override this.GetPublishingCredentialsAsync : Azure.WaitUntil * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.PublishingUserResource>>" 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<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.PublishingUserResource>></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<System.IO.Stream> 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<class System.IO.Stream> 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 -> Azure.Response<System.IO.Stream>
override this.GetPublishingProfileXmlWithSecrets : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -> Azure.Response<System.IO.Stream>" 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<System.IO.Stream></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<Azure.Response<System.IO.Stream>> 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<class Azure.Response`1<class System.IO.Stream>> 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 -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
override this.GetPublishingProfileXmlWithSecretsAsync : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>" 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<Azure.Response<System.IO.Stream>></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<Azure.ResourceManager.AppService.Models.AppServiceRecommendation> 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<class Azure.ResourceManager.AppService.Models.AppServiceRecommendation> GetRecommendedRulesForWebAppRecommendations(valuetype System.Nullable`1<bool> 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<bool> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>
override this.GetRecommendedRulesForWebAppRecommendations : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>" 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<Azure.ResourceManager.AppService.Models.AppServiceRecommendation></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="featured" Type="System.Nullable<System.Boolean>" />
<Parameter Name="filter" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="featured"> Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, 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<Azure.ResourceManager.AppService.Models.AppServiceRecommendation> 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<class Azure.ResourceManager.AppService.Models.AppServiceRecommendation> GetRecommendedRulesForWebAppRecommendationsAsync(valuetype System.Nullable`1<bool> 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<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>
override this.GetRecommendedRulesForWebAppRecommendationsAsync : Nullable<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>" 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<Azure.ResourceManager.AppService.Models.AppServiceRecommendation></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="featured" Type="System.Nullable<System.Boolean>" />
<Parameter Name="filter" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="featured"> Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, 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 -> Azure.ResourceManager.AppService.ScmSiteBasicPublishingCredentialsPolicyResource
override this.GetScmSiteBasicPublishingCredentialsPolicy : unit -> 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<Azure.ResourceManager.AppService.SiteBackupResource> GetSiteBackup (string backupId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteBackupResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteBackupResource>
override this.GetSiteBackup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteBackupResource>" 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<Azure.ResourceManager.AppService.SiteBackupResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteBackupResource>> GetSiteBackupAsync (string backupId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteBackupResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteBackupResource>>
override this.GetSiteBackupAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteBackupResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteBackupResource>></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 -> Azure.ResourceManager.AppService.SiteBackupCollection
override this.GetSiteBackups : unit -> 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<Azure.ResourceManager.AppService.SiteConfigAppsettingResource> GetSiteConfigAppsetting (string appSettingKey, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteConfigAppsettingResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteConfigAppsettingResource>
override this.GetSiteConfigAppsetting : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteConfigAppsettingResource>" 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<Azure.ResourceManager.AppService.SiteConfigAppsettingResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteConfigAppsettingResource>> GetSiteConfigAppsettingAsync (string appSettingKey, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteConfigAppsettingResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteConfigAppsettingResource>>
override this.GetSiteConfigAppsettingAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteConfigAppsettingResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteConfigAppsettingResource>></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 -> Azure.ResourceManager.AppService.SiteConfigAppsettingCollection
override this.GetSiteConfigAppsettings : unit -> 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<Azure.ResourceManager.AppService.SiteContainerResource> GetSiteContainer (string containerName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteContainerResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteContainerResource>
override this.GetSiteContainer : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteContainerResource>" 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<Azure.ResourceManager.AppService.SiteContainerResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteContainerResource>> GetSiteContainerAsync (string containerName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteContainerResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteContainerResource>>
override this.GetSiteContainerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteContainerResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteContainerResource>></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 -> Azure.ResourceManager.AppService.SiteContainerCollection
override this.GetSiteContainers : unit -> 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<Azure.ResourceManager.AppService.SiteDeploymentResource> GetSiteDeployment (string id, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteDeploymentResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteDeploymentResource>
override this.GetSiteDeployment : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteDeploymentResource>" 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<Azure.ResourceManager.AppService.SiteDeploymentResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteDeploymentResource>> GetSiteDeploymentAsync (string id, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteDeploymentResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDeploymentResource>>
override this.GetSiteDeploymentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDeploymentResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteDeploymentResource>></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 -> Azure.ResourceManager.AppService.SiteDeploymentCollection
override this.GetSiteDeployments : unit -> 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<Azure.ResourceManager.AppService.SiteDetectorResource> 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<class Azure.ResourceManager.AppService.SiteDetectorResource> GetSiteDetector(string detectorName, valuetype System.Nullable`1<valuetype System.DateTimeOffset> startTime, valuetype System.Nullable`1<valuetype System.DateTimeOffset> 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<DateTimeOffset> * Nullable<DateTimeOffset> * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteDetectorResource>
override this.GetSiteDetector : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteDetectorResource>" 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<Azure.ResourceManager.AppService.SiteDetectorResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="detectorName" Type="System.String" />
<Parameter Name="startTime" Type="System.Nullable<System.DateTimeOffset>" />
<Parameter Name="endTime" Type="System.Nullable<System.DateTimeOffset>" />
<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<Azure.Response<Azure.ResourceManager.AppService.SiteDetectorResource>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteDetectorResource>> GetSiteDetectorAsync(string detectorName, valuetype System.Nullable`1<valuetype System.DateTimeOffset> startTime, valuetype System.Nullable`1<valuetype System.DateTimeOffset> 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<DateTimeOffset> * Nullable<DateTimeOffset> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDetectorResource>>
override this.GetSiteDetectorAsync : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDetectorResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteDetectorResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="detectorName" Type="System.String" />
<Parameter Name="startTime" Type="System.Nullable<System.DateTimeOffset>" />
<Parameter Name="endTime" Type="System.Nullable<System.DateTimeOffset>" />
<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 -> Azure.ResourceManager.AppService.SiteDetectorCollection
override this.GetSiteDetectors : unit -> 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<Azure.ResourceManager.AppService.SiteDiagnosticResource> GetSiteDiagnostic (string diagnosticCategory, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteDiagnosticResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteDiagnosticResource>
override this.GetSiteDiagnostic : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteDiagnosticResource>" 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<Azure.ResourceManager.AppService.SiteDiagnosticResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteDiagnosticResource>> GetSiteDiagnosticAsync (string diagnosticCategory, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteDiagnosticResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDiagnosticResource>>
override this.GetSiteDiagnosticAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDiagnosticResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteDiagnosticResource>></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 -> Azure.ResourceManager.AppService.SiteDiagnosticCollection
override this.GetSiteDiagnostics : unit -> 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<Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource> GetSiteDomainOwnershipIdentifier (string domainOwnershipIdentifierName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource>
override this.GetSiteDomainOwnershipIdentifier : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource>" 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<Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource>> GetSiteDomainOwnershipIdentifierAsync (string domainOwnershipIdentifierName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource>>
override this.GetSiteDomainOwnershipIdentifierAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource>></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 -> Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierCollection
override this.GetSiteDomainOwnershipIdentifiers : unit -> 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 -> Azure.ResourceManager.AppService.SiteExtensionResource
override this.GetSiteExtension : unit -> 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<Azure.ResourceManager.AppService.SiteFunctionResource> GetSiteFunction (string functionName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteFunctionResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteFunctionResource>
override this.GetSiteFunction : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteFunctionResource>" 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<Azure.ResourceManager.AppService.SiteFunctionResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteFunctionResource>> GetSiteFunctionAsync (string functionName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteFunctionResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteFunctionResource>>
override this.GetSiteFunctionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteFunctionResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteFunctionResource>></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 -> Azure.ResourceManager.AppService.SiteFunctionCollection
override this.GetSiteFunctions : unit -> 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<Azure.ResourceManager.AppService.SiteHostNameBindingResource> GetSiteHostNameBinding (string hostName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteHostNameBindingResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteHostNameBindingResource>
override this.GetSiteHostNameBinding : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteHostNameBindingResource>" 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<Azure.ResourceManager.AppService.SiteHostNameBindingResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteHostNameBindingResource>> GetSiteHostNameBindingAsync (string hostName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteHostNameBindingResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteHostNameBindingResource>>
override this.GetSiteHostNameBindingAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteHostNameBindingResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteHostNameBindingResource>></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 -> Azure.ResourceManager.AppService.SiteHostNameBindingCollection
override this.GetSiteHostNameBindings : unit -> 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<Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource> GetSiteHybridConnectionNamespaceRelay (string namespaceName, string relayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource>
override this.GetSiteHybridConnectionNamespaceRelay : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource>" 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<Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource>>
override this.GetSiteHybridConnectionNamespaceRelayAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource>></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 -> Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayCollection
override this.GetSiteHybridConnectionNamespaceRelays : unit -> 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<Azure.ResourceManager.AppService.SiteInstanceResource> GetSiteInstance (string instanceId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteInstanceResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteInstanceResource>
override this.GetSiteInstance : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteInstanceResource>" 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<Azure.ResourceManager.AppService.SiteInstanceResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteInstanceResource>> GetSiteInstanceAsync (string instanceId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteInstanceResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteInstanceResource>>
override this.GetSiteInstanceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteInstanceResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteInstanceResource>></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 -> Azure.ResourceManager.AppService.SiteInstanceCollection
override this.GetSiteInstances : unit -> 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 -> Azure.ResourceManager.AppService.SiteNetworkConfigResource
override this.GetSiteNetworkConfig : unit -> 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<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag> GetSitePhpErrorLogFlag (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>
override this.GetSitePhpErrorLogFlag : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>" Usage="webSiteResource.GetSitePhpErrorLogFlag cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag></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<Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>> GetSitePhpErrorLogFlagAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>>
override this.GetSitePhpErrorLogFlagAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>></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<Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource> GetSitePrivateEndpointConnection (string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource>
override this.GetSitePrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource>" 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<Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource></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<Azure.Response<Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource>> GetSitePrivateEndpointConnectionAsync (string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource>>
override this.GetSitePrivateEndpointConnectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource>></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 -> Azure.ResourceManager.AppService.SitePrivateEndpointConnectionCollection
override this.GetSitePrivateEndpointConnections : unit -> 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<Azure.ResourceManager.AppService.SiteProcessResource> GetSiteProcess (string processId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteProcessResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteProcessResource>
override this.GetSiteProcess : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteProcessResource>" 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<Azure.ResourceManager.AppService.SiteProcessResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteProcessResource>> GetSiteProcessAsync (string processId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteProcessResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteProcessResource>>
override this.GetSiteProcessAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteProcessResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteProcessResource>></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 -> Azure.ResourceManager.AppService.SiteProcessCollection
override this.GetSiteProcesses : unit -> 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<Azure.ResourceManager.AppService.SitePublicCertificateResource> GetSitePublicCertificate (string publicCertificateName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SitePublicCertificateResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SitePublicCertificateResource>
override this.GetSitePublicCertificate : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SitePublicCertificateResource>" 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<Azure.ResourceManager.AppService.SitePublicCertificateResource></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<Azure.Response<Azure.ResourceManager.AppService.SitePublicCertificateResource>> GetSitePublicCertificateAsync (string publicCertificateName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SitePublicCertificateResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SitePublicCertificateResource>>
override this.GetSitePublicCertificateAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SitePublicCertificateResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SitePublicCertificateResource>></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 -> Azure.ResourceManager.AppService.SitePublicCertificateCollection
override this.GetSitePublicCertificates : unit -> 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<Azure.ResourceManager.AppService.Models.WebAppPushSettings> GetSitePushSettings (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.WebAppPushSettings> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>
override this.GetSitePushSettings : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>" Usage="webSiteResource.GetSitePushSettings cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings></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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>> GetSitePushSettingsAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.WebAppPushSettings>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>>
override this.GetSitePushSettingsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>></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<Azure.ResourceManager.AppService.SiteRecommendationResource> 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<class Azure.ResourceManager.AppService.SiteRecommendationResource> GetSiteRecommendation(string name, valuetype System.Nullable`1<bool> 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<bool> * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteRecommendationResource>
override this.GetSiteRecommendation : string * Nullable<bool> * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteRecommendationResource>" 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<Azure.ResourceManager.AppService.SiteRecommendationResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="name" Type="System.String" />
<Parameter Name="updateSeen" Type="System.Nullable<System.Boolean>" />
<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 <code>true</code> 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<Azure.Response<Azure.ResourceManager.AppService.SiteRecommendationResource>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteRecommendationResource>> GetSiteRecommendationAsync(string name, valuetype System.Nullable`1<bool> 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<bool> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteRecommendationResource>>
override this.GetSiteRecommendationAsync : string * Nullable<bool> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteRecommendationResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteRecommendationResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="name" Type="System.String" />
<Parameter Name="updateSeen" Type="System.Nullable<System.Boolean>" />
<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 <code>true</code> 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 -> Azure.ResourceManager.AppService.SiteRecommendationCollection
override this.GetSiteRecommendations : unit -> 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<Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource> GetSiteVirtualNetworkConnection (string vnetName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource>
override this.GetSiteVirtualNetworkConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource>" 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<Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource>> GetSiteVirtualNetworkConnectionAsync (string vnetName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource>>
override this.GetSiteVirtualNetworkConnectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource>></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 -> Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionCollection
override this.GetSiteVirtualNetworkConnections : unit -> 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<Azure.ResourceManager.AppService.SiteWorkflowResource> GetSiteWorkflow (string workflowName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteWorkflowResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteWorkflowResource>
override this.GetSiteWorkflow : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteWorkflowResource>" 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<Azure.ResourceManager.AppService.SiteWorkflowResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteWorkflowResource>> GetSiteWorkflowAsync (string workflowName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteWorkflowResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteWorkflowResource>>
override this.GetSiteWorkflowAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteWorkflowResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteWorkflowResource>></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 -> Azure.ResourceManager.AppService.SiteWorkflowCollection
override this.GetSiteWorkflows : unit -> 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 -> Azure.ResourceManager.AppService.SlotConfigNamesResource
override this.GetSlotConfigNamesResource : unit -> 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<Azure.ResourceManager.AppService.Models.SlotDifference> 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<class Azure.ResourceManager.AppService.Models.SlotDifference> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.SlotDifference>
override this.GetSlotDifferencesFromProduction : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.SlotDifference>" 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<Azure.ResourceManager.AppService.Models.SlotDifference></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<Azure.ResourceManager.AppService.Models.SlotDifference> 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<class Azure.ResourceManager.AppService.Models.SlotDifference> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.SlotDifference>
override this.GetSlotDifferencesFromProductionAsync : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.SlotDifference>" 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<Azure.ResourceManager.AppService.Models.SlotDifference></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<Azure.ResourceManager.AppService.Models.AppSnapshot> GetSnapshots (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.AppSnapshot> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
override this.GetSnapshots : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot>" Usage="webSiteResource.GetSnapshots cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot></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<Azure.ResourceManager.AppService.Models.AppSnapshot> GetSnapshotsAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.AppSnapshot> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
override this.GetSnapshotsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot>" Usage="webSiteResource.GetSnapshotsAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot></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<Azure.ResourceManager.AppService.Models.AppSnapshot> GetSnapshotsFromDRSecondary (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.AppSnapshot> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
override this.GetSnapshotsFromDRSecondary : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot>" Usage="webSiteResource.GetSnapshotsFromDRSecondary cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot></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<Azure.ResourceManager.AppService.Models.AppSnapshot> GetSnapshotsFromDRSecondaryAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.AppSnapshot> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
override this.GetSnapshotsFromDRSecondaryAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot>" Usage="webSiteResource.GetSnapshotsFromDRSecondaryAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot></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<Azure.ResourceManager.AppService.Models.FunctionSecrets> GetSyncFunctionTriggers (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.FunctionSecrets> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.FunctionSecrets>
override this.GetSyncFunctionTriggers : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.FunctionSecrets>" Usage="webSiteResource.GetSyncFunctionTriggers cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.FunctionSecrets></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<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionSecrets>> GetSyncFunctionTriggersAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.FunctionSecrets>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionSecrets>>
override this.GetSyncFunctionTriggersAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionSecrets>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionSecrets>></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 -> Azure.Response
override this.GetSyncStatus : System.Threading.CancellationToken -> 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<Azure.Response> GetSyncStatusAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.GetSyncStatusAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="GetUsages">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmUsageQuota> GetUsages (string filter = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.CsmUsageQuota> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmUsageQuota>
override this.GetUsages : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmUsageQuota>" 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<Azure.ResourceManager.AppService.Models.CsmUsageQuota></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<Azure.ResourceManager.AppService.Models.CsmUsageQuota> GetUsagesAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.CsmUsageQuota> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmUsageQuota>
override this.GetUsagesAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmUsageQuota>" 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<Azure.ResourceManager.AppService.Models.CsmUsageQuota></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 -> Azure.ResourceManager.AppService.WebSiteConfigResource
override this.GetWebSiteConfig : unit -> 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<Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource> GetWebSiteConfigConnectionString (string connectionStringKey, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource>
override this.GetWebSiteConfigConnectionString : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource>" 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<Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource>> GetWebSiteConfigConnectionStringAsync (string connectionStringKey, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource>>
override this.GetWebSiteConfigConnectionStringAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource>></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 -> Azure.ResourceManager.AppService.WebSiteConfigConnectionStringCollection
override this.GetWebSiteConfigConnectionStrings : unit -> 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<System.IO.Stream> GetWebSiteContainerLogs (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class System.IO.Stream> 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 -> Azure.Response<System.IO.Stream>
override this.GetWebSiteContainerLogs : System.Threading.CancellationToken -> Azure.Response<System.IO.Stream>" Usage="webSiteResource.GetWebSiteContainerLogs cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<System.IO.Stream></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<Azure.Response<System.IO.Stream>> GetWebSiteContainerLogsAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class System.IO.Stream>> 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 -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
override this.GetWebSiteContainerLogsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>" 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<Azure.Response<System.IO.Stream>></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<Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource> GetWebSiteContinuousWebJob (string webJobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource>
override this.GetWebSiteContinuousWebJob : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource>" 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<Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource>> GetWebSiteContinuousWebJobAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource>>
override this.GetWebSiteContinuousWebJobAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource>></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 -> Azure.ResourceManager.AppService.WebSiteContinuousWebJobCollection
override this.GetWebSiteContinuousWebJobs : unit -> 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<Azure.ResourceManager.AppService.WebSiteExtensionResource> GetWebSiteExtension (string siteExtensionId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteExtensionResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteExtensionResource>
override this.GetWebSiteExtension : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteExtensionResource>" 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<Azure.ResourceManager.AppService.WebSiteExtensionResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteExtensionResource>> GetWebSiteExtensionAsync (string siteExtensionId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteExtensionResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteExtensionResource>>
override this.GetWebSiteExtensionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteExtensionResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteExtensionResource>></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 -> Azure.ResourceManager.AppService.WebSiteExtensionCollection
override this.GetWebSiteExtensions : unit -> 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 -> Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource
override this.GetWebSiteFtpPublishingCredentialsPolicy : unit -> 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<Azure.ResourceManager.AppService.WebSiteHybridConnectionResource> GetWebSiteHybridConnection (string entityName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteHybridConnectionResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteHybridConnectionResource>
override this.GetWebSiteHybridConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteHybridConnectionResource>" 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<Azure.ResourceManager.AppService.WebSiteHybridConnectionResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteHybridConnectionResource>> GetWebSiteHybridConnectionAsync (string entityName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteHybridConnectionResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteHybridConnectionResource>>
override this.GetWebSiteHybridConnectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteHybridConnectionResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteHybridConnectionResource>></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 -> Azure.ResourceManager.AppService.WebSiteHybridConnectionCollection
override this.GetWebSiteHybridConnections : unit -> 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<Azure.ResourceManager.AppService.WebSitePremierAddonResource> GetWebSitePremierAddon (string premierAddOnName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSitePremierAddonResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSitePremierAddonResource>
override this.GetWebSitePremierAddon : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSitePremierAddonResource>" 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<Azure.ResourceManager.AppService.WebSitePremierAddonResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSitePremierAddonResource>> GetWebSitePremierAddonAsync (string premierAddOnName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSitePremierAddonResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSitePremierAddonResource>>
override this.GetWebSitePremierAddonAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSitePremierAddonResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSitePremierAddonResource>></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 -> Azure.ResourceManager.AppService.WebSitePremierAddonCollection
override this.GetWebSitePremierAddons : unit -> 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 -> Azure.ResourceManager.AppService.WebSitePrivateAccessResource
override this.GetWebSitePrivateAccess : unit -> 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 -> Azure.ResourceManager.AppService.WebSiteResourceHealthMetadataResource
override this.GetWebSiteResourceHealthMetadata : unit -> 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<Azure.ResourceManager.AppService.WebSiteSlotResource> GetWebSiteSlot (string slot, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>
override this.GetWebSiteSlot : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>" 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<Azure.ResourceManager.AppService.WebSiteSlotResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>> GetWebSiteSlotAsync (string slot, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>>
override this.GetWebSiteSlotAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>></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 -> Azure.ResourceManager.AppService.WebSiteSlotCollection
override this.GetWebSiteSlots : unit -> 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<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource> GetWebSiteSlotTriggeredWebJob (string webJobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource>
override this.GetWebSiteSlotTriggeredWebJob : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource>" 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<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource>> GetWebSiteSlotTriggeredWebJobAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource>>
override this.GetWebSiteSlotTriggeredWebJobAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource>></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 -> Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobCollection
override this.GetWebSiteSlotTriggeredWebJobs : unit -> 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 -> Azure.ResourceManager.AppService.WebSiteSourceControlResource
override this.GetWebSiteSourceControl : unit -> 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<Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource> GetWebSiteTriggeredwebJob (string webJobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource>
override this.GetWebSiteTriggeredwebJob : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource>" 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<Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource>> GetWebSiteTriggeredwebJobAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource>>
override this.GetWebSiteTriggeredwebJobAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource>></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 -> Azure.ResourceManager.AppService.WebSiteTriggeredwebJobCollection
override this.GetWebSiteTriggeredwebJobs : unit -> 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<Azure.ResourceManager.AppService.WebSiteWebJobResource> GetWebSiteWebJob (string webJobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteWebJobResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteWebJobResource>
override this.GetWebSiteWebJob : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteWebJobResource>" 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<Azure.ResourceManager.AppService.WebSiteWebJobResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteWebJobResource>> GetWebSiteWebJobAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteWebJobResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteWebJobResource>>
override this.GetWebSiteWebJobAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteWebJobResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteWebJobResource>></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 -> Azure.ResourceManager.AppService.WebSiteWebJobCollection
override this.GetWebSiteWebJobs : unit -> 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<Azure.ResourceManager.AppService.WorkflowRunResource> GetWorkflowRun (string workflowName, string runName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WorkflowRunResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WorkflowRunResource>
override this.GetWorkflowRun : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WorkflowRunResource>" 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<Azure.ResourceManager.AppService.WorkflowRunResource></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<Azure.Response<Azure.ResourceManager.AppService.WorkflowRunResource>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.WorkflowRunResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WorkflowRunResource>>
override this.GetWorkflowRunAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WorkflowRunResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WorkflowRunResource>></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 -> Azure.ResourceManager.AppService.WorkflowRunCollection
override this.GetWorkflowRuns : string -> 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<Azure.ResourceManager.AppService.WorkflowEnvelopeData> GetWorkflowsConnections (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WorkflowEnvelopeData> 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 -> Azure.Response<Azure.ResourceManager.AppService.WorkflowEnvelopeData>
override this.GetWorkflowsConnections : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WorkflowEnvelopeData>" Usage="webSiteResource.GetWorkflowsConnections cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.WorkflowEnvelopeData></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<Azure.Response<Azure.ResourceManager.AppService.WorkflowEnvelopeData>> GetWorkflowsConnectionsAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WorkflowEnvelopeData>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WorkflowEnvelopeData>>
override this.GetWorkflowsConnectionsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WorkflowEnvelopeData>>" 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<Azure.Response<Azure.ResourceManager.AppService.WorkflowEnvelopeData>></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<Azure.ResourceManager.AppService.WorkflowTriggerResource> GetWorkflowTrigger (string workflowName, string triggerName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WorkflowTriggerResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WorkflowTriggerResource>
override this.GetWorkflowTrigger : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WorkflowTriggerResource>" 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<Azure.ResourceManager.AppService.WorkflowTriggerResource></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<Azure.Response<Azure.ResourceManager.AppService.WorkflowTriggerResource>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.WorkflowTriggerResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WorkflowTriggerResource>>
override this.GetWorkflowTriggerAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WorkflowTriggerResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WorkflowTriggerResource>></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 -> Azure.ResourceManager.AppService.WorkflowTriggerCollection
override this.GetWorkflowTriggers : string -> 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<Azure.ResourceManager.AppService.WorkflowVersionResource> GetWorkflowVersion (string workflowName, string versionId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WorkflowVersionResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WorkflowVersionResource>
override this.GetWorkflowVersion : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WorkflowVersionResource>" 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<Azure.ResourceManager.AppService.WorkflowVersionResource></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<Azure.Response<Azure.ResourceManager.AppService.WorkflowVersionResource>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.WorkflowVersionResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WorkflowVersionResource>>
override this.GetWorkflowVersionAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WorkflowVersionResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WorkflowVersionResource>></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 -> Azure.ResourceManager.AppService.WorkflowVersionCollection
override this.GetWorkflowVersions : string -> 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<Azure.ResourceManager.AppService.Models.SiteCloneability> IsCloneable (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteCloneability> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability>
override this.IsCloneable : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability>" Usage="webSiteResource.IsCloneable cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability></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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability>> IsCloneableAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteCloneability>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability>>
override this.IsCloneableAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability>></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<Azure.ResourceManager.AppService.Models.AppServiceOperation> 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<class Azure.ResourceManager.AppService.Models.AppServiceOperation> 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 -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.AppServiceOperation>
override this.MigrateMySql : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.MigrateMySqlContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.AppServiceOperation>" 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<Azure.ResourceManager.AppService.Models.AppServiceOperation></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<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.AppServiceOperation>> 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<class Azure.ResourceManager.ArmOperation`1<class Azure.ResourceManager.AppService.Models.AppServiceOperation>> 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 -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.AppServiceOperation>>
override this.MigrateMySqlAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.MigrateMySqlContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.AppServiceOperation>>" 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<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.AppServiceOperation>></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<Azure.ResourceManager.AppService.Models.StorageMigrationResult> 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<class Azure.ResourceManager.AppService.Models.StorageMigrationResult> 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 -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.StorageMigrationResult>
override this.MigrateStorage : Azure.WaitUntil * string * Azure.ResourceManager.AppService.Models.StorageMigrationContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.StorageMigrationResult>" 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<Azure.ResourceManager.AppService.Models.StorageMigrationResult></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<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.StorageMigrationResult>> 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<class Azure.ResourceManager.ArmOperation`1<class Azure.ResourceManager.AppService.Models.StorageMigrationResult>> 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 -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.StorageMigrationResult>>
override this.MigrateStorageAsync : Azure.WaitUntil * string * Azure.ResourceManager.AppService.Models.StorageMigrationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.StorageMigrationResult>>" 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<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.StorageMigrationResult>></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 -> Azure.Response
override this.RegenerateAccessKeyWorkflow : string * Azure.ResourceManager.AppService.Models.WorkflowRegenerateActionContent * System.Threading.CancellationToken -> 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<Azure.Response> 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<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.RegenerateAccessKeyWorkflowAsync : string * Azure.ResourceManager.AppService.Models.WorkflowRegenerateActionContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.Response
override this.ResetAllFiltersForWebAppRecommendation : System.Threading.CancellationToken -> 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<Azure.Response> ResetAllFiltersForWebAppRecommendationAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.ResetAllFiltersForWebAppRecommendationAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.Response
override this.ResetProductionSlotConfig : System.Threading.CancellationToken -> 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<Azure.Response> ResetProductionSlotConfigAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.ResetProductionSlotConfigAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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<bool> softRestart, valuetype System.Nullable`1<bool> 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<bool> * Nullable<bool> * System.Threading.CancellationToken -> Azure.Response
override this.Restart : Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> 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<System.Boolean>" />
<Parameter Name="synchronous" Type="System.Nullable<System.Boolean>" />
<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<Azure.Response> 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<class Azure.Response> RestartAsync(valuetype System.Nullable`1<bool> softRestart, valuetype System.Nullable`1<bool> 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<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.RestartAsync : Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<Azure.Response></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="softRestart" Type="System.Nullable<System.Boolean>" />
<Parameter Name="synchronous" Type="System.Nullable<System.Boolean>" />
<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 -> Azure.ResourceManager.ArmOperation
override this.RestoreFromBackupBlob : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -> 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<Azure.ResourceManager.ArmOperation> 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<class Azure.ResourceManager.ArmOperation> 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 -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.RestoreFromBackupBlobAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>" 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<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="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 -> Azure.ResourceManager.ArmOperation
override this.RestoreFromDeletedApp : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent * System.Threading.CancellationToken -> 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<Azure.ResourceManager.ArmOperation> 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<class Azure.ResourceManager.ArmOperation> 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 -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.RestoreFromDeletedAppAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>" 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<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="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 -> Azure.ResourceManager.ArmOperation
override this.RestoreSnapshot : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest * System.Threading.CancellationToken -> 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<Azure.ResourceManager.ArmOperation> 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<class Azure.ResourceManager.ArmOperation> 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 -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.RestoreSnapshotAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>" 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<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="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 -> Azure.Response
override this.Start : System.Threading.CancellationToken -> 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<Azure.Response> StartAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.StartAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="StartNetworkTrace">
<MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>> 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<class System.Collections.Generic.IList`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>> StartNetworkTrace(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1<int32> durationInSeconds, valuetype System.Nullable`1<int32> 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<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>
override this.StartNetworkTrace : Azure.WaitUntil * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>" 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<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="durationInSeconds" Type="System.Nullable<System.Int32>" />
<Parameter Name="maxFrameLength" Type="System.Nullable<System.Int32>" />
<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<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>> 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<class Azure.ResourceManager.ArmOperation`1<class System.Collections.Generic.IList`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>> StartNetworkTraceAsync(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1<int32> durationInSeconds, valuetype System.Nullable`1<int32> 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<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>>
override this.StartNetworkTraceAsync : Azure.WaitUntil * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>>" 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<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="durationInSeconds" Type="System.Nullable<System.Int32>" />
<Parameter Name="maxFrameLength" Type="System.Nullable<System.Int32>" />
<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<string> 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<string> StartWebSiteNetworkTrace(valuetype System.Nullable`1<int32> durationInSeconds, valuetype System.Nullable`1<int32> 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<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Response<string>
override this.StartWebSiteNetworkTrace : Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Response<string>" 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<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="durationInSeconds" Type="System.Nullable<System.Int32>" />
<Parameter Name="maxFrameLength" Type="System.Nullable<System.Int32>" />
<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<Azure.Response<string>> 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<class Azure.Response`1<string>> StartWebSiteNetworkTraceAsync(valuetype System.Nullable`1<int32> durationInSeconds, valuetype System.Nullable`1<int32> 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<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>
override this.StartWebSiteNetworkTraceAsync : Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>" 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<Azure.Response<System.String>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="durationInSeconds" Type="System.Nullable<System.Int32>" />
<Parameter Name="maxFrameLength" Type="System.Nullable<System.Int32>" />
<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<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>> 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<class System.Collections.Generic.IList`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>> StartWebSiteNetworkTraceOperation(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1<int32> durationInSeconds, valuetype System.Nullable`1<int32> 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<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>
override this.StartWebSiteNetworkTraceOperation : Azure.WaitUntil * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>" 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<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="durationInSeconds" Type="System.Nullable<System.Int32>" />
<Parameter Name="maxFrameLength" Type="System.Nullable<System.Int32>" />
<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<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>> 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<class Azure.ResourceManager.ArmOperation`1<class System.Collections.Generic.IList`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>> StartWebSiteNetworkTraceOperationAsync(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1<int32> durationInSeconds, valuetype System.Nullable`1<int32> 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<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>>
override this.StartWebSiteNetworkTraceOperationAsync : Azure.WaitUntil * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>>" 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<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="durationInSeconds" Type="System.Nullable<System.Int32>" />
<Parameter Name="maxFrameLength" Type="System.Nullable<System.Int32>" />
<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 -> Azure.Response
override this.Stop : System.Threading.CancellationToken -> 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<Azure.Response> StopAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.StopAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.Response
override this.StopNetworkTrace : System.Threading.CancellationToken -> 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<Azure.Response> StopNetworkTraceAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.StopNetworkTraceAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.Response
override this.StopWebSiteNetworkTrace : System.Threading.CancellationToken -> 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<Azure.Response> StopWebSiteNetworkTraceAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.StopWebSiteNetworkTraceAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.ResourceManager.ArmOperation
override this.SwapSlotWithProduction : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> 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<Azure.ResourceManager.ArmOperation> 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<class Azure.ResourceManager.ArmOperation> 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 -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.SwapSlotWithProductionAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>" 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<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="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 -> Azure.Response
override this.SyncFunctions : System.Threading.CancellationToken -> 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<Azure.Response> SyncFunctionsAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.SyncFunctionsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.Response
override this.SyncFunctionTriggers : System.Threading.CancellationToken -> 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<Azure.Response> SyncFunctionTriggersAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.SyncFunctionTriggersAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.Response
override this.SyncRepository : System.Threading.CancellationToken -> 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<Azure.Response> SyncRepositoryAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.SyncRepositoryAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData>.Create">
<MemberSignature Language="C#" Value="Azure.ResourceManager.AppService.WebSiteData IJsonModel<WebSiteData>.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<Azure.ResourceManager.AppService.WebSiteData>.Create(valuetype System.Text.Json.Utf8JsonReader& reader, class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.System#ClientModel#Primitives#IJsonModel<Azure#ResourceManager#AppService#WebSiteData>#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<Azure.ResourceManager.AppService.WebSiteData>.Create : Utf8JsonReader * System.ClientModel.Primitives.ModelReaderWriterOptions -> Azure.ResourceManager.AppService.WebSiteData
override this.System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData>.Create : Utf8JsonReader * System.ClientModel.Primitives.ModelReaderWriterOptions -> Azure.ResourceManager.AppService.WebSiteData" Usage="webSiteResource.System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData>.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<Azure.ResourceManager.AppService.WebSiteData>.Write">
<MemberSignature Language="C#" Value="void IJsonModel<WebSiteData>.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<Azure.ResourceManager.AppService.WebSiteData>.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<Azure#ResourceManager#AppService#WebSiteData>#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<Azure.ResourceManager.AppService.WebSiteData>.Write : System.Text.Json.Utf8JsonWriter * System.ClientModel.Primitives.ModelReaderWriterOptions -> unit
override this.System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData>.Write : System.Text.Json.Utf8JsonWriter * System.ClientModel.Primitives.ModelReaderWriterOptions -> unit" Usage="webSiteResource.System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData>.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<Azure.ResourceManager.AppService.WebSiteData>.Create">
<MemberSignature Language="C#" Value="Azure.ResourceManager.AppService.WebSiteData IPersistableModel<WebSiteData>.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<Azure.ResourceManager.AppService.WebSiteData>.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<Azure#ResourceManager#AppService#WebSiteData>#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<Azure.ResourceManager.AppService.WebSiteData>.Create : BinaryData * System.ClientModel.Primitives.ModelReaderWriterOptions -> Azure.ResourceManager.AppService.WebSiteData
override this.System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.Create : BinaryData * System.ClientModel.Primitives.ModelReaderWriterOptions -> Azure.ResourceManager.AppService.WebSiteData" Usage="webSiteResource.System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.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<Azure.ResourceManager.AppService.WebSiteData>.GetFormatFromOptions">
<MemberSignature Language="C#" Value="string IPersistableModel<WebSiteData>.GetFormatFromOptions (System.ClientModel.Primitives.ModelReaderWriterOptions options);" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance string System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.GetFormatFromOptions(class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.System#ClientModel#Primitives#IPersistableModel<Azure#ResourceManager#AppService#WebSiteData>#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<Azure.ResourceManager.AppService.WebSiteData>.GetFormatFromOptions : System.ClientModel.Primitives.ModelReaderWriterOptions -> string
override this.System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.GetFormatFromOptions : System.ClientModel.Primitives.ModelReaderWriterOptions -> string" Usage="webSiteResource.System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.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<Azure.ResourceManager.AppService.WebSiteData>.Write">
<MemberSignature Language="C#" Value="BinaryData IPersistableModel<WebSiteData>.Write (System.ClientModel.Primitives.ModelReaderWriterOptions options);" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.Write(class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteResource.System#ClientModel#Primitives#IPersistableModel<Azure#ResourceManager#AppService#WebSiteData>#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<Azure.ResourceManager.AppService.WebSiteData>.Write : System.ClientModel.Primitives.ModelReaderWriterOptions -> BinaryData
override this.System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.Write : System.ClientModel.Primitives.ModelReaderWriterOptions -> BinaryData" Usage="webSiteResource.System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.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<Azure.ResourceManager.AppService.WebSiteResource> 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<class Azure.ResourceManager.AppService.WebSiteResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteResource>
override this.Update : Azure.ResourceManager.AppService.Models.SitePatchInfo * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteResource>" 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<Azure.ResourceManager.AppService.WebSiteResource></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<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> 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<class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>
override this.UpdateApplicationSettings : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>" 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<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary></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<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>
override this.UpdateApplicationSettingsAsync : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteResource>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteResource>>
override this.UpdateAsync : Azure.ResourceManager.AppService.Models.SitePatchInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteResource>></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<Azure.ResourceManager.AppService.Models.SiteAuthSettings> 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<class Azure.ResourceManager.AppService.Models.SiteAuthSettings> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>
override this.UpdateAuthSettings : Azure.ResourceManager.AppService.Models.SiteAuthSettings * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>" 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<Azure.ResourceManager.AppService.Models.SiteAuthSettings></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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteAuthSettings>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>>
override this.UpdateAuthSettingsAsync : Azure.ResourceManager.AppService.Models.SiteAuthSettings * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>></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<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2> 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<class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>
override this.UpdateAuthSettingsV2 : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>" 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<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2></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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>>
override this.UpdateAuthSettingsV2Async : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>></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<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary> 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<class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>
override this.UpdateAzureStorageAccounts : Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>" 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<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary></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<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>>
override this.UpdateAzureStorageAccountsAsync : Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>></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<Azure.ResourceManager.AppService.Models.WebAppBackupInfo> 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<class Azure.ResourceManager.AppService.Models.WebAppBackupInfo> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>
override this.UpdateBackupConfiguration : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>" 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<Azure.ResourceManager.AppService.Models.WebAppBackupInfo></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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.WebAppBackupInfo>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>>
override this.UpdateBackupConfigurationAsync : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>></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<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary> 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<class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>
override this.UpdateConnectionStrings : Azure.ResourceManager.AppService.Models.ConnectionStringDictionary * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>" 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<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary></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<Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>>
override this.UpdateConnectionStringsAsync : Azure.ResourceManager.AppService.Models.ConnectionStringDictionary * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>></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<BinaryData> UpdateMachineKey (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class System.BinaryData> 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 -> Azure.Response<BinaryData>
override this.UpdateMachineKey : System.Threading.CancellationToken -> Azure.Response<BinaryData>" Usage="webSiteResource.UpdateMachineKey cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<System.BinaryData></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<Azure.Response<BinaryData>> UpdateMachineKeyAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class System.BinaryData>> 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 -> System.Threading.Tasks.Task<Azure.Response<BinaryData>>
override this.UpdateMachineKeyAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<BinaryData>>" 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<Azure.Response<System.BinaryData>></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<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> 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<class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>
override this.UpdateMetadata : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>" 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<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary></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<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>
override this.UpdateMetadataAsync : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>></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<Azure.ResourceManager.AppService.Models.WebAppPushSettings> 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<class Azure.ResourceManager.AppService.Models.WebAppPushSettings> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>
override this.UpdateSitePushSettings : Azure.ResourceManager.AppService.Models.WebAppPushSettings * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>" 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<Azure.ResourceManager.AppService.Models.WebAppPushSettings></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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.WebAppPushSettings>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>>
override this.UpdateSitePushSettingsAsync : Azure.ResourceManager.AppService.Models.WebAppPushSettings * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>></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 -> Azure.Response
override this.ValidateWorkflow : string * Azure.ResourceManager.AppService.Models.WorkflowData * System.Threading.CancellationToken -> 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<Azure.Response> 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<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.ValidateWorkflowAsync : string * Azure.ResourceManager.AppService.Models.WorkflowData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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>
</Members>
</Type>