xml/Azure.ResourceManager.AppService/WebSiteSlotResource.xml (6,882 lines of code) (raw):

<Type Name="WebSiteSlotResource" FullName="Azure.ResourceManager.AppService.WebSiteSlotResource"> <TypeSignature Language="C#" Value="public class WebSiteSlotResource : Azure.ResourceManager.ArmResource, System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;, System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit WebSiteSlotResource extends Azure.ResourceManager.ArmResource implements class System.ClientModel.Primitives.IJsonModel`1&lt;class Azure.ResourceManager.AppService.WebSiteData&gt;, class System.ClientModel.Primitives.IPersistableModel`1&lt;class Azure.ResourceManager.AppService.WebSiteData&gt;" /> <TypeSignature Language="DocId" Value="T:Azure.ResourceManager.AppService.WebSiteSlotResource" /> <TypeSignature Language="VB.NET" Value="Public Class WebSiteSlotResource&#xA;Inherits ArmResource&#xA;Implements IJsonModel(Of WebSiteData), IPersistableModel(Of WebSiteData)" /> <TypeSignature Language="F#" Value="type WebSiteSlotResource = class&#xA; inherit ArmResource&#xA; interface IJsonModel&lt;WebSiteData&gt;&#xA; interface IPersistableModel&lt;WebSiteData&gt;" /> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.0.1.0</AssemblyVersion> <AssemblyVersion>1.0.2.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>Azure.ResourceManager.ArmResource</BaseTypeName> </Base> <Interfaces> <Interface> <InterfaceName>System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;</InterfaceName> </Interface> <Interface> <InterfaceName>System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;</InterfaceName> </Interface> <Interface> <InterfaceName>System.ClientModel.Primitives.IPersistableModel&lt;T&gt;</InterfaceName> </Interface> </Interfaces> <Docs> <summary> A Class representing a WebSiteSlot 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.WebSiteSlotResource" /> from an instance of <see cref="T:Azure.ResourceManager.ArmClient" /> using the GetWebSiteSlotResource method. Otherwise you can get one from its parent resource <see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /> using the GetWebSiteSlot method. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="protected WebSiteSlotResource ();" /> <MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.#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.WebSiteSlotResource" /> class for mocking. </summary> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="AnalyzeCustomHostnameSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt; AnalyzeCustomHostnameSlot (string hostName = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt; AnalyzeCustomHostnameSlot(string hostName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.AnalyzeCustomHostnameSlot(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function AnalyzeCustomHostnameSlot (Optional hostName As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CustomHostnameAnalysisResult)" /> <MemberSignature Language="F#" Value="abstract member AnalyzeCustomHostnameSlot : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt;&#xA;override this.AnalyzeCustomHostnameSlot : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt;" Usage="webSiteSlotResource.AnalyzeCustomHostnameSlot (hostName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="hostName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="hostName"> Custom hostname. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Analyze a custom hostname. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/analyzeCustomHostname</description></item><item><term>Operation Id</term><description>WebApps_AnalyzeCustomHostnameSlot</description></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> </Docs> </Member> <Member MemberName="AnalyzeCustomHostnameSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt;&gt; AnalyzeCustomHostnameSlotAsync (string hostName = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt;&gt; AnalyzeCustomHostnameSlotAsync(string hostName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.AnalyzeCustomHostnameSlotAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function AnalyzeCustomHostnameSlotAsync (Optional hostName As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CustomHostnameAnalysisResult))" /> <MemberSignature Language="F#" Value="abstract member AnalyzeCustomHostnameSlotAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt;&gt;&#xA;override this.AnalyzeCustomHostnameSlotAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt;&gt;" Usage="webSiteSlotResource.AnalyzeCustomHostnameSlotAsync (hostName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="hostName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="hostName"> Custom hostname. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Analyze a custom hostname. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/analyzeCustomHostname</description></item><item><term>Operation Id</term><description>WebApps_AnalyzeCustomHostnameSlot</description></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> </Docs> </Member> <Member MemberName="ApplySlotConfigurationSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response ApplySlotConfigurationSlot (Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response ApplySlotConfigurationSlot(class Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.ApplySlotConfigurationSlot(Azure.ResourceManager.AppService.Models.CsmSlotEntity,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function ApplySlotConfigurationSlot (slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member ApplySlotConfigurationSlot : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.ApplySlotConfigurationSlot : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteSlotResource.ApplySlotConfigurationSlot (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}/slots/{slot}/applySlotConfig</description></item><item><term>Operation Id</term><description>WebApps_ApplySlotConfigurationSlot</description></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="slotSwapEntity" /> is null. </exception> </Docs> </Member> <Member MemberName="ApplySlotConfigurationSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; ApplySlotConfigurationSlotAsync (Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; ApplySlotConfigurationSlotAsync(class Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.ApplySlotConfigurationSlotAsync(Azure.ResourceManager.AppService.Models.CsmSlotEntity,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function ApplySlotConfigurationSlotAsync (slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member ApplySlotConfigurationSlotAsync : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.ApplySlotConfigurationSlotAsync : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteSlotResource.ApplySlotConfigurationSlotAsync (slotSwapEntity, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="slotSwapEntity" Type="Azure.ResourceManager.AppService.Models.CsmSlotEntity" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="slotSwapEntity"> JSON object that contains the target slot name. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Applies the configuration settings from the target slot onto the current slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/applySlotConfig</description></item><item><term>Operation Id</term><description>WebApps_ApplySlotConfigurationSlot</description></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="slotSwapEntity" /> is null. </exception> </Docs> </Member> <Member MemberName="BackupSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt; BackupSlot (Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebAppBackupData&gt; BackupSlot(class Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.BackupSlot(Azure.ResourceManager.AppService.Models.WebAppBackupInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function BackupSlot (info As WebAppBackupInfo, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebAppBackupData)" /> <MemberSignature Language="F#" Value="abstract member BackupSlot : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;&#xA;override this.BackupSlot : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;" Usage="webSiteSlotResource.BackupSlot (info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppBackupInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="info"> Backup configuration. You can use the JSON response from the POST action as input here. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Creates a backup of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/backup</description></item><item><term>Operation Id</term><description>WebApps_BackupSlot</description></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="info" /> is null. </exception> </Docs> </Member> <Member MemberName="BackupSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;&gt; BackupSlotAsync (Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebAppBackupData&gt;&gt; BackupSlotAsync(class Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.BackupSlotAsync(Azure.ResourceManager.AppService.Models.WebAppBackupInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function BackupSlotAsync (info As WebAppBackupInfo, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebAppBackupData))" /> <MemberSignature Language="F#" Value="abstract member BackupSlotAsync : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;&gt;&#xA;override this.BackupSlotAsync : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;&gt;" Usage="webSiteSlotResource.BackupSlotAsync (info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppBackupInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="info"> Backup configuration. You can use the JSON response from the POST action as input here. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Creates a backup of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/backup</description></item><item><term>Operation Id</term><description>WebApps_BackupSlot</description></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="info" /> is null. </exception> </Docs> </Member> <Member MemberName="CreateOrUpdateHostSecretSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt; CreateOrUpdateHostSecretSlot (string keyType, string keyName, Azure.ResourceManager.AppService.Models.WebAppKeyInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt; CreateOrUpdateHostSecretSlot(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.WebSiteSlotResource.CreateOrUpdateHostSecretSlot(System.String,System.String,Azure.ResourceManager.AppService.Models.WebAppKeyInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function CreateOrUpdateHostSecretSlot (keyType As String, keyName As String, info As WebAppKeyInfo, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebAppKeyInfo)" /> <MemberSignature Language="F#" Value="abstract member CreateOrUpdateHostSecretSlot : string * string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt;&#xA;override this.CreateOrUpdateHostSecretSlot : string * string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt;" Usage="webSiteSlotResource.CreateOrUpdateHostSecretSlot (keyType, keyName, info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="keyType" Type="System.String" /> <Parameter Name="keyName" Type="System.String" /> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppKeyInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="keyType"> The type of host key. </param> <param name="keyName"> The name of the key. </param> <param name="info"> The key to create or update. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Add or update a host level secret. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/{keyType}/{keyName}</description></item><item><term>Operation Id</term><description>WebApps_CreateOrUpdateHostSecretSlot</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="CreateOrUpdateHostSecretSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt;&gt; CreateOrUpdateHostSecretSlotAsync (string keyType, string keyName, Azure.ResourceManager.AppService.Models.WebAppKeyInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt;&gt; CreateOrUpdateHostSecretSlotAsync(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.WebSiteSlotResource.CreateOrUpdateHostSecretSlotAsync(System.String,System.String,Azure.ResourceManager.AppService.Models.WebAppKeyInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function CreateOrUpdateHostSecretSlotAsync (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 CreateOrUpdateHostSecretSlotAsync : string * string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt;&gt;&#xA;override this.CreateOrUpdateHostSecretSlotAsync : string * string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt;&gt;" Usage="webSiteSlotResource.CreateOrUpdateHostSecretSlotAsync (keyType, keyName, info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppKeyInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="keyType" Type="System.String" /> <Parameter Name="keyName" Type="System.String" /> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppKeyInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="keyType"> The type of host key. </param> <param name="keyName"> The name of the key. </param> <param name="info"> The key to create or update. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Add or update a host level secret. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/{keyType}/{keyName}</description></item><item><term>Operation Id</term><description>WebApps_CreateOrUpdateHostSecretSlot</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, string slot);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Core.ResourceIdentifier CreateResourceIdentifier(string subscriptionId, string resourceGroupName, string name, string slot) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> <MemberSignature Language="VB.NET" Value="Public Shared Function CreateResourceIdentifier (subscriptionId As String, resourceGroupName As String, name As String, slot As String) As ResourceIdentifier" /> <MemberSignature Language="F#" Value="static member CreateResourceIdentifier : string * string * string * string -&gt; Azure.Core.ResourceIdentifier" Usage="Azure.ResourceManager.AppService.WebSiteSlotResource.CreateResourceIdentifier (subscriptionId, resourceGroupName, name, slot)" /> <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" /> <Parameter Name="slot" Type="System.String" /> </Parameters> <Docs> <param name="subscriptionId"> The subscriptionId. </param> <param name="resourceGroupName"> The resourceGroupName. </param> <param name="name"> The name. </param> <param name="slot"> The slot. </param> <summary> Generate the resource identifier of a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotResource" /> 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.WebSiteSlotResource.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.WebSiteSlotResource.Data" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteData</ReturnType> </ReturnValue> <Docs> <summary> Gets the data representing this Feature. </summary> <value>To be added.</value> <remarks>To be added.</remarks> <exception cref="T:System.InvalidOperationException"> Throws if there is no data loaded in the current instance. </exception> </Docs> </Member> <Member MemberName="Delete"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation Delete (Azure.WaitUntil waitUntil, bool? deleteMetrics = default, bool? deleteEmptyServerFarm = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation Delete(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1&lt;bool&gt; deleteMetrics, valuetype System.Nullable`1&lt;bool&gt; deleteEmptyServerFarm, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.Delete(Azure.WaitUntil,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function Delete (waitUntil As WaitUntil, Optional deleteMetrics As Nullable(Of Boolean) = Nothing, Optional deleteEmptyServerFarm As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation" /> <MemberSignature Language="F#" Value="abstract member Delete : Azure.WaitUntil * Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&#xA;override this.Delete : Azure.WaitUntil * Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation" Usage="webSiteSlotResource.Delete (waitUntil, deleteMetrics, deleteEmptyServerFarm, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="deleteMetrics" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="deleteEmptyServerFarm" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="deleteMetrics"> If true, web app metrics are also deleted. </param> <param name="deleteEmptyServerFarm"> Specify false if you want to keep empty App Service plan. By default, empty App Service plan is deleted. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Deletes a web, mobile, or API app, or one of the deployment slots. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}</description></item><item><term>Operation Id</term><description>WebApps_DeleteSlot</description></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> </Docs> </Member> <Member MemberName="DeleteAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt; DeleteAsync (Azure.WaitUntil waitUntil, bool? deleteMetrics = default, bool? deleteEmptyServerFarm = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation&gt; DeleteAsync(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1&lt;bool&gt; deleteMetrics, valuetype System.Nullable`1&lt;bool&gt; deleteEmptyServerFarm, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.DeleteAsync(Azure.WaitUntil,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DeleteAsync (waitUntil As WaitUntil, Optional deleteMetrics As Nullable(Of Boolean) = Nothing, Optional deleteEmptyServerFarm As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)" /> <MemberSignature Language="F#" Value="abstract member DeleteAsync : Azure.WaitUntil * Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;&#xA;override this.DeleteAsync : Azure.WaitUntil * Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;" Usage="webSiteSlotResource.DeleteAsync (waitUntil, deleteMetrics, deleteEmptyServerFarm, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="deleteMetrics" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="deleteEmptyServerFarm" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="deleteMetrics"> If true, web app metrics are also deleted. </param> <param name="deleteEmptyServerFarm"> Specify false if you want to keep empty App Service plan. By default, empty App Service plan is deleted. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Deletes a web, mobile, or API app, or one of the deployment slots. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}</description></item><item><term>Operation Id</term><description>WebApps_DeleteSlot</description></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> </Docs> </Member> <Member MemberName="DeleteBackupConfigurationSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response DeleteBackupConfigurationSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response DeleteBackupConfigurationSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.DeleteBackupConfigurationSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DeleteBackupConfigurationSlot (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member DeleteBackupConfigurationSlot : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.DeleteBackupConfigurationSlot : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteSlotResource.DeleteBackupConfigurationSlot 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}/slots/{slot}/config/backup</description></item><item><term>Operation Id</term><description>WebApps_DeleteBackupConfigurationSlot</description></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> </Docs> </Member> <Member MemberName="DeleteBackupConfigurationSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; DeleteBackupConfigurationSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; DeleteBackupConfigurationSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.DeleteBackupConfigurationSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DeleteBackupConfigurationSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member DeleteBackupConfigurationSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.DeleteBackupConfigurationSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteSlotResource.DeleteBackupConfigurationSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Deletes the backup configuration of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/backup</description></item><item><term>Operation Id</term><description>WebApps_DeleteBackupConfigurationSlot</description></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> </Docs> </Member> <Member MemberName="DeleteHostSecretSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response DeleteHostSecretSlot (string keyType, string keyName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response DeleteHostSecretSlot(string keyType, string keyName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.DeleteHostSecretSlot(System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DeleteHostSecretSlot (keyType As String, keyName As String, Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member DeleteHostSecretSlot : string * string * System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.DeleteHostSecretSlot : string * string * System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteSlotResource.DeleteHostSecretSlot (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}/slots/{slot}/host/default/{keyType}/{keyName}</description></item><item><term>Operation Id</term><description>WebApps_DeleteHostSecretSlot</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="DeleteHostSecretSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; DeleteHostSecretSlotAsync (string keyType, string keyName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; DeleteHostSecretSlotAsync(string keyType, string keyName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.DeleteHostSecretSlotAsync(System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DeleteHostSecretSlotAsync (keyType As String, keyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member DeleteHostSecretSlotAsync : string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.DeleteHostSecretSlotAsync : string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteSlotResource.DeleteHostSecretSlotAsync (keyType, keyName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="keyType" Type="System.String" /> <Parameter Name="keyName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="keyType"> The type of host key. </param> <param name="keyName"> The name of the key. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Delete a host level secret. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/{keyType}/{keyName}</description></item><item><term>Operation Id</term><description>WebApps_DeleteHostSecretSlot</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="DeployWorkflowArtifactsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response DeployWorkflowArtifactsSlot (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 DeployWorkflowArtifactsSlot(class Azure.ResourceManager.AppService.Models.WorkflowArtifacts workflowArtifacts, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.DeployWorkflowArtifactsSlot(Azure.ResourceManager.AppService.Models.WorkflowArtifacts,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DeployWorkflowArtifactsSlot (Optional workflowArtifacts As WorkflowArtifacts = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member DeployWorkflowArtifactsSlot : Azure.ResourceManager.AppService.Models.WorkflowArtifacts * System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.DeployWorkflowArtifactsSlot : Azure.ResourceManager.AppService.Models.WorkflowArtifacts * System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteSlotResource.DeployWorkflowArtifactsSlot (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}/slots/{slot}/deployWorkflowArtifacts</description></item><item><term>Operation Id</term><description>WebApps_DeployWorkflowArtifactsSlot</description></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> </Docs> </Member> <Member MemberName="DeployWorkflowArtifactsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; DeployWorkflowArtifactsSlotAsync (Azure.ResourceManager.AppService.Models.WorkflowArtifacts workflowArtifacts = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; DeployWorkflowArtifactsSlotAsync(class Azure.ResourceManager.AppService.Models.WorkflowArtifacts workflowArtifacts, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.DeployWorkflowArtifactsSlotAsync(Azure.ResourceManager.AppService.Models.WorkflowArtifacts,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DeployWorkflowArtifactsSlotAsync (Optional workflowArtifacts As WorkflowArtifacts = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member DeployWorkflowArtifactsSlotAsync : Azure.ResourceManager.AppService.Models.WorkflowArtifacts * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.DeployWorkflowArtifactsSlotAsync : Azure.ResourceManager.AppService.Models.WorkflowArtifacts * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteSlotResource.DeployWorkflowArtifactsSlotAsync (workflowArtifacts, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowArtifacts" Type="Azure.ResourceManager.AppService.Models.WorkflowArtifacts" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowArtifacts"> Application settings and files of the workflow. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Creates the artifacts for web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/deployWorkflowArtifacts</description></item><item><term>Operation Id</term><description>WebApps_DeployWorkflowArtifactsSlot</description></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> </Docs> </Member> <Member MemberName="DiscoverBackupSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt; DiscoverBackupSlot (Azure.ResourceManager.AppService.Models.RestoreRequestInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt; DiscoverBackupSlot(class Azure.ResourceManager.AppService.Models.RestoreRequestInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.DiscoverBackupSlot(Azure.ResourceManager.AppService.Models.RestoreRequestInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DiscoverBackupSlot (info As RestoreRequestInfo, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RestoreRequestInfo)" /> <MemberSignature Language="F#" Value="abstract member DiscoverBackupSlot : Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt;&#xA;override this.DiscoverBackupSlot : Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt;" Usage="webSiteSlotResource.DiscoverBackupSlot (info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.RestoreRequestInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="info"> A RestoreRequest object that includes Azure storage URL and blog name for discovery of backup. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Discovers an existing app backup that can be restored from a blob in Azure storage. Use this to get information about the databases stored in a backup. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/discoverbackup</description></item><item><term>Operation Id</term><description>WebApps_DiscoverBackupSlot</description></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="info" /> is null. </exception> </Docs> </Member> <Member MemberName="DiscoverBackupSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt;&gt; DiscoverBackupSlotAsync (Azure.ResourceManager.AppService.Models.RestoreRequestInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt;&gt; DiscoverBackupSlotAsync(class Azure.ResourceManager.AppService.Models.RestoreRequestInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.DiscoverBackupSlotAsync(Azure.ResourceManager.AppService.Models.RestoreRequestInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function DiscoverBackupSlotAsync (info As RestoreRequestInfo, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RestoreRequestInfo))" /> <MemberSignature Language="F#" Value="abstract member DiscoverBackupSlotAsync : Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt;&gt;&#xA;override this.DiscoverBackupSlotAsync : Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt;&gt;" Usage="webSiteSlotResource.DiscoverBackupSlotAsync (info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.RestoreRequestInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.RestoreRequestInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="info"> A RestoreRequest object that includes Azure storage URL and blog name for discovery of backup. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Discovers an existing app backup that can be restored from a blob in Azure storage. Use this to get information about the databases stored in a backup. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/discoverbackup</description></item><item><term>Operation Id</term><description>WebApps_DiscoverBackupSlot</description></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="info" /> is null. </exception> </Docs> </Member> <Member MemberName="GenerateNewSitePublishingPasswordSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response GenerateNewSitePublishingPasswordSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response GenerateNewSitePublishingPasswordSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GenerateNewSitePublishingPasswordSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GenerateNewSitePublishingPasswordSlot (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member GenerateNewSitePublishingPasswordSlot : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.GenerateNewSitePublishingPasswordSlot : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteSlotResource.GenerateNewSitePublishingPasswordSlot 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}/slots/{slot}/newpassword</description></item><item><term>Operation Id</term><description>WebApps_GenerateNewSitePublishingPasswordSlot</description></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> </Docs> </Member> <Member MemberName="GenerateNewSitePublishingPasswordSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; GenerateNewSitePublishingPasswordSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; GenerateNewSitePublishingPasswordSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GenerateNewSitePublishingPasswordSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GenerateNewSitePublishingPasswordSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member GenerateNewSitePublishingPasswordSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.GenerateNewSitePublishingPasswordSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteSlotResource.GenerateNewSitePublishingPasswordSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Generates a new publishing password for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/newpassword</description></item><item><term>Operation Id</term><description>WebApps_GenerateNewSitePublishingPasswordSlot</description></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> </Docs> </Member> <Member MemberName="Get"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt; Get (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotResource&gt; Get(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.Get(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteSlotResource)" /> <MemberSignature Language="F#" Value="abstract member Get : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&#xA;override this.Get : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;" Usage="webSiteSlotResource.Get cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the details of a web, mobile, or API app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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> </Docs> </Member> <Member MemberName="GetAllConfigurationSlotData"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.SiteConfigData&gt; GetAllConfigurationSlotData (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.SiteConfigData&gt; GetAllConfigurationSlotData(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAllConfigurationSlotData(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllConfigurationSlotData (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SiteConfigData)" /> <MemberSignature Language="F#" Value="abstract member GetAllConfigurationSlotData : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.SiteConfigData&gt;&#xA;override this.GetAllConfigurationSlotData : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.SiteConfigData&gt;" Usage="webSiteSlotResource.GetAllConfigurationSlotData cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.SiteConfigData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for List the configurations of an app <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config</description></item><item><term>Operation Id</term><description>WebApps_ListConfigurationsSlot</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="GetAllConfigurationSlotDataAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.SiteConfigData&gt; GetAllConfigurationSlotDataAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.SiteConfigData&gt; GetAllConfigurationSlotDataAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAllConfigurationSlotDataAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllConfigurationSlotDataAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SiteConfigData)" /> <MemberSignature Language="F#" Value="abstract member GetAllConfigurationSlotDataAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.SiteConfigData&gt;&#xA;override this.GetAllConfigurationSlotDataAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.SiteConfigData&gt;" Usage="webSiteSlotResource.GetAllConfigurationSlotDataAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.SiteConfigData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for List the configurations of an app <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config</description></item><item><term>Operation Id</term><description>WebApps_ListConfigurationsSlot</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="GetAllHybridConnectionSlotData"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt; GetAllHybridConnectionSlotData (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.HybridConnectionData&gt; GetAllHybridConnectionSlotData(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAllHybridConnectionSlotData(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllHybridConnectionSlotData (Optional cancellationToken As CancellationToken = Nothing) As Response(Of HybridConnectionData)" /> <MemberSignature Language="F#" Value="abstract member GetAllHybridConnectionSlotData : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;&#xA;override this.GetAllHybridConnectionSlotData : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;" Usage="webSiteSlotResource.GetAllHybridConnectionSlotData cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName> <AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName> </Attribute> <Attribute> <AttributeName Language="C#">[System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetHybridConnectionsSlot` instead", false)]</AttributeName> <AttributeName Language="F#">[&lt;System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetHybridConnectionsSlot` instead", false)&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Retrieves all Service Bus Hybrid Connections used by this Web App. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionRelays</description></item><item><term>Operation Id</term><description>WebApps_ListHybridConnectionsSlot</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAllHybridConnectionSlotDataAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;&gt; GetAllHybridConnectionSlotDataAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.HybridConnectionData&gt;&gt; GetAllHybridConnectionSlotDataAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAllHybridConnectionSlotDataAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllHybridConnectionSlotDataAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of HybridConnectionData))" /> <MemberSignature Language="F#" Value="abstract member GetAllHybridConnectionSlotDataAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;&gt;&#xA;override this.GetAllHybridConnectionSlotDataAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;&gt;" Usage="webSiteSlotResource.GetAllHybridConnectionSlotDataAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName> <AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName> </Attribute> <Attribute> <AttributeName Language="C#">[System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetHybridConnectionsSlotAsync` instead", false)]</AttributeName> <AttributeName Language="F#">[&lt;System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetHybridConnectionsSlotAsync` instead", false)&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Retrieves all Service Bus Hybrid Connections used by this Web App. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionRelays</description></item><item><term>Operation Id</term><description>WebApps_ListHybridConnectionsSlot</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAllPremierAddOnSlotData"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.PremierAddOnData&gt; GetAllPremierAddOnSlotData (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.PremierAddOnData&gt; GetAllPremierAddOnSlotData(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAllPremierAddOnSlotData(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllPremierAddOnSlotData (Optional cancellationToken As CancellationToken = Nothing) As Response(Of PremierAddOnData)" /> <MemberSignature Language="F#" Value="abstract member GetAllPremierAddOnSlotData : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.PremierAddOnData&gt;&#xA;override this.GetAllPremierAddOnSlotData : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.PremierAddOnData&gt;" Usage="webSiteSlotResource.GetAllPremierAddOnSlotData cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.PremierAddOnData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the premier add-ons of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/premieraddons</description></item><item><term>Operation Id</term><description>WebApps_ListPremierAddOnsSlot</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAllPremierAddOnSlotDataAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.PremierAddOnData&gt;&gt; GetAllPremierAddOnSlotDataAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.PremierAddOnData&gt;&gt; GetAllPremierAddOnSlotDataAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAllPremierAddOnSlotDataAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllPremierAddOnSlotDataAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PremierAddOnData))" /> <MemberSignature Language="F#" Value="abstract member GetAllPremierAddOnSlotDataAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.PremierAddOnData&gt;&gt;&#xA;override this.GetAllPremierAddOnSlotDataAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.PremierAddOnData&gt;&gt;" Usage="webSiteSlotResource.GetAllPremierAddOnSlotDataAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.PremierAddOnData&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the premier add-ons of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/premieraddons</description></item><item><term>Operation Id</term><description>WebApps_ListPremierAddOnsSlot</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAllRelayServiceConnectionSlotData"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt; GetAllRelayServiceConnectionSlotData (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt; GetAllRelayServiceConnectionSlotData(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAllRelayServiceConnectionSlotData(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllRelayServiceConnectionSlotData (Optional cancellationToken As CancellationToken = Nothing) As Response(Of RelayServiceConnectionEntityData)" /> <MemberSignature Language="F#" Value="abstract member GetAllRelayServiceConnectionSlotData : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt;&#xA;override this.GetAllRelayServiceConnectionSlotData : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt;" Usage="webSiteSlotResource.GetAllRelayServiceConnectionSlotData cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets hybrid connections configured for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridconnection</description></item><item><term>Operation Id</term><description>WebApps_ListRelayServiceConnectionsSlot</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAllRelayServiceConnectionSlotDataAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt;&gt; GetAllRelayServiceConnectionSlotDataAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt;&gt; GetAllRelayServiceConnectionSlotDataAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAllRelayServiceConnectionSlotDataAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllRelayServiceConnectionSlotDataAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RelayServiceConnectionEntityData))" /> <MemberSignature Language="F#" Value="abstract member GetAllRelayServiceConnectionSlotDataAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt;&gt;&#xA;override this.GetAllRelayServiceConnectionSlotDataAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt;&gt;" Usage="webSiteSlotResource.GetAllRelayServiceConnectionSlotDataAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.RelayServiceConnectionEntityData&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets hybrid connections configured for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridconnection</description></item><item><term>Operation Id</term><description>WebApps_ListRelayServiceConnectionsSlot</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAllSiteBackupSlotData"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt; GetAllSiteBackupSlotData (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.WebAppBackupData&gt; GetAllSiteBackupSlotData(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAllSiteBackupSlotData(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllSiteBackupSlotData (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebAppBackupData)" /> <MemberSignature Language="F#" Value="abstract member GetAllSiteBackupSlotData : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;&#xA;override this.GetAllSiteBackupSlotData : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;" Usage="webSiteSlotResource.GetAllSiteBackupSlotData cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets existing backups of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/listbackups</description></item><item><term>Operation Id</term><description>WebApps_ListSiteBackupsSlot</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="GetAllSiteBackupSlotDataAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt; GetAllSiteBackupSlotDataAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.WebAppBackupData&gt; GetAllSiteBackupSlotDataAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAllSiteBackupSlotDataAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAllSiteBackupSlotDataAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebAppBackupData)" /> <MemberSignature Language="F#" Value="abstract member GetAllSiteBackupSlotDataAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;&#xA;override this.GetAllSiteBackupSlotDataAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;" Usage="webSiteSlotResource.GetAllSiteBackupSlotDataAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.WebAppBackupData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets existing backups of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/listbackups</description></item><item><term>Operation Id</term><description>WebApps_ListSiteBackupsSlot</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="GetApplicationSettingsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt; GetApplicationSettingsSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt; GetApplicationSettingsSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetApplicationSettingsSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetApplicationSettingsSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceConfigurationDictionary)" /> <MemberSignature Language="F#" Value="abstract member GetApplicationSettingsSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&#xA;override this.GetApplicationSettingsSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;" Usage="webSiteSlotResource.GetApplicationSettingsSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the application settings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/appsettings/list</description></item><item><term>Operation Id</term><description>WebApps_ListApplicationSettingsSlot</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="GetApplicationSettingsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt; GetApplicationSettingsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt; GetApplicationSettingsSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetApplicationSettingsSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetApplicationSettingsSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceConfigurationDictionary))" /> <MemberSignature Language="F#" Value="abstract member GetApplicationSettingsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;&#xA;override this.GetApplicationSettingsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;" Usage="webSiteSlotResource.GetApplicationSettingsSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the application settings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/appsettings/list</description></item><item><term>Operation Id</term><description>WebApps_ListApplicationSettingsSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&gt; GetAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&gt; GetAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteSlotResource))" /> <MemberSignature Language="F#" Value="abstract member GetAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&gt;&#xA;override this.GetAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&gt;" Usage="webSiteSlotResource.GetAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the details of a web, mobile, or API app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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> </Docs> </Member> <Member MemberName="GetAuthSettingsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt; GetAuthSettingsSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt; GetAuthSettingsSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAuthSettingsSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAuthSettingsSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteAuthSettings)" /> <MemberSignature Language="F#" Value="abstract member GetAuthSettingsSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&#xA;override this.GetAuthSettingsSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;" Usage="webSiteSlotResource.GetAuthSettingsSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the Authentication/Authorization settings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettings/list</description></item><item><term>Operation Id</term><description>WebApps_GetAuthSettingsSlot</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="GetAuthSettingsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt; GetAuthSettingsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt; GetAuthSettingsSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAuthSettingsSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAuthSettingsSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteAuthSettings))" /> <MemberSignature Language="F#" Value="abstract member GetAuthSettingsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt;&#xA;override this.GetAuthSettingsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt;" Usage="webSiteSlotResource.GetAuthSettingsSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the Authentication/Authorization settings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettings/list</description></item><item><term>Operation Id</term><description>WebApps_GetAuthSettingsSlot</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="GetAuthSettingsV2Slot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt; GetAuthSettingsV2Slot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt; GetAuthSettingsV2Slot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAuthSettingsV2Slot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAuthSettingsV2Slot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteAuthSettingsV2)" /> <MemberSignature Language="F#" Value="abstract member GetAuthSettingsV2Slot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&#xA;override this.GetAuthSettingsV2Slot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;" Usage="webSiteSlotResource.GetAuthSettingsV2Slot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets site's Authentication / Authorization settings for apps via the V2 format <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettingsV2/list</description></item><item><term>Operation Id</term><description>WebApps_GetAuthSettingsV2Slot</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="GetAuthSettingsV2SlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt; GetAuthSettingsV2SlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt; GetAuthSettingsV2SlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAuthSettingsV2SlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAuthSettingsV2SlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteAuthSettingsV2))" /> <MemberSignature Language="F#" Value="abstract member GetAuthSettingsV2SlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;&#xA;override this.GetAuthSettingsV2SlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;" Usage="webSiteSlotResource.GetAuthSettingsV2SlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets site's Authentication / Authorization settings for apps via the V2 format <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettingsV2/list</description></item><item><term>Operation Id</term><description>WebApps_GetAuthSettingsV2Slot</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="GetAuthSettingsV2WithoutSecretsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt; GetAuthSettingsV2WithoutSecretsSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt; GetAuthSettingsV2WithoutSecretsSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAuthSettingsV2WithoutSecretsSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAuthSettingsV2WithoutSecretsSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteAuthSettingsV2)" /> <MemberSignature Language="F#" Value="abstract member GetAuthSettingsV2WithoutSecretsSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&#xA;override this.GetAuthSettingsV2WithoutSecretsSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;" Usage="webSiteSlotResource.GetAuthSettingsV2WithoutSecretsSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> 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}/slots/{slot}/config/authsettingsV2</description></item><item><term>Operation Id</term><description>WebApps_GetAuthSettingsV2WithoutSecretsSlot</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="GetAuthSettingsV2WithoutSecretsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt; GetAuthSettingsV2WithoutSecretsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt; GetAuthSettingsV2WithoutSecretsSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAuthSettingsV2WithoutSecretsSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAuthSettingsV2WithoutSecretsSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteAuthSettingsV2))" /> <MemberSignature Language="F#" Value="abstract member GetAuthSettingsV2WithoutSecretsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;&#xA;override this.GetAuthSettingsV2WithoutSecretsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;" Usage="webSiteSlotResource.GetAuthSettingsV2WithoutSecretsSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> 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}/slots/{slot}/config/authsettingsV2</description></item><item><term>Operation Id</term><description>WebApps_GetAuthSettingsV2WithoutSecretsSlot</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="GetAzureStorageAccountsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt; GetAzureStorageAccountsSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt; GetAzureStorageAccountsSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAzureStorageAccountsSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAzureStorageAccountsSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of AzureStoragePropertyDictionary)" /> <MemberSignature Language="F#" Value="abstract member GetAzureStorageAccountsSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&#xA;override this.GetAzureStorageAccountsSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;" Usage="webSiteSlotResource.GetAzureStorageAccountsSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the Azure storage account configurations of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/azurestorageaccounts/list</description></item><item><term>Operation Id</term><description>WebApps_ListAzureStorageAccountsSlot</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="GetAzureStorageAccountsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt; GetAzureStorageAccountsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt; GetAzureStorageAccountsSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetAzureStorageAccountsSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetAzureStorageAccountsSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AzureStoragePropertyDictionary))" /> <MemberSignature Language="F#" Value="abstract member GetAzureStorageAccountsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt;&#xA;override this.GetAzureStorageAccountsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt;" Usage="webSiteSlotResource.GetAzureStorageAccountsSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the Azure storage account configurations of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/azurestorageaccounts/list</description></item><item><term>Operation Id</term><description>WebApps_ListAzureStorageAccountsSlot</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="GetBackupConfigurationSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt; GetBackupConfigurationSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt; GetBackupConfigurationSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetBackupConfigurationSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetBackupConfigurationSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebAppBackupInfo)" /> <MemberSignature Language="F#" Value="abstract member GetBackupConfigurationSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&#xA;override this.GetBackupConfigurationSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;" Usage="webSiteSlotResource.GetBackupConfigurationSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the backup configuration of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/backup/list</description></item><item><term>Operation Id</term><description>WebApps_GetBackupConfigurationSlot</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="GetBackupConfigurationSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt; GetBackupConfigurationSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt; GetBackupConfigurationSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetBackupConfigurationSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetBackupConfigurationSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebAppBackupInfo))" /> <MemberSignature Language="F#" Value="abstract member GetBackupConfigurationSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt;&#xA;override this.GetBackupConfigurationSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt;" Usage="webSiteSlotResource.GetBackupConfigurationSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the backup configuration of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/backup/list</description></item><item><term>Operation Id</term><description>WebApps_GetBackupConfigurationSlot</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="GetConnectionStringsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt; GetConnectionStringsSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt; GetConnectionStringsSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetConnectionStringsSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetConnectionStringsSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ConnectionStringDictionary)" /> <MemberSignature Language="F#" Value="abstract member GetConnectionStringsSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&#xA;override this.GetConnectionStringsSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;" Usage="webSiteSlotResource.GetConnectionStringsSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the connection strings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/connectionstrings/list</description></item><item><term>Operation Id</term><description>WebApps_ListConnectionStringsSlot</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="GetConnectionStringsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt; GetConnectionStringsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt; GetConnectionStringsSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetConnectionStringsSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetConnectionStringsSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ConnectionStringDictionary))" /> <MemberSignature Language="F#" Value="abstract member GetConnectionStringsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt;&#xA;override this.GetConnectionStringsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt;" Usage="webSiteSlotResource.GetConnectionStringsSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the connection strings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/connectionstrings/list</description></item><item><term>Operation Id</term><description>WebApps_ListConnectionStringsSlot</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="GetContainerLogsZipSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;System.IO.Stream&gt; GetContainerLogsZipSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class System.IO.Stream&gt; GetContainerLogsZipSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetContainerLogsZipSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetContainerLogsZipSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of Stream)" /> <MemberSignature Language="F#" Value="abstract member GetContainerLogsZipSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;System.IO.Stream&gt;&#xA;override this.GetContainerLogsZipSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;System.IO.Stream&gt;" Usage="webSiteSlotResource.GetContainerLogsZipSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;System.IO.Stream&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the ZIP archived docker log files for the given site <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/containerlogs/zip/download</description></item><item><term>Operation Id</term><description>WebApps_GetContainerLogsZipSlot</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="GetContainerLogsZipSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt; GetContainerLogsZipSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class System.IO.Stream&gt;&gt; GetContainerLogsZipSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetContainerLogsZipSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetContainerLogsZipSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Stream))" /> <MemberSignature Language="F#" Value="abstract member GetContainerLogsZipSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;&#xA;override this.GetContainerLogsZipSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;" Usage="webSiteSlotResource.GetContainerLogsZipSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the ZIP archived docker log files for the given site <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/containerlogs/zip/download</description></item><item><term>Operation Id</term><description>WebApps_GetContainerLogsZipSlot</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="GetFunctionsAdminTokenSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;string&gt; GetFunctionsAdminTokenSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;string&gt; GetFunctionsAdminTokenSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetFunctionsAdminTokenSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetFunctionsAdminTokenSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of String)" /> <MemberSignature Language="F#" Value="abstract member GetFunctionsAdminTokenSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;string&gt;&#xA;override this.GetFunctionsAdminTokenSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;string&gt;" Usage="webSiteSlotResource.GetFunctionsAdminTokenSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;System.String&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Fetch a short lived token that can be exchanged for a master key. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/admin/token</description></item><item><term>Operation Id</term><description>WebApps_GetFunctionsAdminTokenSlot</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="GetFunctionsAdminTokenSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;string&gt;&gt; GetFunctionsAdminTokenSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;string&gt;&gt; GetFunctionsAdminTokenSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetFunctionsAdminTokenSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetFunctionsAdminTokenSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of String))" /> <MemberSignature Language="F#" Value="abstract member GetFunctionsAdminTokenSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;string&gt;&gt;&#xA;override this.GetFunctionsAdminTokenSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;string&gt;&gt;" Usage="webSiteSlotResource.GetFunctionsAdminTokenSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Fetch a short lived token that can be exchanged for a master key. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/admin/token</description></item><item><term>Operation Id</term><description>WebApps_GetFunctionsAdminTokenSlot</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="GetHostKeysSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt; GetHostKeysSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt; GetHostKeysSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetHostKeysSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetHostKeysSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of FunctionAppHostKeys)" /> <MemberSignature Language="F#" Value="abstract member GetHostKeysSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt;&#xA;override this.GetHostKeysSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt;" Usage="webSiteSlotResource.GetHostKeysSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get host secrets for a function app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/listkeys</description></item><item><term>Operation Id</term><description>WebApps_ListHostKeysSlot</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="GetHostKeysSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt;&gt; GetHostKeysSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt;&gt; GetHostKeysSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetHostKeysSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetHostKeysSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of FunctionAppHostKeys))" /> <MemberSignature Language="F#" Value="abstract member GetHostKeysSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt;&gt;&#xA;override this.GetHostKeysSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt;&gt;" Usage="webSiteSlotResource.GetHostKeysSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionAppHostKeys&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get host secrets for a function app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/listkeys</description></item><item><term>Operation Id</term><description>WebApps_ListHostKeysSlot</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="GetHybridConnectionsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt; GetHybridConnectionsSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.HybridConnectionData&gt; GetHybridConnectionsSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetHybridConnectionsSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetHybridConnectionsSlot (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of HybridConnectionData)" /> <MemberSignature Language="F#" Value="abstract member GetHybridConnectionsSlot : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;&#xA;override this.GetHybridConnectionsSlot : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;" Usage="webSiteSlotResource.GetHybridConnectionsSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Retrieves all Service Bus Hybrid Connections used by this Web App. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionRelays</description></item><item><term>Operation Id</term><description>WebApps_ListHybridConnectionsSlot</description></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> 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="GetHybridConnectionsSlotAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt; GetHybridConnectionsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.HybridConnectionData&gt; GetHybridConnectionsSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetHybridConnectionsSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetHybridConnectionsSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HybridConnectionData)" /> <MemberSignature Language="F#" Value="abstract member GetHybridConnectionsSlotAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;&#xA;override this.GetHybridConnectionsSlotAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;" Usage="webSiteSlotResource.GetHybridConnectionsSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.HybridConnectionData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Retrieves all Service Bus Hybrid Connections used by this Web App. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionRelays</description></item><item><term>Operation Id</term><description>WebApps_ListHybridConnectionsSlot</description></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> 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="GetLogsSiteSlotConfig"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.LogsSiteSlotConfigResource GetLogsSiteSlotConfig ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.LogsSiteSlotConfigResource GetLogsSiteSlotConfig() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetLogsSiteSlotConfig" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetLogsSiteSlotConfig () As LogsSiteSlotConfigResource" /> <MemberSignature Language="F#" Value="abstract member GetLogsSiteSlotConfig : unit -&gt; Azure.ResourceManager.AppService.LogsSiteSlotConfigResource&#xA;override this.GetLogsSiteSlotConfig : unit -&gt; Azure.ResourceManager.AppService.LogsSiteSlotConfigResource" Usage="webSiteSlotResource.GetLogsSiteSlotConfig " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.LogsSiteSlotConfigResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a LogsSiteSlotConfigResource along with the instance operations that can be performed on it in the WebSiteSlot. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.LogsSiteSlotConfigResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetMetadataSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt; GetMetadataSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt; GetMetadataSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetMetadataSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetMetadataSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceConfigurationDictionary)" /> <MemberSignature Language="F#" Value="abstract member GetMetadataSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&#xA;override this.GetMetadataSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;" Usage="webSiteSlotResource.GetMetadataSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the metadata of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/metadata/list</description></item><item><term>Operation Id</term><description>WebApps_ListMetadataSlot</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="GetMetadataSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt; GetMetadataSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt; GetMetadataSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetMetadataSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetMetadataSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceConfigurationDictionary))" /> <MemberSignature Language="F#" Value="abstract member GetMetadataSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;&#xA;override this.GetMetadataSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;" Usage="webSiteSlotResource.GetMetadataSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the metadata of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/metadata/list</description></item><item><term>Operation Id</term><description>WebApps_ListMetadataSlot</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.ResourceManager.AppService.MigrateMySqlStatusResource GetMigrateMySqlStatus ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.MigrateMySqlStatusResource GetMigrateMySqlStatus() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetMigrateMySqlStatus" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetMigrateMySqlStatus () As MigrateMySqlStatusResource" /> <MemberSignature Language="F#" Value="abstract member GetMigrateMySqlStatus : unit -&gt; Azure.ResourceManager.AppService.MigrateMySqlStatusResource&#xA;override this.GetMigrateMySqlStatus : unit -&gt; Azure.ResourceManager.AppService.MigrateMySqlStatusResource" Usage="webSiteSlotResource.GetMigrateMySqlStatus " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.MigrateMySqlStatusResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a MigrateMySqlStatusResource along with the instance operations that can be performed on it in the WebSiteSlot. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.MigrateMySqlStatusResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetNetworkFeature"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.NetworkFeatureResource&gt; GetNetworkFeature (string view, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.NetworkFeatureResource&gt; GetNetworkFeature(string view, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetNetworkFeature(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkFeature (view As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkFeatureResource)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkFeature : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.NetworkFeatureResource&gt;&#xA;override this.GetNetworkFeature : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.NetworkFeatureResource&gt;" Usage="webSiteSlotResource.GetNetworkFeature (view, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.NetworkFeatureResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="view" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="view"> The type of view. Only "summary" is supported at this time. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets all network features used by the app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkFeatures/{view}</description></item><item><term>Operation Id</term><description>WebApps_ListNetworkFeaturesSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.NetworkFeatureResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="view" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="view" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetNetworkFeatureAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.NetworkFeatureResource&gt;&gt; GetNetworkFeatureAsync (string view, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.NetworkFeatureResource&gt;&gt; GetNetworkFeatureAsync(string view, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetNetworkFeatureAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkFeatureAsync (view As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of NetworkFeatureResource))" /> <MemberSignature Language="F#" Value="abstract member GetNetworkFeatureAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.NetworkFeatureResource&gt;&gt;&#xA;override this.GetNetworkFeatureAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.NetworkFeatureResource&gt;&gt;" Usage="webSiteSlotResource.GetNetworkFeatureAsync (view, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.NetworkFeatureResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="view" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="view"> The type of view. Only "summary" is supported at this time. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets all network features used by the app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkFeatures/{view}</description></item><item><term>Operation Id</term><description>WebApps_ListNetworkFeaturesSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.NetworkFeatureResource" /></description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="view" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="view" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetNetworkFeatures"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.NetworkFeatureCollection GetNetworkFeatures ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.NetworkFeatureCollection GetNetworkFeatures() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetNetworkFeatures" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkFeatures () As NetworkFeatureCollection" /> <MemberSignature Language="F#" Value="abstract member GetNetworkFeatures : unit -&gt; Azure.ResourceManager.AppService.NetworkFeatureCollection&#xA;override this.GetNetworkFeatures : unit -&gt; Azure.ResourceManager.AppService.NetworkFeatureCollection" Usage="webSiteSlotResource.GetNetworkFeatures " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.NetworkFeatureCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of NetworkFeatureResources in the WebSiteSlot. </summary> <returns> An object representing collection of NetworkFeatureResources and their operations over a NetworkFeatureResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetNetworkTraceOperationSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraceOperationSlot (string operationId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraceOperationSlot(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetNetworkTraceOperationSlot(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkTraceOperationSlot (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebAppNetworkTrace)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkTraceOperationSlot : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&#xA;override this.GetNetworkTraceOperationSlot : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;" Usage="webSiteSlotResource.GetNetworkTraceOperationSlot (operationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operationId"> GUID of the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named operation for a network trace capturing (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTrace/operationresults/{operationId}</description></item><item><term>Operation Id</term><description>WebApps_GetNetworkTraceOperationSlot</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="GetNetworkTraceOperationSlotAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraceOperationSlotAsync (string operationId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraceOperationSlotAsync(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetNetworkTraceOperationSlotAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkTraceOperationSlotAsync (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebAppNetworkTrace)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkTraceOperationSlotAsync : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&#xA;override this.GetNetworkTraceOperationSlotAsync : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;" Usage="webSiteSlotResource.GetNetworkTraceOperationSlotAsync (operationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operationId"> GUID of the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named operation for a network trace capturing (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTrace/operationresults/{operationId}</description></item><item><term>Operation Id</term><description>WebApps_GetNetworkTraceOperationSlot</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="GetNetworkTraceOperationSlotV2"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraceOperationSlotV2 (string operationId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraceOperationSlotV2(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetNetworkTraceOperationSlotV2(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkTraceOperationSlotV2 (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebAppNetworkTrace)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkTraceOperationSlotV2 : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&#xA;override this.GetNetworkTraceOperationSlotV2 : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;" Usage="webSiteSlotResource.GetNetworkTraceOperationSlotV2 (operationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operationId"> GUID of the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named operation for a network trace capturing (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTraces/current/operationresults/{operationId}</description></item><item><term>Operation Id</term><description>WebApps_GetNetworkTraceOperationSlotV2</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="GetNetworkTraceOperationSlotV2Async"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraceOperationSlotV2Async (string operationId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTraceOperationSlotV2Async(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetNetworkTraceOperationSlotV2Async(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkTraceOperationSlotV2Async (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebAppNetworkTrace)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkTraceOperationSlotV2Async : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&#xA;override this.GetNetworkTraceOperationSlotV2Async : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;" Usage="webSiteSlotResource.GetNetworkTraceOperationSlotV2Async (operationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operationId"> GUID of the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named operation for a network trace capturing (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTraces/current/operationresults/{operationId}</description></item><item><term>Operation Id</term><description>WebApps_GetNetworkTraceOperationSlotV2</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="GetNetworkTracesSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTracesSlot (string operationId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTracesSlot(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetNetworkTracesSlot(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkTracesSlot (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebAppNetworkTrace)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkTracesSlot : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&#xA;override this.GetNetworkTracesSlot : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;" Usage="webSiteSlotResource.GetNetworkTracesSlot (operationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operationId"> GUID of the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named operation for a network trace capturing (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTrace/{operationId}</description></item><item><term>Operation Id</term><description>WebApps_GetNetworkTracesSlot</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="GetNetworkTracesSlotAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTracesSlotAsync (string operationId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTracesSlotAsync(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetNetworkTracesSlotAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkTracesSlotAsync (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebAppNetworkTrace)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkTracesSlotAsync : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&#xA;override this.GetNetworkTracesSlotAsync : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;" Usage="webSiteSlotResource.GetNetworkTracesSlotAsync (operationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operationId"> GUID of the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named operation for a network trace capturing (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTrace/{operationId}</description></item><item><term>Operation Id</term><description>WebApps_GetNetworkTracesSlot</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="GetNetworkTracesSlotV2"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTracesSlotV2 (string operationId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTracesSlotV2(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetNetworkTracesSlotV2(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkTracesSlotV2 (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebAppNetworkTrace)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkTracesSlotV2 : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&#xA;override this.GetNetworkTracesSlotV2 : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;" Usage="webSiteSlotResource.GetNetworkTracesSlotV2 (operationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operationId"> GUID of the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named operation for a network trace capturing (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTraces/{operationId}</description></item><item><term>Operation Id</term><description>WebApps_GetNetworkTracesSlotV2</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="GetNetworkTracesSlotV2Async"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTracesSlotV2Async (string operationId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt; GetNetworkTracesSlotV2Async(string operationId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetNetworkTracesSlotV2Async(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetNetworkTracesSlotV2Async (operationId As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebAppNetworkTrace)" /> <MemberSignature Language="F#" Value="abstract member GetNetworkTracesSlotV2Async : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&#xA;override this.GetNetworkTracesSlotV2Async : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;" Usage="webSiteSlotResource.GetNetworkTracesSlotV2Async (operationId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="operationId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="operationId"> GUID of the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named operation for a network trace capturing (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTraces/{operationId}</description></item><item><term>Operation Id</term><description>WebApps_GetNetworkTracesSlotV2</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="GetPerfMonCountersSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt; GetPerfMonCountersSlot (string filter = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt; GetPerfMonCountersSlot(string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetPerfMonCountersSlot(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetPerfMonCountersSlot (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PerfMonResponseInfo)" /> <MemberSignature Language="F#" Value="abstract member GetPerfMonCountersSlot : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt;&#xA;override this.GetPerfMonCountersSlot : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt;" Usage="webSiteSlotResource.GetPerfMonCountersSlot (filter, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="filter" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="filter"> Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets perfmon counters for web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/perfcounters</description></item><item><term>Operation Id</term><description>WebApps_ListPerfMonCountersSlot</description></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> 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="GetPerfMonCountersSlotAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt; GetPerfMonCountersSlotAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt; GetPerfMonCountersSlotAsync(string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetPerfMonCountersSlotAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetPerfMonCountersSlotAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PerfMonResponseInfo)" /> <MemberSignature Language="F#" Value="abstract member GetPerfMonCountersSlotAsync : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt;&#xA;override this.GetPerfMonCountersSlotAsync : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt;" Usage="webSiteSlotResource.GetPerfMonCountersSlotAsync (filter, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.PerfMonResponseInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="filter" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="filter"> Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets perfmon counters for web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/perfcounters</description></item><item><term>Operation Id</term><description>WebApps_ListPerfMonCountersSlot</description></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> 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="GetPrivateLinkResourcesSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt; GetPrivateLinkResourcesSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt; GetPrivateLinkResourcesSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetPrivateLinkResourcesSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetPrivateLinkResourcesSlot (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServicePrivateLinkResourceData)" /> <MemberSignature Language="F#" Value="abstract member GetPrivateLinkResourcesSlot : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt;&#xA;override this.GetPrivateLinkResourcesSlot : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt;" Usage="webSiteSlotResource.GetPrivateLinkResourcesSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the private link resources <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateLinkResources</description></item><item><term>Operation Id</term><description>WebApps_GetPrivateLinkResourcesSlot</description></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> 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="GetPrivateLinkResourcesSlotAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt; GetPrivateLinkResourcesSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt; GetPrivateLinkResourcesSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetPrivateLinkResourcesSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetPrivateLinkResourcesSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServicePrivateLinkResourceData)" /> <MemberSignature Language="F#" Value="abstract member GetPrivateLinkResourcesSlotAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt;&#xA;override this.GetPrivateLinkResourcesSlotAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt;" Usage="webSiteSlotResource.GetPrivateLinkResourcesSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the private link resources <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateLinkResources</description></item><item><term>Operation Id</term><description>WebApps_GetPrivateLinkResourcesSlot</description></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> 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="GetPublishingCredentialsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.PublishingUserResource&gt; GetPublishingCredentialsSlot (Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation`1&lt;class Azure.ResourceManager.AppService.PublishingUserResource&gt; GetPublishingCredentialsSlot(valuetype Azure.WaitUntil waitUntil, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetPublishingCredentialsSlot(Azure.WaitUntil,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetPublishingCredentialsSlot (waitUntil As WaitUntil, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of PublishingUserResource)" /> <MemberSignature Language="F#" Value="abstract member GetPublishingCredentialsSlot : Azure.WaitUntil * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.PublishingUserResource&gt;&#xA;override this.GetPublishingCredentialsSlot : Azure.WaitUntil * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.PublishingUserResource&gt;" Usage="webSiteSlotResource.GetPublishingCredentialsSlot (waitUntil, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.PublishingUserResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the Git/FTP publishing credentials of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/publishingcredentials/list</description></item><item><term>Operation Id</term><description>WebApps_ListPublishingCredentialsSlot</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="GetPublishingCredentialsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.PublishingUserResource&gt;&gt; GetPublishingCredentialsSlotAsync (Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation`1&lt;class Azure.ResourceManager.AppService.PublishingUserResource&gt;&gt; GetPublishingCredentialsSlotAsync(valuetype Azure.WaitUntil waitUntil, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetPublishingCredentialsSlotAsync(Azure.WaitUntil,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetPublishingCredentialsSlotAsync (waitUntil As WaitUntil, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of PublishingUserResource))" /> <MemberSignature Language="F#" Value="abstract member GetPublishingCredentialsSlotAsync : Azure.WaitUntil * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.PublishingUserResource&gt;&gt;&#xA;override this.GetPublishingCredentialsSlotAsync : Azure.WaitUntil * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.PublishingUserResource&gt;&gt;" Usage="webSiteSlotResource.GetPublishingCredentialsSlotAsync (waitUntil, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.PublishingUserResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the Git/FTP publishing credentials of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/publishingcredentials/list</description></item><item><term>Operation Id</term><description>WebApps_ListPublishingCredentialsSlot</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="GetPublishingProfileXmlWithSecretsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;System.IO.Stream&gt; GetPublishingProfileXmlWithSecretsSlot (Azure.ResourceManager.AppService.Models.CsmPublishingProfile publishingProfileOptions, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class System.IO.Stream&gt; GetPublishingProfileXmlWithSecretsSlot(class Azure.ResourceManager.AppService.Models.CsmPublishingProfile publishingProfileOptions, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetPublishingProfileXmlWithSecretsSlot(Azure.ResourceManager.AppService.Models.CsmPublishingProfile,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetPublishingProfileXmlWithSecretsSlot (publishingProfileOptions As CsmPublishingProfile, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Stream)" /> <MemberSignature Language="F#" Value="abstract member GetPublishingProfileXmlWithSecretsSlot : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -&gt; Azure.Response&lt;System.IO.Stream&gt;&#xA;override this.GetPublishingProfileXmlWithSecretsSlot : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -&gt; Azure.Response&lt;System.IO.Stream&gt;" Usage="webSiteSlotResource.GetPublishingProfileXmlWithSecretsSlot (publishingProfileOptions, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;System.IO.Stream&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="publishingProfileOptions" Type="Azure.ResourceManager.AppService.Models.CsmPublishingProfile" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="publishingProfileOptions"> Specifies publishingProfileOptions for publishing profile. For example, use {"format": "FileZilla3"} to get a FileZilla publishing profile. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the publishing profile for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publishxml</description></item><item><term>Operation Id</term><description>WebApps_ListPublishingProfileXmlWithSecretsSlot</description></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="publishingProfileOptions" /> is null. </exception> </Docs> </Member> <Member MemberName="GetPublishingProfileXmlWithSecretsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt; GetPublishingProfileXmlWithSecretsSlotAsync (Azure.ResourceManager.AppService.Models.CsmPublishingProfile publishingProfileOptions, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class System.IO.Stream&gt;&gt; GetPublishingProfileXmlWithSecretsSlotAsync(class Azure.ResourceManager.AppService.Models.CsmPublishingProfile publishingProfileOptions, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetPublishingProfileXmlWithSecretsSlotAsync(Azure.ResourceManager.AppService.Models.CsmPublishingProfile,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetPublishingProfileXmlWithSecretsSlotAsync (publishingProfileOptions As CsmPublishingProfile, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Stream))" /> <MemberSignature Language="F#" Value="abstract member GetPublishingProfileXmlWithSecretsSlotAsync : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;&#xA;override this.GetPublishingProfileXmlWithSecretsSlotAsync : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;" Usage="webSiteSlotResource.GetPublishingProfileXmlWithSecretsSlotAsync (publishingProfileOptions, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="publishingProfileOptions" Type="Azure.ResourceManager.AppService.Models.CsmPublishingProfile" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="publishingProfileOptions"> Specifies publishingProfileOptions for publishing profile. For example, use {"format": "FileZilla3"} to get a FileZilla publishing profile. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the publishing profile for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publishxml</description></item><item><term>Operation Id</term><description>WebApps_ListPublishingProfileXmlWithSecretsSlot</description></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="publishingProfileOptions" /> is null. </exception> </Docs> </Member> <Member MemberName="GetScmSiteSlotBasicPublishingCredentialsPolicy"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.ScmSiteSlotBasicPublishingCredentialsPolicyResource GetScmSiteSlotBasicPublishingCredentialsPolicy ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.ScmSiteSlotBasicPublishingCredentialsPolicyResource GetScmSiteSlotBasicPublishingCredentialsPolicy() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetScmSiteSlotBasicPublishingCredentialsPolicy" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetScmSiteSlotBasicPublishingCredentialsPolicy () As ScmSiteSlotBasicPublishingCredentialsPolicyResource" /> <MemberSignature Language="F#" Value="abstract member GetScmSiteSlotBasicPublishingCredentialsPolicy : unit -&gt; Azure.ResourceManager.AppService.ScmSiteSlotBasicPublishingCredentialsPolicyResource&#xA;override this.GetScmSiteSlotBasicPublishingCredentialsPolicy : unit -&gt; Azure.ResourceManager.AppService.ScmSiteSlotBasicPublishingCredentialsPolicyResource" Usage="webSiteSlotResource.GetScmSiteSlotBasicPublishingCredentialsPolicy " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.ScmSiteSlotBasicPublishingCredentialsPolicyResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a ScmSiteSlotBasicPublishingCredentialsPolicyResource along with the instance operations that can be performed on it in the WebSiteSlot. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.ScmSiteSlotBasicPublishingCredentialsPolicyResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSitePhpErrorLogFlagSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt; GetSitePhpErrorLogFlagSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt; GetSitePhpErrorLogFlagSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSitePhpErrorLogFlagSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSitePhpErrorLogFlagSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SitePhpErrorLogFlag)" /> <MemberSignature Language="F#" Value="abstract member GetSitePhpErrorLogFlagSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt;&#xA;override this.GetSitePhpErrorLogFlagSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt;" Usage="webSiteSlotResource.GetSitePhpErrorLogFlagSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets web app's event logs. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/phplogging</description></item><item><term>Operation Id</term><description>WebApps_GetSitePhpErrorLogFlagSlot</description></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> </Docs> </Member> <Member MemberName="GetSitePhpErrorLogFlagSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt;&gt; GetSitePhpErrorLogFlagSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt;&gt; GetSitePhpErrorLogFlagSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSitePhpErrorLogFlagSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSitePhpErrorLogFlagSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SitePhpErrorLogFlag))" /> <MemberSignature Language="F#" Value="abstract member GetSitePhpErrorLogFlagSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt;&gt;&#xA;override this.GetSitePhpErrorLogFlagSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt;&gt;" Usage="webSiteSlotResource.GetSitePhpErrorLogFlagSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets web app's event logs. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/phplogging</description></item><item><term>Operation Id</term><description>WebApps_GetSitePhpErrorLogFlagSlot</description></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> </Docs> </Member> <Member MemberName="GetSitePushSettingsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt; GetSitePushSettingsSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt; GetSitePushSettingsSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSitePushSettingsSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSitePushSettingsSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebAppPushSettings)" /> <MemberSignature Language="F#" Value="abstract member GetSitePushSettingsSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&#xA;override this.GetSitePushSettingsSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;" Usage="webSiteSlotResource.GetSitePushSettingsSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the Push settings associated with web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/pushsettings/list</description></item><item><term>Operation Id</term><description>WebApps_ListSitePushSettingsSlot</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="GetSitePushSettingsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt; GetSitePushSettingsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt; GetSitePushSettingsSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSitePushSettingsSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSitePushSettingsSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebAppPushSettings))" /> <MemberSignature Language="F#" Value="abstract member GetSitePushSettingsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt;&#xA;override this.GetSitePushSettingsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt;" Usage="webSiteSlotResource.GetSitePushSettingsSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the Push settings associated with web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/pushsettings/list</description></item><item><term>Operation Id</term><description>WebApps_ListSitePushSettingsSlot</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="GetSiteSlotBackup"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotBackupResource&gt; GetSiteSlotBackup (string backupId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotBackupResource&gt; GetSiteSlotBackup(string backupId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotBackup(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotBackup (backupId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotBackupResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotBackup : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotBackupResource&gt;&#xA;override this.GetSiteSlotBackup : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotBackupResource&gt;" Usage="webSiteSlotResource.GetSiteSlotBackup (backupId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotBackupResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="backupId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="backupId"> ID of the backup. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a backup of an app by its ID. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/backups/{backupId}</description></item><item><term>Operation Id</term><description>WebApps_GetBackupStatusSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotBackupResource" /></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="GetSiteSlotBackupAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotBackupResource&gt;&gt; GetSiteSlotBackupAsync (string backupId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotBackupResource&gt;&gt; GetSiteSlotBackupAsync(string backupId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotBackupAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotBackupAsync (backupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotBackupResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotBackupAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotBackupResource&gt;&gt;&#xA;override this.GetSiteSlotBackupAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotBackupResource&gt;&gt;" Usage="webSiteSlotResource.GetSiteSlotBackupAsync (backupId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotBackupResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="backupId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="backupId"> ID of the backup. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a backup of an app by its ID. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/backups/{backupId}</description></item><item><term>Operation Id</term><description>WebApps_GetBackupStatusSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotBackupResource" /></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="GetSiteSlotBackups"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteSlotBackupCollection GetSiteSlotBackups ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteSlotBackupCollection GetSiteSlotBackups() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotBackups" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotBackups () As SiteSlotBackupCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotBackups : unit -&gt; Azure.ResourceManager.AppService.SiteSlotBackupCollection&#xA;override this.GetSiteSlotBackups : unit -&gt; Azure.ResourceManager.AppService.SiteSlotBackupCollection" Usage="webSiteSlotResource.GetSiteSlotBackups " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteSlotBackupCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteSlotBackupResources in the WebSiteSlot. </summary> <returns> An object representing collection of SiteSlotBackupResources and their operations over a SiteSlotBackupResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteSlotDeployment"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDeploymentResource&gt; GetSiteSlotDeployment (string id, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotDeploymentResource&gt; GetSiteSlotDeployment(string id, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotDeployment(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotDeployment (id As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotDeploymentResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotDeployment : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDeploymentResource&gt;&#xA;override this.GetSiteSlotDeployment : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDeploymentResource&gt;" Usage="webSiteSlotResource.GetSiteSlotDeployment (id, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDeploymentResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="id" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="id"> Deployment ID. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get a deployment by its ID for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/deployments/{id}</description></item><item><term>Operation Id</term><description>WebApps_GetDeploymentSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotDeploymentResource" /></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="GetSiteSlotDeploymentAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDeploymentResource&gt;&gt; GetSiteSlotDeploymentAsync (string id, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotDeploymentResource&gt;&gt; GetSiteSlotDeploymentAsync(string id, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotDeploymentAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotDeploymentAsync (id As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotDeploymentResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotDeploymentAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDeploymentResource&gt;&gt;&#xA;override this.GetSiteSlotDeploymentAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDeploymentResource&gt;&gt;" Usage="webSiteSlotResource.GetSiteSlotDeploymentAsync (id, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDeploymentResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="id" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="id"> Deployment ID. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get a deployment by its ID for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/deployments/{id}</description></item><item><term>Operation Id</term><description>WebApps_GetDeploymentSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotDeploymentResource" /></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="GetSiteSlotDeployments"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteSlotDeploymentCollection GetSiteSlotDeployments ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteSlotDeploymentCollection GetSiteSlotDeployments() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotDeployments" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotDeployments () As SiteSlotDeploymentCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotDeployments : unit -&gt; Azure.ResourceManager.AppService.SiteSlotDeploymentCollection&#xA;override this.GetSiteSlotDeployments : unit -&gt; Azure.ResourceManager.AppService.SiteSlotDeploymentCollection" Usage="webSiteSlotResource.GetSiteSlotDeployments " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteSlotDeploymentCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteSlotDeploymentResources in the WebSiteSlot. </summary> <returns> An object representing collection of SiteSlotDeploymentResources and their operations over a SiteSlotDeploymentResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteSlotDetector"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDetectorResource&gt; GetSiteSlotDetector (string detectorName, DateTimeOffset? startTime = default, DateTimeOffset? endTime = default, string timeGrain = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotDetectorResource&gt; GetSiteSlotDetector(string detectorName, valuetype System.Nullable`1&lt;valuetype System.DateTimeOffset&gt; startTime, valuetype System.Nullable`1&lt;valuetype System.DateTimeOffset&gt; endTime, string timeGrain, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotDetector(System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotDetector (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 SiteSlotDetectorResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotDetector : string * Nullable&lt;DateTimeOffset&gt; * Nullable&lt;DateTimeOffset&gt; * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDetectorResource&gt;&#xA;override this.GetSiteSlotDetector : string * Nullable&lt;DateTimeOffset&gt; * Nullable&lt;DateTimeOffset&gt; * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDetectorResource&gt;" Usage="webSiteSlotResource.GetSiteSlotDetector (detectorName, startTime, endTime, timeGrain, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDetectorResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="detectorName" Type="System.String" /> <Parameter Name="startTime" Type="System.Nullable&lt;System.DateTimeOffset&gt;" /> <Parameter Name="endTime" Type="System.Nullable&lt;System.DateTimeOffset&gt;" /> <Parameter Name="timeGrain" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="detectorName"> Detector Resource Name. </param> <param name="startTime"> Start Time. </param> <param name="endTime"> End Time. </param> <param name="timeGrain"> Time Grain. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get site detector response <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/detectors/{detectorName}</description></item><item><term>Operation Id</term><description>Diagnostics_GetSiteDetectorResponseSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotDetectorResource" /></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="GetSiteSlotDetectorAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDetectorResource&gt;&gt; GetSiteSlotDetectorAsync (string detectorName, DateTimeOffset? startTime = default, DateTimeOffset? endTime = default, string timeGrain = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotDetectorResource&gt;&gt; GetSiteSlotDetectorAsync(string detectorName, valuetype System.Nullable`1&lt;valuetype System.DateTimeOffset&gt; startTime, valuetype System.Nullable`1&lt;valuetype System.DateTimeOffset&gt; endTime, string timeGrain, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotDetectorAsync(System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotDetectorAsync (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 SiteSlotDetectorResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotDetectorAsync : string * Nullable&lt;DateTimeOffset&gt; * Nullable&lt;DateTimeOffset&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDetectorResource&gt;&gt;&#xA;override this.GetSiteSlotDetectorAsync : string * Nullable&lt;DateTimeOffset&gt; * Nullable&lt;DateTimeOffset&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDetectorResource&gt;&gt;" Usage="webSiteSlotResource.GetSiteSlotDetectorAsync (detectorName, startTime, endTime, timeGrain, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDetectorResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="detectorName" Type="System.String" /> <Parameter Name="startTime" Type="System.Nullable&lt;System.DateTimeOffset&gt;" /> <Parameter Name="endTime" Type="System.Nullable&lt;System.DateTimeOffset&gt;" /> <Parameter Name="timeGrain" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="detectorName"> Detector Resource Name. </param> <param name="startTime"> Start Time. </param> <param name="endTime"> End Time. </param> <param name="timeGrain"> Time Grain. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get site detector response <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/detectors/{detectorName}</description></item><item><term>Operation Id</term><description>Diagnostics_GetSiteDetectorResponseSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotDetectorResource" /></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="GetSiteSlotDetectors"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteSlotDetectorCollection GetSiteSlotDetectors ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteSlotDetectorCollection GetSiteSlotDetectors() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotDetectors" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotDetectors () As SiteSlotDetectorCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotDetectors : unit -&gt; Azure.ResourceManager.AppService.SiteSlotDetectorCollection&#xA;override this.GetSiteSlotDetectors : unit -&gt; Azure.ResourceManager.AppService.SiteSlotDetectorCollection" Usage="webSiteSlotResource.GetSiteSlotDetectors " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteSlotDetectorCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteSlotDetectorResources in the WebSiteSlot. </summary> <returns> An object representing collection of SiteSlotDetectorResources and their operations over a SiteSlotDetectorResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteSlotDiagnostic"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDiagnosticResource&gt; GetSiteSlotDiagnostic (string diagnosticCategory, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotDiagnosticResource&gt; GetSiteSlotDiagnostic(string diagnosticCategory, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotDiagnostic(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotDiagnostic (diagnosticCategory As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotDiagnosticResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotDiagnostic : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDiagnosticResource&gt;&#xA;override this.GetSiteSlotDiagnostic : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDiagnosticResource&gt;" Usage="webSiteSlotResource.GetSiteSlotDiagnostic (diagnosticCategory, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDiagnosticResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="diagnosticCategory" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="diagnosticCategory"> Diagnostic Category. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get Diagnostics Category <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}</description></item><item><term>Operation Id</term><description>Diagnostics_GetSiteDiagnosticCategorySlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotDiagnosticResource" /></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="GetSiteSlotDiagnosticAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDiagnosticResource&gt;&gt; GetSiteSlotDiagnosticAsync (string diagnosticCategory, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotDiagnosticResource&gt;&gt; GetSiteSlotDiagnosticAsync(string diagnosticCategory, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotDiagnosticAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotDiagnosticAsync (diagnosticCategory As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotDiagnosticResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotDiagnosticAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDiagnosticResource&gt;&gt;&#xA;override this.GetSiteSlotDiagnosticAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDiagnosticResource&gt;&gt;" Usage="webSiteSlotResource.GetSiteSlotDiagnosticAsync (diagnosticCategory, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDiagnosticResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="diagnosticCategory" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="diagnosticCategory"> Diagnostic Category. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get Diagnostics Category <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slot}/diagnostics/{diagnosticCategory}</description></item><item><term>Operation Id</term><description>Diagnostics_GetSiteDiagnosticCategorySlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotDiagnosticResource" /></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="GetSiteSlotDiagnostics"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteSlotDiagnosticCollection GetSiteSlotDiagnostics ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteSlotDiagnosticCollection GetSiteSlotDiagnostics() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotDiagnostics" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotDiagnostics () As SiteSlotDiagnosticCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotDiagnostics : unit -&gt; Azure.ResourceManager.AppService.SiteSlotDiagnosticCollection&#xA;override this.GetSiteSlotDiagnostics : unit -&gt; Azure.ResourceManager.AppService.SiteSlotDiagnosticCollection" Usage="webSiteSlotResource.GetSiteSlotDiagnostics " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteSlotDiagnosticCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteSlotDiagnosticResources in the WebSiteSlot. </summary> <returns> An object representing collection of SiteSlotDiagnosticResources and their operations over a SiteSlotDiagnosticResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteSlotDomainOwnershipIdentifier"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource&gt; GetSiteSlotDomainOwnershipIdentifier (string domainOwnershipIdentifierName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource&gt; GetSiteSlotDomainOwnershipIdentifier(string domainOwnershipIdentifierName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotDomainOwnershipIdentifier(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotDomainOwnershipIdentifier (domainOwnershipIdentifierName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotDomainOwnershipIdentifierResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotDomainOwnershipIdentifier : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource&gt;&#xA;override this.GetSiteSlotDomainOwnershipIdentifier : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource&gt;" Usage="webSiteSlotResource.GetSiteSlotDomainOwnershipIdentifier (domainOwnershipIdentifierName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="domainOwnershipIdentifierName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="domainOwnershipIdentifierName"> Name of domain ownership identifier. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get domain ownership identifier for web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}</description></item><item><term>Operation Id</term><description>WebApps_GetDomainOwnershipIdentifierSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource" /></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="GetSiteSlotDomainOwnershipIdentifierAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource&gt;&gt; GetSiteSlotDomainOwnershipIdentifierAsync (string domainOwnershipIdentifierName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource&gt;&gt; GetSiteSlotDomainOwnershipIdentifierAsync(string domainOwnershipIdentifierName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotDomainOwnershipIdentifierAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotDomainOwnershipIdentifierAsync (domainOwnershipIdentifierName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotDomainOwnershipIdentifierResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotDomainOwnershipIdentifierAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource&gt;&gt;&#xA;override this.GetSiteSlotDomainOwnershipIdentifierAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource&gt;&gt;" Usage="webSiteSlotResource.GetSiteSlotDomainOwnershipIdentifierAsync (domainOwnershipIdentifierName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="domainOwnershipIdentifierName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="domainOwnershipIdentifierName"> Name of domain ownership identifier. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get domain ownership identifier for web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/domainOwnershipIdentifiers/{domainOwnershipIdentifierName}</description></item><item><term>Operation Id</term><description>WebApps_GetDomainOwnershipIdentifierSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource" /></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="GetSiteSlotDomainOwnershipIdentifiers"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierCollection GetSiteSlotDomainOwnershipIdentifiers ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierCollection GetSiteSlotDomainOwnershipIdentifiers() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotDomainOwnershipIdentifiers" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotDomainOwnershipIdentifiers () As SiteSlotDomainOwnershipIdentifierCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotDomainOwnershipIdentifiers : unit -&gt; Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierCollection&#xA;override this.GetSiteSlotDomainOwnershipIdentifiers : unit -&gt; Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierCollection" Usage="webSiteSlotResource.GetSiteSlotDomainOwnershipIdentifiers " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteSlotDomainOwnershipIdentifierResources in the WebSiteSlot. </summary> <returns> An object representing collection of SiteSlotDomainOwnershipIdentifierResources and their operations over a SiteSlotDomainOwnershipIdentifierResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteSlotExtension"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteSlotExtensionResource GetSiteSlotExtension ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteSlotExtensionResource GetSiteSlotExtension() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotExtension" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotExtension () As SiteSlotExtensionResource" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotExtension : unit -&gt; Azure.ResourceManager.AppService.SiteSlotExtensionResource&#xA;override this.GetSiteSlotExtension : unit -&gt; Azure.ResourceManager.AppService.SiteSlotExtensionResource" Usage="webSiteSlotResource.GetSiteSlotExtension " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteSlotExtensionResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a SiteSlotExtensionResource along with the instance operations that can be performed on it in the WebSiteSlot. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotExtensionResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteSlotFunction"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotFunctionResource&gt; GetSiteSlotFunction (string functionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotFunctionResource&gt; GetSiteSlotFunction(string functionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotFunction(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotFunction (functionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotFunctionResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotFunction : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotFunctionResource&gt;&#xA;override this.GetSiteSlotFunction : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotFunctionResource&gt;" Usage="webSiteSlotResource.GetSiteSlotFunction (functionName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotFunctionResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="functionName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="functionName"> Function name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get function information by its ID for web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}</description></item><item><term>Operation Id</term><description>WebApps_GetInstanceFunctionSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotFunctionResource" /></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="GetSiteSlotFunctionAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotFunctionResource&gt;&gt; GetSiteSlotFunctionAsync (string functionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotFunctionResource&gt;&gt; GetSiteSlotFunctionAsync(string functionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotFunctionAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotFunctionAsync (functionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotFunctionResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotFunctionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotFunctionResource&gt;&gt;&#xA;override this.GetSiteSlotFunctionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotFunctionResource&gt;&gt;" Usage="webSiteSlotResource.GetSiteSlotFunctionAsync (functionName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotFunctionResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="functionName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="functionName"> Function name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get function information by its ID for web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/functions/{functionName}</description></item><item><term>Operation Id</term><description>WebApps_GetInstanceFunctionSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotFunctionResource" /></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="GetSiteSlotFunctions"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteSlotFunctionCollection GetSiteSlotFunctions ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteSlotFunctionCollection GetSiteSlotFunctions() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotFunctions" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotFunctions () As SiteSlotFunctionCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotFunctions : unit -&gt; Azure.ResourceManager.AppService.SiteSlotFunctionCollection&#xA;override this.GetSiteSlotFunctions : unit -&gt; Azure.ResourceManager.AppService.SiteSlotFunctionCollection" Usage="webSiteSlotResource.GetSiteSlotFunctions " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteSlotFunctionCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteSlotFunctionResources in the WebSiteSlot. </summary> <returns> An object representing collection of SiteSlotFunctionResources and their operations over a SiteSlotFunctionResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteSlotHostNameBinding"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource&gt; GetSiteSlotHostNameBinding (string hostName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource&gt; GetSiteSlotHostNameBinding(string hostName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotHostNameBinding(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotHostNameBinding (hostName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotHostNameBindingResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotHostNameBinding : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource&gt;&#xA;override this.GetSiteSlotHostNameBinding : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource&gt;" Usage="webSiteSlotResource.GetSiteSlotHostNameBinding (hostName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="hostName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="hostName"> Hostname in the hostname binding. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get the named hostname binding for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hostNameBindings/{hostName}</description></item><item><term>Operation Id</term><description>WebApps_GetHostNameBindingSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource" /></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="GetSiteSlotHostNameBindingAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource&gt;&gt; GetSiteSlotHostNameBindingAsync (string hostName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource&gt;&gt; GetSiteSlotHostNameBindingAsync(string hostName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotHostNameBindingAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotHostNameBindingAsync (hostName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotHostNameBindingResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotHostNameBindingAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource&gt;&gt;&#xA;override this.GetSiteSlotHostNameBindingAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource&gt;&gt;" Usage="webSiteSlotResource.GetSiteSlotHostNameBindingAsync (hostName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="hostName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="hostName"> Hostname in the hostname binding. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get the named hostname binding for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hostNameBindings/{hostName}</description></item><item><term>Operation Id</term><description>WebApps_GetHostNameBindingSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource" /></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="GetSiteSlotHostNameBindings"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteSlotHostNameBindingCollection GetSiteSlotHostNameBindings ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteSlotHostNameBindingCollection GetSiteSlotHostNameBindings() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotHostNameBindings" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotHostNameBindings () As SiteSlotHostNameBindingCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotHostNameBindings : unit -&gt; Azure.ResourceManager.AppService.SiteSlotHostNameBindingCollection&#xA;override this.GetSiteSlotHostNameBindings : unit -&gt; Azure.ResourceManager.AppService.SiteSlotHostNameBindingCollection" Usage="webSiteSlotResource.GetSiteSlotHostNameBindings " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteSlotHostNameBindingCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteSlotHostNameBindingResources in the WebSiteSlot. </summary> <returns> An object representing collection of SiteSlotHostNameBindingResources and their operations over a SiteSlotHostNameBindingResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteSlotHybridConnectionNamespaceRelay"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource&gt; GetSiteSlotHybridConnectionNamespaceRelay (string namespaceName, string relayName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource&gt; GetSiteSlotHybridConnectionNamespaceRelay(string namespaceName, string relayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotHybridConnectionNamespaceRelay(System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotHybridConnectionNamespaceRelay (namespaceName As String, relayName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotHybridConnectionNamespaceRelayResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotHybridConnectionNamespaceRelay : string * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource&gt;&#xA;override this.GetSiteSlotHybridConnectionNamespaceRelay : string * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource&gt;" Usage="webSiteSlotResource.GetSiteSlotHybridConnectionNamespaceRelay (namespaceName, relayName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="namespaceName" Type="System.String" /> <Parameter Name="relayName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="namespaceName"> The namespace for this hybrid connection. </param> <param name="relayName"> The relay name for this hybrid connection. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}</description></item><item><term>Operation Id</term><description>WebApps_GetHybridConnectionSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource" /></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="GetSiteSlotHybridConnectionNamespaceRelayAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource&gt;&gt; GetSiteSlotHybridConnectionNamespaceRelayAsync (string namespaceName, string relayName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource&gt;&gt; GetSiteSlotHybridConnectionNamespaceRelayAsync(string namespaceName, string relayName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotHybridConnectionNamespaceRelayAsync(System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotHybridConnectionNamespaceRelayAsync (namespaceName As String, relayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotHybridConnectionNamespaceRelayResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotHybridConnectionNamespaceRelayAsync : string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource&gt;&gt;&#xA;override this.GetSiteSlotHybridConnectionNamespaceRelayAsync : string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource&gt;&gt;" Usage="webSiteSlotResource.GetSiteSlotHybridConnectionNamespaceRelayAsync (namespaceName, relayName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="namespaceName" Type="System.String" /> <Parameter Name="relayName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="namespaceName"> The namespace for this hybrid connection. </param> <param name="relayName"> The relay name for this hybrid connection. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Retrieves a specific Service Bus Hybrid Connection used by this Web App. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridConnectionNamespaces/{namespaceName}/relays/{relayName}</description></item><item><term>Operation Id</term><description>WebApps_GetHybridConnectionSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource" /></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="GetSiteSlotHybridConnectionNamespaceRelays"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayCollection GetSiteSlotHybridConnectionNamespaceRelays ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayCollection GetSiteSlotHybridConnectionNamespaceRelays() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotHybridConnectionNamespaceRelays" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotHybridConnectionNamespaceRelays () As SiteSlotHybridConnectionNamespaceRelayCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotHybridConnectionNamespaceRelays : unit -&gt; Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayCollection&#xA;override this.GetSiteSlotHybridConnectionNamespaceRelays : unit -&gt; Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayCollection" Usage="webSiteSlotResource.GetSiteSlotHybridConnectionNamespaceRelays " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteSlotHybridConnectionNamespaceRelayResources in the WebSiteSlot. </summary> <returns> An object representing collection of SiteSlotHybridConnectionNamespaceRelayResources and their operations over a SiteSlotHybridConnectionNamespaceRelayResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteSlotInstance"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotInstanceResource&gt; GetSiteSlotInstance (string instanceId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotInstanceResource&gt; GetSiteSlotInstance(string instanceId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotInstance(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotInstance (instanceId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotInstanceResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotInstance : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotInstanceResource&gt;&#xA;override this.GetSiteSlotInstance : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotInstanceResource&gt;" Usage="webSiteSlotResource.GetSiteSlotInstance (instanceId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotInstanceResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="instanceId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="instanceId"> The <see cref="T:System.String" /> to use. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets all scale-out instances of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/instances/{instanceId}</description></item><item><term>Operation Id</term><description>WebApps_GetInstanceInfoSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotInstanceResource" /></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="GetSiteSlotInstanceAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotInstanceResource&gt;&gt; GetSiteSlotInstanceAsync (string instanceId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotInstanceResource&gt;&gt; GetSiteSlotInstanceAsync(string instanceId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotInstanceAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotInstanceAsync (instanceId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotInstanceResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotInstanceAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotInstanceResource&gt;&gt;&#xA;override this.GetSiteSlotInstanceAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotInstanceResource&gt;&gt;" Usage="webSiteSlotResource.GetSiteSlotInstanceAsync (instanceId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotInstanceResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="instanceId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="instanceId"> The <see cref="T:System.String" /> to use. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets all scale-out instances of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/instances/{instanceId}</description></item><item><term>Operation Id</term><description>WebApps_GetInstanceInfoSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotInstanceResource" /></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="GetSiteSlotInstances"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteSlotInstanceCollection GetSiteSlotInstances ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteSlotInstanceCollection GetSiteSlotInstances() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotInstances" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotInstances () As SiteSlotInstanceCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotInstances : unit -&gt; Azure.ResourceManager.AppService.SiteSlotInstanceCollection&#xA;override this.GetSiteSlotInstances : unit -&gt; Azure.ResourceManager.AppService.SiteSlotInstanceCollection" Usage="webSiteSlotResource.GetSiteSlotInstances " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteSlotInstanceCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteSlotInstanceResources in the WebSiteSlot. </summary> <returns> An object representing collection of SiteSlotInstanceResources and their operations over a SiteSlotInstanceResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteSlotNetworkConfig"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteSlotNetworkConfigResource GetSiteSlotNetworkConfig ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteSlotNetworkConfigResource GetSiteSlotNetworkConfig() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotNetworkConfig" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotNetworkConfig () As SiteSlotNetworkConfigResource" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotNetworkConfig : unit -&gt; Azure.ResourceManager.AppService.SiteSlotNetworkConfigResource&#xA;override this.GetSiteSlotNetworkConfig : unit -&gt; Azure.ResourceManager.AppService.SiteSlotNetworkConfigResource" Usage="webSiteSlotResource.GetSiteSlotNetworkConfig " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteSlotNetworkConfigResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a SiteSlotNetworkConfigResource along with the instance operations that can be performed on it in the WebSiteSlot. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotNetworkConfigResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteSlotPrivateEndpointConnection"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource&gt; GetSiteSlotPrivateEndpointConnection (string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource&gt; GetSiteSlotPrivateEndpointConnection(string privateEndpointConnectionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotPrivateEndpointConnection(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotPrivateEndpointConnection (privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotPrivateEndpointConnectionResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotPrivateEndpointConnection : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource&gt;&#xA;override this.GetSiteSlotPrivateEndpointConnection : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource&gt;" Usage="webSiteSlotResource.GetSiteSlotPrivateEndpointConnection (privateEndpointConnectionName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="privateEndpointConnectionName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="privateEndpointConnectionName"> Name of the private endpoint connection. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a private endpoint connection <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateEndpointConnections/{privateEndpointConnectionName}</description></item><item><term>Operation Id</term><description>WebApps_GetPrivateEndpointConnectionSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource" /></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="GetSiteSlotPrivateEndpointConnectionAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource&gt;&gt; GetSiteSlotPrivateEndpointConnectionAsync (string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource&gt;&gt; GetSiteSlotPrivateEndpointConnectionAsync(string privateEndpointConnectionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotPrivateEndpointConnectionAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotPrivateEndpointConnectionAsync (privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotPrivateEndpointConnectionResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotPrivateEndpointConnectionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource&gt;&gt;&#xA;override this.GetSiteSlotPrivateEndpointConnectionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource&gt;&gt;" Usage="webSiteSlotResource.GetSiteSlotPrivateEndpointConnectionAsync (privateEndpointConnectionName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="privateEndpointConnectionName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="privateEndpointConnectionName"> Name of the private endpoint connection. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a private endpoint connection <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/privateEndpointConnections/{privateEndpointConnectionName}</description></item><item><term>Operation Id</term><description>WebApps_GetPrivateEndpointConnectionSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource" /></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="GetSiteSlotPrivateEndpointConnections"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionCollection GetSiteSlotPrivateEndpointConnections ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionCollection GetSiteSlotPrivateEndpointConnections() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotPrivateEndpointConnections" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotPrivateEndpointConnections () As SiteSlotPrivateEndpointConnectionCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotPrivateEndpointConnections : unit -&gt; Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionCollection&#xA;override this.GetSiteSlotPrivateEndpointConnections : unit -&gt; Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionCollection" Usage="webSiteSlotResource.GetSiteSlotPrivateEndpointConnections " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteSlotPrivateEndpointConnectionResources in the WebSiteSlot. </summary> <returns> An object representing collection of SiteSlotPrivateEndpointConnectionResources and their operations over a SiteSlotPrivateEndpointConnectionResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteSlotProcess"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotProcessResource&gt; GetSiteSlotProcess (string processId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotProcessResource&gt; GetSiteSlotProcess(string processId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotProcess(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotProcess (processId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotProcessResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotProcess : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotProcessResource&gt;&#xA;override this.GetSiteSlotProcess : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotProcessResource&gt;" Usage="webSiteSlotResource.GetSiteSlotProcess (processId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotProcessResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="processId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="processId"> PID. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get process information by its ID for a specific scaled-out instance in a web site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/processes/{processId}</description></item><item><term>Operation Id</term><description>WebApps_GetProcessSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotProcessResource" /></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="GetSiteSlotProcessAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotProcessResource&gt;&gt; GetSiteSlotProcessAsync (string processId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotProcessResource&gt;&gt; GetSiteSlotProcessAsync(string processId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotProcessAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotProcessAsync (processId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotProcessResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotProcessAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotProcessResource&gt;&gt;&#xA;override this.GetSiteSlotProcessAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotProcessResource&gt;&gt;" Usage="webSiteSlotResource.GetSiteSlotProcessAsync (processId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotProcessResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="processId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="processId"> PID. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get process information by its ID for a specific scaled-out instance in a web site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/processes/{processId}</description></item><item><term>Operation Id</term><description>WebApps_GetProcessSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotProcessResource" /></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="GetSiteSlotProcesses"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteSlotProcessCollection GetSiteSlotProcesses ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteSlotProcessCollection GetSiteSlotProcesses() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotProcesses" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotProcesses () As SiteSlotProcessCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotProcesses : unit -&gt; Azure.ResourceManager.AppService.SiteSlotProcessCollection&#xA;override this.GetSiteSlotProcesses : unit -&gt; Azure.ResourceManager.AppService.SiteSlotProcessCollection" Usage="webSiteSlotResource.GetSiteSlotProcesses " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteSlotProcessCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteSlotProcessResources in the WebSiteSlot. </summary> <returns> An object representing collection of SiteSlotProcessResources and their operations over a SiteSlotProcessResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteSlotSiteContainer"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotSiteContainerResource&gt; GetSiteSlotSiteContainer (string containerName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotSiteContainerResource&gt; GetSiteSlotSiteContainer(string containerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotSiteContainer(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotSiteContainer (containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotSiteContainerResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotSiteContainer : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotSiteContainerResource&gt;&#xA;override this.GetSiteSlotSiteContainer : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotSiteContainerResource&gt;" Usage="webSiteSlotResource.GetSiteSlotSiteContainer (containerName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotSiteContainerResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="containerName"> Site Container Name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a site container of a site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/sitecontainers/{containerName}</description></item><item><term>Operation Id</term><description>WebApps_GetSiteContainerSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotSiteContainerResource" /></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="GetSiteSlotSiteContainerAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotSiteContainerResource&gt;&gt; GetSiteSlotSiteContainerAsync (string containerName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotSiteContainerResource&gt;&gt; GetSiteSlotSiteContainerAsync(string containerName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotSiteContainerAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotSiteContainerAsync (containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotSiteContainerResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotSiteContainerAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotSiteContainerResource&gt;&gt;&#xA;override this.GetSiteSlotSiteContainerAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotSiteContainerResource&gt;&gt;" Usage="webSiteSlotResource.GetSiteSlotSiteContainerAsync (containerName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotSiteContainerResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="containerName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="containerName"> Site Container Name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a site container of a site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/sitecontainers/{containerName}</description></item><item><term>Operation Id</term><description>WebApps_GetSiteContainerSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotSiteContainerResource" /></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="GetSiteSlotSiteContainers"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteSlotSiteContainerCollection GetSiteSlotSiteContainers ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteSlotSiteContainerCollection GetSiteSlotSiteContainers() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotSiteContainers" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotSiteContainers () As SiteSlotSiteContainerCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotSiteContainers : unit -&gt; Azure.ResourceManager.AppService.SiteSlotSiteContainerCollection&#xA;override this.GetSiteSlotSiteContainers : unit -&gt; Azure.ResourceManager.AppService.SiteSlotSiteContainerCollection" Usage="webSiteSlotResource.GetSiteSlotSiteContainers " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteSlotSiteContainerCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteSlotSiteContainerResources in the WebSiteSlot. </summary> <returns> An object representing collection of SiteSlotSiteContainerResources and their operations over a SiteSlotSiteContainerResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteSlotVirtualNetworkConnection"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource&gt; GetSiteSlotVirtualNetworkConnection (string vnetName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource&gt; GetSiteSlotVirtualNetworkConnection(string vnetName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotVirtualNetworkConnection(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotVirtualNetworkConnection (vnetName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotVirtualNetworkConnectionResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotVirtualNetworkConnection : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource&gt;&#xA;override this.GetSiteSlotVirtualNetworkConnection : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource&gt;" Usage="webSiteSlotResource.GetSiteSlotVirtualNetworkConnection (vnetName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="vnetName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="vnetName"> Name of the virtual network. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a virtual network the app (or deployment slot) is connected to by name. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/virtualNetworkConnections/{vnetName}</description></item><item><term>Operation Id</term><description>WebApps_GetVnetConnectionSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource" /></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="GetSiteSlotVirtualNetworkConnectionAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource&gt;&gt; GetSiteSlotVirtualNetworkConnectionAsync (string vnetName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource&gt;&gt; GetSiteSlotVirtualNetworkConnectionAsync(string vnetName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotVirtualNetworkConnectionAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotVirtualNetworkConnectionAsync (vnetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotVirtualNetworkConnectionResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotVirtualNetworkConnectionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource&gt;&gt;&#xA;override this.GetSiteSlotVirtualNetworkConnectionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource&gt;&gt;" Usage="webSiteSlotResource.GetSiteSlotVirtualNetworkConnectionAsync (vnetName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="vnetName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="vnetName"> Name of the virtual network. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a virtual network the app (or deployment slot) is connected to by name. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/virtualNetworkConnections/{vnetName}</description></item><item><term>Operation Id</term><description>WebApps_GetVnetConnectionSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource" /></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="GetSiteSlotVirtualNetworkConnections"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionCollection GetSiteSlotVirtualNetworkConnections ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionCollection GetSiteSlotVirtualNetworkConnections() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotVirtualNetworkConnections" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotVirtualNetworkConnections () As SiteSlotVirtualNetworkConnectionCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotVirtualNetworkConnections : unit -&gt; Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionCollection&#xA;override this.GetSiteSlotVirtualNetworkConnections : unit -&gt; Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionCollection" Usage="webSiteSlotResource.GetSiteSlotVirtualNetworkConnections " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteSlotVirtualNetworkConnectionResources in the WebSiteSlot. </summary> <returns> An object representing collection of SiteSlotVirtualNetworkConnectionResources and their operations over a SiteSlotVirtualNetworkConnectionResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSiteSlotWorkflow"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotWorkflowResource&gt; GetSiteSlotWorkflow (string workflowName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotWorkflowResource&gt; GetSiteSlotWorkflow(string workflowName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotWorkflow(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotWorkflow (workflowName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteSlotWorkflowResource)" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotWorkflow : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotWorkflowResource&gt;&#xA;override this.GetSiteSlotWorkflow : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotWorkflowResource&gt;" Usage="webSiteSlotResource.GetSiteSlotWorkflow (workflowName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotWorkflowResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowName"> Workflow name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Get workflow information by its ID for web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/workflows/{workflowName}</description></item><item><term>Operation Id</term><description>WebApps_GetInstanceWorkflowSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotWorkflowResource" /></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="GetSiteSlotWorkflowAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotWorkflowResource&gt;&gt; GetSiteSlotWorkflowAsync (string workflowName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.SiteSlotWorkflowResource&gt;&gt; GetSiteSlotWorkflowAsync(string workflowName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotWorkflowAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotWorkflowAsync (workflowName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteSlotWorkflowResource))" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotWorkflowAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotWorkflowResource&gt;&gt;&#xA;override this.GetSiteSlotWorkflowAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotWorkflowResource&gt;&gt;" Usage="webSiteSlotResource.GetSiteSlotWorkflowAsync (workflowName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.SiteSlotWorkflowResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="workflowName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="workflowName"> Workflow name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Get workflow information by its ID for web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/workflows/{workflowName}</description></item><item><term>Operation Id</term><description>WebApps_GetInstanceWorkflowSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.SiteSlotWorkflowResource" /></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="GetSiteSlotWorkflows"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.SiteSlotWorkflowCollection GetSiteSlotWorkflows ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.SiteSlotWorkflowCollection GetSiteSlotWorkflows() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSiteSlotWorkflows" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSiteSlotWorkflows () As SiteSlotWorkflowCollection" /> <MemberSignature Language="F#" Value="abstract member GetSiteSlotWorkflows : unit -&gt; Azure.ResourceManager.AppService.SiteSlotWorkflowCollection&#xA;override this.GetSiteSlotWorkflows : unit -&gt; Azure.ResourceManager.AppService.SiteSlotWorkflowCollection" Usage="webSiteSlotResource.GetSiteSlotWorkflows " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.SiteSlotWorkflowCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of SiteSlotWorkflowResources in the WebSiteSlot. </summary> <returns> An object representing collection of SiteSlotWorkflowResources and their operations over a SiteSlotWorkflowResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetSlotDifferencesSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.SlotDifference&gt; GetSlotDifferencesSlot (Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.SlotDifference&gt; GetSlotDifferencesSlot(class Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSlotDifferencesSlot(Azure.ResourceManager.AppService.Models.CsmSlotEntity,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSlotDifferencesSlot (slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SlotDifference)" /> <MemberSignature Language="F#" Value="abstract member GetSlotDifferencesSlot : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.SlotDifference&gt;&#xA;override this.GetSlotDifferencesSlot : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.SlotDifference&gt;" Usage="webSiteSlotResource.GetSlotDifferencesSlot (slotSwapEntity, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.SlotDifference&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="slotSwapEntity" Type="Azure.ResourceManager.AppService.Models.CsmSlotEntity" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="slotSwapEntity"> JSON object that contains the target slot name. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get the difference in configuration settings between two web app slots. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/slotsdiffs</description></item><item><term>Operation Id</term><description>WebApps_ListSlotDifferencesSlot</description></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> 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="GetSlotDifferencesSlotAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.SlotDifference&gt; GetSlotDifferencesSlotAsync (Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.SlotDifference&gt; GetSlotDifferencesSlotAsync(class Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSlotDifferencesSlotAsync(Azure.ResourceManager.AppService.Models.CsmSlotEntity,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSlotDifferencesSlotAsync (slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SlotDifference)" /> <MemberSignature Language="F#" Value="abstract member GetSlotDifferencesSlotAsync : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.SlotDifference&gt;&#xA;override this.GetSlotDifferencesSlotAsync : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.SlotDifference&gt;" Usage="webSiteSlotResource.GetSlotDifferencesSlotAsync (slotSwapEntity, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.SlotDifference&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="slotSwapEntity" Type="Azure.ResourceManager.AppService.Models.CsmSlotEntity" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="slotSwapEntity"> JSON object that contains the target slot name. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get the difference in configuration settings between two web app slots. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/slotsdiffs</description></item><item><term>Operation Id</term><description>WebApps_ListSlotDifferencesSlot</description></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> 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="GetSlotSiteDeploymentStatusesSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt; GetSlotSiteDeploymentStatusesSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt; GetSlotSiteDeploymentStatusesSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSlotSiteDeploymentStatusesSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSlotSiteDeploymentStatusesSlot (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CsmDeploymentStatus)" /> <MemberSignature Language="F#" Value="abstract member GetSlotSiteDeploymentStatusesSlot : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;&#xA;override this.GetSlotSiteDeploymentStatusesSlot : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;" Usage="webSiteSlotResource.GetSlotSiteDeploymentStatusesSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> List deployment statuses for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/deploymentStatus</description></item><item><term>Operation Id</term><description>WebApps_ListSlotSiteDeploymentStatusesSlot</description></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> 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="GetSlotSiteDeploymentStatusesSlotAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt; GetSlotSiteDeploymentStatusesSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt; GetSlotSiteDeploymentStatusesSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSlotSiteDeploymentStatusesSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSlotSiteDeploymentStatusesSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CsmDeploymentStatus)" /> <MemberSignature Language="F#" Value="abstract member GetSlotSiteDeploymentStatusesSlotAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;&#xA;override this.GetSlotSiteDeploymentStatusesSlotAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;" Usage="webSiteSlotResource.GetSlotSiteDeploymentStatusesSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> List deployment statuses for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/deploymentStatus</description></item><item><term>Operation Id</term><description>WebApps_ListSlotSiteDeploymentStatusesSlot</description></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> 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="GetSlotSiteDeploymentStatusSlot"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt; GetSlotSiteDeploymentStatusSlot (Azure.WaitUntil waitUntil, string deploymentStatusId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation`1&lt;class Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt; GetSlotSiteDeploymentStatusSlot(valuetype Azure.WaitUntil waitUntil, string deploymentStatusId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSlotSiteDeploymentStatusSlot(Azure.WaitUntil,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSlotSiteDeploymentStatusSlot (waitUntil As WaitUntil, deploymentStatusId As String, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of CsmDeploymentStatus)" /> <MemberSignature Language="F#" Value="abstract member GetSlotSiteDeploymentStatusSlot : Azure.WaitUntil * string * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;&#xA;override this.GetSlotSiteDeploymentStatusSlot : Azure.WaitUntil * string * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;" Usage="webSiteSlotResource.GetSlotSiteDeploymentStatusSlot (waitUntil, deploymentStatusId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="deploymentStatusId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="deploymentStatusId"> GUID of the deployment operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets the deployment status for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/deploymentStatus/{deploymentStatusId}</description></item><item><term>Operation Id</term><description>WebApps_GetSlotSiteDeploymentStatusSlot</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="GetSlotSiteDeploymentStatusSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;&gt; GetSlotSiteDeploymentStatusSlotAsync (Azure.WaitUntil waitUntil, string deploymentStatusId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation`1&lt;class Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;&gt; GetSlotSiteDeploymentStatusSlotAsync(valuetype Azure.WaitUntil waitUntil, string deploymentStatusId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSlotSiteDeploymentStatusSlotAsync(Azure.WaitUntil,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSlotSiteDeploymentStatusSlotAsync (waitUntil As WaitUntil, deploymentStatusId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of CsmDeploymentStatus))" /> <MemberSignature Language="F#" Value="abstract member GetSlotSiteDeploymentStatusSlotAsync : Azure.WaitUntil * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;&gt;&#xA;override this.GetSlotSiteDeploymentStatusSlotAsync : Azure.WaitUntil * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;&gt;" Usage="webSiteSlotResource.GetSlotSiteDeploymentStatusSlotAsync (waitUntil, deploymentStatusId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.AppService.Models.CsmDeploymentStatus&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="deploymentStatusId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="deploymentStatusId"> GUID of the deployment operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets the deployment status for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/deploymentStatus/{deploymentStatusId}</description></item><item><term>Operation Id</term><description>WebApps_GetSlotSiteDeploymentStatusSlot</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="GetSlotSnapshots"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt; GetSlotSnapshots (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.AppSnapshot&gt; GetSlotSnapshots(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSlotSnapshots(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSlotSnapshots (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppSnapshot)" /> <MemberSignature Language="F#" Value="abstract member GetSlotSnapshots : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;&#xA;override this.GetSlotSnapshots : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;" Usage="webSiteSlotResource.GetSlotSnapshots cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Returns all Snapshots to the user. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/snapshots</description></item><item><term>Operation Id</term><description>WebApps_ListSnapshotsSlot</description></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> 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="GetSlotSnapshotsAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt; GetSlotSnapshotsAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.AppSnapshot&gt; GetSlotSnapshotsAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSlotSnapshotsAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSlotSnapshotsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppSnapshot)" /> <MemberSignature Language="F#" Value="abstract member GetSlotSnapshotsAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;&#xA;override this.GetSlotSnapshotsAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;" Usage="webSiteSlotResource.GetSlotSnapshotsAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Returns all Snapshots to the user. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/snapshots</description></item><item><term>Operation Id</term><description>WebApps_ListSnapshotsSlot</description></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> 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="GetSlotSnapshotsFromDRSecondary"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt; GetSlotSnapshotsFromDRSecondary (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.AppSnapshot&gt; GetSlotSnapshotsFromDRSecondary(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSlotSnapshotsFromDRSecondary(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSlotSnapshotsFromDRSecondary (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppSnapshot)" /> <MemberSignature Language="F#" Value="abstract member GetSlotSnapshotsFromDRSecondary : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;&#xA;override this.GetSlotSnapshotsFromDRSecondary : System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;" Usage="webSiteSlotResource.GetSlotSnapshotsFromDRSecondary cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Returns all Snapshots to the user from DRSecondary endpoint. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/snapshotsdr</description></item><item><term>Operation Id</term><description>WebApps_ListSnapshotsFromDRSecondarySlot</description></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> 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="GetSlotSnapshotsFromDRSecondaryAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt; GetSlotSnapshotsFromDRSecondaryAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.AppSnapshot&gt; GetSlotSnapshotsFromDRSecondaryAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSlotSnapshotsFromDRSecondaryAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSlotSnapshotsFromDRSecondaryAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppSnapshot)" /> <MemberSignature Language="F#" Value="abstract member GetSlotSnapshotsFromDRSecondaryAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;&#xA;override this.GetSlotSnapshotsFromDRSecondaryAsync : System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;" Usage="webSiteSlotResource.GetSlotSnapshotsFromDRSecondaryAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.AppSnapshot&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Returns all Snapshots to the user from DRSecondary endpoint. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/snapshotsdr</description></item><item><term>Operation Id</term><description>WebApps_ListSnapshotsFromDRSecondarySlot</description></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> 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="GetSyncFunctionTriggersSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionSecrets&gt; GetSyncFunctionTriggersSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.FunctionSecrets&gt; GetSyncFunctionTriggersSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSyncFunctionTriggersSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSyncFunctionTriggersSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of FunctionSecrets)" /> <MemberSignature Language="F#" Value="abstract member GetSyncFunctionTriggersSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionSecrets&gt;&#xA;override this.GetSyncFunctionTriggersSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionSecrets&gt;" Usage="webSiteSlotResource.GetSyncFunctionTriggersSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionSecrets&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for This is to allow calling via powershell and ARM template. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/listsyncfunctiontriggerstatus</description></item><item><term>Operation Id</term><description>WebApps_ListSyncFunctionTriggersSlot</description></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> </Docs> </Member> <Member MemberName="GetSyncFunctionTriggersSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionSecrets&gt;&gt; GetSyncFunctionTriggersSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.FunctionSecrets&gt;&gt; GetSyncFunctionTriggersSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSyncFunctionTriggersSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSyncFunctionTriggersSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of FunctionSecrets))" /> <MemberSignature Language="F#" Value="abstract member GetSyncFunctionTriggersSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionSecrets&gt;&gt;&#xA;override this.GetSyncFunctionTriggersSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionSecrets&gt;&gt;" Usage="webSiteSlotResource.GetSyncFunctionTriggersSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.FunctionSecrets&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for This is to allow calling via powershell and ARM template. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/listsyncfunctiontriggerstatus</description></item><item><term>Operation Id</term><description>WebApps_ListSyncFunctionTriggersSlot</description></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> </Docs> </Member> <Member MemberName="GetSyncStatusSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response GetSyncStatusSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response GetSyncStatusSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSyncStatusSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSyncStatusSlot (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member GetSyncStatusSlot : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.GetSyncStatusSlot : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteSlotResource.GetSyncStatusSlot 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}/slots/{slot}/host/default/listsyncstatus</description></item><item><term>Operation Id</term><description>WebApps_ListSyncStatusSlot</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="GetSyncStatusSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; GetSyncStatusSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; GetSyncStatusSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetSyncStatusSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetSyncStatusSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member GetSyncStatusSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.GetSyncStatusSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteSlotResource.GetSyncStatusSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for This is to allow calling via powershell and ARM template. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/listsyncstatus</description></item><item><term>Operation Id</term><description>WebApps_ListSyncStatusSlot</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="GetUsagesSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt; GetUsagesSlot (string filter = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1&lt;class Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt; GetUsagesSlot(string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetUsagesSlot(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetUsagesSlot (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CsmUsageQuota)" /> <MemberSignature Language="F#" Value="abstract member GetUsagesSlot : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt;&#xA;override this.GetUsagesSlot : string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt;" Usage="webSiteSlotResource.GetUsagesSlot (filter, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="filter" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="filter"> Return only information specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the quota usage information of an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/usages</description></item><item><term>Operation Id</term><description>WebApps_ListUsagesSlot</description></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> 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="GetUsagesSlotAsync"> <MemberSignature Language="C#" Value="public virtual Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt; GetUsagesSlotAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt; GetUsagesSlotAsync(string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetUsagesSlotAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetUsagesSlotAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CsmUsageQuota)" /> <MemberSignature Language="F#" Value="abstract member GetUsagesSlotAsync : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt;&#xA;override this.GetUsagesSlotAsync : string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt;" Usage="webSiteSlotResource.GetUsagesSlotAsync (filter, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.AppService.Models.CsmUsageQuota&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="filter" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="filter"> Return only information specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the quota usage information of an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/usages</description></item><item><term>Operation Id</term><description>WebApps_ListUsagesSlot</description></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> 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="GetWebSiteContainerLogsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;System.IO.Stream&gt; GetWebSiteContainerLogsSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class System.IO.Stream&gt; GetWebSiteContainerLogsSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteContainerLogsSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteContainerLogsSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of Stream)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteContainerLogsSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;System.IO.Stream&gt;&#xA;override this.GetWebSiteContainerLogsSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;System.IO.Stream&gt;" Usage="webSiteSlotResource.GetWebSiteContainerLogsSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;System.IO.Stream&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the last lines of docker logs for the given site <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/containerlogs</description></item><item><term>Operation Id</term><description>WebApps_GetWebSiteContainerLogsSlot</description></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> </Docs> </Member> <Member MemberName="GetWebSiteContainerLogsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt; GetWebSiteContainerLogsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class System.IO.Stream&gt;&gt; GetWebSiteContainerLogsSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteContainerLogsSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteContainerLogsSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Stream))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteContainerLogsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;&#xA;override this.GetWebSiteContainerLogsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;" Usage="webSiteSlotResource.GetWebSiteContainerLogsSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;System.IO.Stream&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the last lines of docker logs for the given site <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/containerlogs</description></item><item><term>Operation Id</term><description>WebApps_GetWebSiteContainerLogsSlot</description></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> </Docs> </Member> <Member MemberName="GetWebSiteSlotConfig"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteSlotConfigResource GetWebSiteSlotConfig ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteSlotConfigResource GetWebSiteSlotConfig() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotConfig" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotConfig () As WebSiteSlotConfigResource" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotConfig : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotConfigResource&#xA;override this.GetWebSiteSlotConfig : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotConfigResource" Usage="webSiteSlotResource.GetWebSiteSlotConfig " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteSlotConfigResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a WebSiteSlotConfigResource along with the instance operations that can be performed on it in the WebSiteSlot. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotConfigResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteSlotConfigAppSetting"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource&gt; GetWebSiteSlotConfigAppSetting (string appSettingKey, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource&gt; GetWebSiteSlotConfigAppSetting(string appSettingKey, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotConfigAppSetting(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotConfigAppSetting (appSettingKey As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteSlotConfigAppSettingResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotConfigAppSetting : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource&gt;&#xA;override this.GetWebSiteSlotConfigAppSetting : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource&gt;" Usage="webSiteSlotResource.GetWebSiteSlotConfigAppSetting (appSettingKey, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="appSettingKey" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="appSettingKey"> App Setting key name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the config reference and status of an app <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/configreferences/appsettings/{appSettingKey}</description></item><item><term>Operation Id</term><description>WebApps_GetAppSettingKeyVaultReferenceSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource" /></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="GetWebSiteSlotConfigAppSettingAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource&gt;&gt; GetWebSiteSlotConfigAppSettingAsync (string appSettingKey, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource&gt;&gt; GetWebSiteSlotConfigAppSettingAsync(string appSettingKey, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotConfigAppSettingAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotConfigAppSettingAsync (appSettingKey As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteSlotConfigAppSettingResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotConfigAppSettingAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource&gt;&gt;&#xA;override this.GetWebSiteSlotConfigAppSettingAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource&gt;&gt;" Usage="webSiteSlotResource.GetWebSiteSlotConfigAppSettingAsync (appSettingKey, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="appSettingKey" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="appSettingKey"> App Setting key name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the config reference and status of an app <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/configreferences/appsettings/{appSettingKey}</description></item><item><term>Operation Id</term><description>WebApps_GetAppSettingKeyVaultReferenceSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource" /></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="GetWebSiteSlotConfigAppSettings"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingCollection GetWebSiteSlotConfigAppSettings ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingCollection GetWebSiteSlotConfigAppSettings() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotConfigAppSettings" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotConfigAppSettings () As WebSiteSlotConfigAppSettingCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotConfigAppSettings : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingCollection&#xA;override this.GetWebSiteSlotConfigAppSettings : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingCollection" Usage="webSiteSlotResource.GetWebSiteSlotConfigAppSettings " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSiteSlotConfigAppSettingResources in the WebSiteSlot. </summary> <returns> An object representing collection of WebSiteSlotConfigAppSettingResources and their operations over a WebSiteSlotConfigAppSettingResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteSlotConfigConnectionString"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource&gt; GetWebSiteSlotConfigConnectionString (string connectionStringKey, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource&gt; GetWebSiteSlotConfigConnectionString(string connectionStringKey, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotConfigConnectionString(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotConfigConnectionString (connectionStringKey As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteSlotConfigConnectionStringResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotConfigConnectionString : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource&gt;&#xA;override this.GetWebSiteSlotConfigConnectionString : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource&gt;" Usage="webSiteSlotResource.GetWebSiteSlotConfigConnectionString (connectionStringKey, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="connectionStringKey" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="connectionStringKey"> The <see cref="T:System.String" /> to use. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the config reference and status of an app <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/configreferences/connectionstrings/{connectionStringKey}</description></item><item><term>Operation Id</term><description>WebApps_GetSiteConnectionStringKeyVaultReferenceSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource" /></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="GetWebSiteSlotConfigConnectionStringAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource&gt;&gt; GetWebSiteSlotConfigConnectionStringAsync (string connectionStringKey, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource&gt;&gt; GetWebSiteSlotConfigConnectionStringAsync(string connectionStringKey, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotConfigConnectionStringAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotConfigConnectionStringAsync (connectionStringKey As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteSlotConfigConnectionStringResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotConfigConnectionStringAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource&gt;&gt;&#xA;override this.GetWebSiteSlotConfigConnectionStringAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource&gt;&gt;" Usage="webSiteSlotResource.GetWebSiteSlotConfigConnectionStringAsync (connectionStringKey, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="connectionStringKey" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="connectionStringKey"> The <see cref="T:System.String" /> to use. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets the config reference and status of an app <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/configreferences/connectionstrings/{connectionStringKey}</description></item><item><term>Operation Id</term><description>WebApps_GetSiteConnectionStringKeyVaultReferenceSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource" /></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="GetWebSiteSlotConfigConnectionStrings"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringCollection GetWebSiteSlotConfigConnectionStrings ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringCollection GetWebSiteSlotConfigConnectionStrings() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotConfigConnectionStrings" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotConfigConnectionStrings () As WebSiteSlotConfigConnectionStringCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotConfigConnectionStrings : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringCollection&#xA;override this.GetWebSiteSlotConfigConnectionStrings : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringCollection" Usage="webSiteSlotResource.GetWebSiteSlotConfigConnectionStrings " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSiteSlotConfigConnectionStringResources in the WebSiteSlot. </summary> <returns> An object representing collection of WebSiteSlotConfigConnectionStringResources and their operations over a WebSiteSlotConfigConnectionStringResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteSlotContinuousWebJob"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource&gt; GetWebSiteSlotContinuousWebJob (string webJobName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource&gt; GetWebSiteSlotContinuousWebJob(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotContinuousWebJob(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotContinuousWebJob (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteSlotContinuousWebJobResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotContinuousWebJob : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource&gt;&#xA;override this.GetWebSiteSlotContinuousWebJob : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource&gt;" Usage="webSiteSlotResource.GetWebSiteSlotContinuousWebJob (webJobName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="webJobName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="webJobName"> Name of Web Job. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a continuous web job by its ID for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetContinuousWebJobSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource" /></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="GetWebSiteSlotContinuousWebJobAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource&gt;&gt; GetWebSiteSlotContinuousWebJobAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource&gt;&gt; GetWebSiteSlotContinuousWebJobAsync(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotContinuousWebJobAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotContinuousWebJobAsync (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteSlotContinuousWebJobResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotContinuousWebJobAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource&gt;&gt;&#xA;override this.GetWebSiteSlotContinuousWebJobAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource&gt;&gt;" Usage="webSiteSlotResource.GetWebSiteSlotContinuousWebJobAsync (webJobName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="webJobName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="webJobName"> Name of Web Job. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a continuous web job by its ID for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/continuouswebjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetContinuousWebJobSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource" /></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="GetWebSiteSlotContinuousWebJobs"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobCollection GetWebSiteSlotContinuousWebJobs ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobCollection GetWebSiteSlotContinuousWebJobs() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotContinuousWebJobs" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotContinuousWebJobs () As WebSiteSlotContinuousWebJobCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotContinuousWebJobs : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobCollection&#xA;override this.GetWebSiteSlotContinuousWebJobs : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobCollection" Usage="webSiteSlotResource.GetWebSiteSlotContinuousWebJobs " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSiteSlotContinuousWebJobResources in the WebSiteSlot. </summary> <returns> An object representing collection of WebSiteSlotContinuousWebJobResources and their operations over a WebSiteSlotContinuousWebJobResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteSlotExtension"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotExtensionResource&gt; GetWebSiteSlotExtension (string siteExtensionId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotExtensionResource&gt; GetWebSiteSlotExtension(string siteExtensionId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotExtension(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotExtension (siteExtensionId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteSlotExtensionResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotExtension : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotExtensionResource&gt;&#xA;override this.GetWebSiteSlotExtension : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotExtensionResource&gt;" Usage="webSiteSlotResource.GetWebSiteSlotExtension (siteExtensionId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotExtensionResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="siteExtensionId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="siteExtensionId"> Site extension name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get site extension information by its ID for a web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/siteextensions/{siteExtensionId}</description></item><item><term>Operation Id</term><description>WebApps_GetSiteExtensionSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotExtensionResource" /></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="GetWebSiteSlotExtensionAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotExtensionResource&gt;&gt; GetWebSiteSlotExtensionAsync (string siteExtensionId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotExtensionResource&gt;&gt; GetWebSiteSlotExtensionAsync(string siteExtensionId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotExtensionAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotExtensionAsync (siteExtensionId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteSlotExtensionResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotExtensionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotExtensionResource&gt;&gt;&#xA;override this.GetWebSiteSlotExtensionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotExtensionResource&gt;&gt;" Usage="webSiteSlotResource.GetWebSiteSlotExtensionAsync (siteExtensionId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotExtensionResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="siteExtensionId" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="siteExtensionId"> Site extension name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get site extension information by its ID for a web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/siteextensions/{siteExtensionId}</description></item><item><term>Operation Id</term><description>WebApps_GetSiteExtensionSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotExtensionResource" /></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="GetWebSiteSlotExtensions"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteSlotExtensionCollection GetWebSiteSlotExtensions ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteSlotExtensionCollection GetWebSiteSlotExtensions() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotExtensions" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotExtensions () As WebSiteSlotExtensionCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotExtensions : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotExtensionCollection&#xA;override this.GetWebSiteSlotExtensions : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotExtensionCollection" Usage="webSiteSlotResource.GetWebSiteSlotExtensions " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteSlotExtensionCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSiteSlotExtensionResources in the WebSiteSlot. </summary> <returns> An object representing collection of WebSiteSlotExtensionResources and their operations over a WebSiteSlotExtensionResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteSlotFtpPublishingCredentialsPolicy"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteSlotFtpPublishingCredentialsPolicyResource GetWebSiteSlotFtpPublishingCredentialsPolicy ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteSlotFtpPublishingCredentialsPolicyResource GetWebSiteSlotFtpPublishingCredentialsPolicy() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotFtpPublishingCredentialsPolicy" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotFtpPublishingCredentialsPolicy () As WebSiteSlotFtpPublishingCredentialsPolicyResource" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotFtpPublishingCredentialsPolicy : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotFtpPublishingCredentialsPolicyResource&#xA;override this.GetWebSiteSlotFtpPublishingCredentialsPolicy : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotFtpPublishingCredentialsPolicyResource" Usage="webSiteSlotResource.GetWebSiteSlotFtpPublishingCredentialsPolicy " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteSlotFtpPublishingCredentialsPolicyResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a WebSiteSlotFtpPublishingCredentialsPolicyResource along with the instance operations that can be performed on it in the WebSiteSlot. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotFtpPublishingCredentialsPolicyResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteSlotHybridConnection"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource&gt; GetWebSiteSlotHybridConnection (string entityName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource&gt; GetWebSiteSlotHybridConnection(string entityName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotHybridConnection(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotHybridConnection (entityName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteSlotHybridConnectionResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotHybridConnection : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource&gt;&#xA;override this.GetWebSiteSlotHybridConnection : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource&gt;" Usage="webSiteSlotResource.GetWebSiteSlotHybridConnection (entityName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="entityName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="entityName"> Name of the hybrid connection. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a hybrid connection configuration by its name. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridconnection/{entityName}</description></item><item><term>Operation Id</term><description>WebApps_GetRelayServiceConnectionSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource" /></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="GetWebSiteSlotHybridConnectionAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource&gt;&gt; GetWebSiteSlotHybridConnectionAsync (string entityName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource&gt;&gt; GetWebSiteSlotHybridConnectionAsync(string entityName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotHybridConnectionAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotHybridConnectionAsync (entityName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteSlotHybridConnectionResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotHybridConnectionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource&gt;&gt;&#xA;override this.GetWebSiteSlotHybridConnectionAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource&gt;&gt;" Usage="webSiteSlotResource.GetWebSiteSlotHybridConnectionAsync (entityName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="entityName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="entityName"> Name of the hybrid connection. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a hybrid connection configuration by its name. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hybridconnection/{entityName}</description></item><item><term>Operation Id</term><description>WebApps_GetRelayServiceConnectionSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource" /></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="GetWebSiteSlotHybridConnections"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionCollection GetWebSiteSlotHybridConnections ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionCollection GetWebSiteSlotHybridConnections() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotHybridConnections" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotHybridConnections () As WebSiteSlotHybridConnectionCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotHybridConnections : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionCollection&#xA;override this.GetWebSiteSlotHybridConnections : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionCollection" Usage="webSiteSlotResource.GetWebSiteSlotHybridConnections " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSiteSlotHybridConnectionResources in the WebSiteSlot. </summary> <returns> An object representing collection of WebSiteSlotHybridConnectionResources and their operations over a WebSiteSlotHybridConnectionResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteSlotPremierAddOn"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource&gt; GetWebSiteSlotPremierAddOn (string premierAddOnName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource&gt; GetWebSiteSlotPremierAddOn(string premierAddOnName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotPremierAddOn(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotPremierAddOn (premierAddOnName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteSlotPremierAddOnResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotPremierAddOn : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource&gt;&#xA;override this.GetWebSiteSlotPremierAddOn : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource&gt;" Usage="webSiteSlotResource.GetWebSiteSlotPremierAddOn (premierAddOnName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="premierAddOnName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="premierAddOnName"> Add-on name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named add-on of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/premieraddons/{premierAddOnName}</description></item><item><term>Operation Id</term><description>WebApps_GetPremierAddOnSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource" /></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="GetWebSiteSlotPremierAddOnAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource&gt;&gt; GetWebSiteSlotPremierAddOnAsync (string premierAddOnName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource&gt;&gt; GetWebSiteSlotPremierAddOnAsync(string premierAddOnName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotPremierAddOnAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotPremierAddOnAsync (premierAddOnName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteSlotPremierAddOnResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotPremierAddOnAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource&gt;&gt;&#xA;override this.GetWebSiteSlotPremierAddOnAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource&gt;&gt;" Usage="webSiteSlotResource.GetWebSiteSlotPremierAddOnAsync (premierAddOnName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="premierAddOnName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="premierAddOnName"> Add-on name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a named add-on of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/premieraddons/{premierAddOnName}</description></item><item><term>Operation Id</term><description>WebApps_GetPremierAddOnSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource" /></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="GetWebSiteSlotPremierAddOns"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnCollection GetWebSiteSlotPremierAddOns ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnCollection GetWebSiteSlotPremierAddOns() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotPremierAddOns" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotPremierAddOns () As WebSiteSlotPremierAddOnCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotPremierAddOns : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnCollection&#xA;override this.GetWebSiteSlotPremierAddOns : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnCollection" Usage="webSiteSlotResource.GetWebSiteSlotPremierAddOns " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSiteSlotPremierAddOnResources in the WebSiteSlot. </summary> <returns> An object representing collection of WebSiteSlotPremierAddOnResources and their operations over a WebSiteSlotPremierAddOnResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteSlotPrivateAccess"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteSlotPrivateAccessResource GetWebSiteSlotPrivateAccess ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteSlotPrivateAccessResource GetWebSiteSlotPrivateAccess() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotPrivateAccess" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotPrivateAccess () As WebSiteSlotPrivateAccessResource" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotPrivateAccess : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotPrivateAccessResource&#xA;override this.GetWebSiteSlotPrivateAccess : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotPrivateAccessResource" Usage="webSiteSlotResource.GetWebSiteSlotPrivateAccess " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteSlotPrivateAccessResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a WebSiteSlotPrivateAccessResource along with the instance operations that can be performed on it in the WebSiteSlot. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotPrivateAccessResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteSlotPublicCertificate"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource&gt; GetWebSiteSlotPublicCertificate (string publicCertificateName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource&gt; GetWebSiteSlotPublicCertificate(string publicCertificateName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotPublicCertificate(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotPublicCertificate (publicCertificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteSlotPublicCertificateResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotPublicCertificate : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource&gt;&#xA;override this.GetWebSiteSlotPublicCertificate : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource&gt;" Usage="webSiteSlotResource.GetWebSiteSlotPublicCertificate (publicCertificateName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="publicCertificateName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="publicCertificateName"> Public certificate name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get the named public certificate for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publicCertificates/{publicCertificateName}</description></item><item><term>Operation Id</term><description>WebApps_GetPublicCertificateSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource" /></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="GetWebSiteSlotPublicCertificateAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource&gt;&gt; GetWebSiteSlotPublicCertificateAsync (string publicCertificateName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource&gt;&gt; GetWebSiteSlotPublicCertificateAsync(string publicCertificateName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotPublicCertificateAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotPublicCertificateAsync (publicCertificateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteSlotPublicCertificateResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotPublicCertificateAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource&gt;&gt;&#xA;override this.GetWebSiteSlotPublicCertificateAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource&gt;&gt;" Usage="webSiteSlotResource.GetWebSiteSlotPublicCertificateAsync (publicCertificateName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="publicCertificateName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="publicCertificateName"> Public certificate name. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get the named public certificate for an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/publicCertificates/{publicCertificateName}</description></item><item><term>Operation Id</term><description>WebApps_GetPublicCertificateSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource" /></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="GetWebSiteSlotPublicCertificates"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateCollection GetWebSiteSlotPublicCertificates ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateCollection GetWebSiteSlotPublicCertificates() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotPublicCertificates" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotPublicCertificates () As WebSiteSlotPublicCertificateCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotPublicCertificates : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateCollection&#xA;override this.GetWebSiteSlotPublicCertificates : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateCollection" Usage="webSiteSlotResource.GetWebSiteSlotPublicCertificates " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSiteSlotPublicCertificateResources in the WebSiteSlot. </summary> <returns> An object representing collection of WebSiteSlotPublicCertificateResources and their operations over a WebSiteSlotPublicCertificateResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteSlotResourceHealthMetadata"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteSlotResourceHealthMetadataResource GetWebSiteSlotResourceHealthMetadata ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteSlotResourceHealthMetadataResource GetWebSiteSlotResourceHealthMetadata() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotResourceHealthMetadata" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotResourceHealthMetadata () As WebSiteSlotResourceHealthMetadataResource" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotResourceHealthMetadata : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotResourceHealthMetadataResource&#xA;override this.GetWebSiteSlotResourceHealthMetadata : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotResourceHealthMetadataResource" Usage="webSiteSlotResource.GetWebSiteSlotResourceHealthMetadata " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteSlotResourceHealthMetadataResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a WebSiteSlotResourceHealthMetadataResource along with the instance operations that can be performed on it in the WebSiteSlot. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotResourceHealthMetadataResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteSlotSourceControl"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteSlotSourceControlResource GetWebSiteSlotSourceControl ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteSlotSourceControlResource GetWebSiteSlotSourceControl() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotSourceControl" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotSourceControl () As WebSiteSlotSourceControlResource" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotSourceControl : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotSourceControlResource&#xA;override this.GetWebSiteSlotSourceControl : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotSourceControlResource" Usage="webSiteSlotResource.GetWebSiteSlotSourceControl " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteSlotSourceControlResource</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets an object representing a WebSiteSlotSourceControlResource along with the instance operations that can be performed on it in the WebSiteSlot. </summary> <returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotSourceControlResource" /> object. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteSlotTriggeredWebJob"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt; GetWebSiteSlotTriggeredWebJob (string webJobName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt; GetWebSiteSlotTriggeredWebJob(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotTriggeredWebJob(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotTriggeredWebJob (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteSlotTriggeredWebJobResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotTriggeredWebJob : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt;&#xA;override this.GetWebSiteSlotTriggeredWebJob : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt;" Usage="webSiteSlotResource.GetWebSiteSlotTriggeredWebJob (webJobName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="webJobName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="webJobName"> Name of Web Job. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a triggered web job by its ID for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/triggeredwebjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetTriggeredWebJobSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource" /></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="GetWebSiteSlotTriggeredWebJobAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt;&gt; GetWebSiteSlotTriggeredWebJobAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt;&gt; GetWebSiteSlotTriggeredWebJobAsync(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotTriggeredWebJobAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotTriggeredWebJobAsync (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteSlotTriggeredWebJobResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotTriggeredWebJobAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt;&gt;&#xA;override this.GetWebSiteSlotTriggeredWebJobAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt;&gt;" Usage="webSiteSlotResource.GetWebSiteSlotTriggeredWebJobAsync (webJobName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="webJobName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="webJobName"> Name of Web Job. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a triggered web job by its ID for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/triggeredwebjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetTriggeredWebJobSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource" /></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="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.WebSiteSlotResource.GetWebSiteSlotTriggeredWebJobs" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotTriggeredWebJobs () As WebSiteSlotTriggeredWebJobCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotTriggeredWebJobs : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobCollection&#xA;override this.GetWebSiteSlotTriggeredWebJobs : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobCollection" Usage="webSiteSlotResource.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 WebSiteSlot. </summary> <returns> An object representing collection of WebSiteSlotTriggeredWebJobResources and their operations over a WebSiteSlotTriggeredWebJobResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteSlotWebJob"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotWebJobResource&gt; GetWebSiteSlotWebJob (string webJobName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotWebJobResource&gt; GetWebSiteSlotWebJob(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotWebJob(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotWebJob (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteSlotWebJobResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotWebJob : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotWebJobResource&gt;&#xA;override this.GetWebSiteSlotWebJob : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotWebJobResource&gt;" Usage="webSiteSlotResource.GetWebSiteSlotWebJob (webJobName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotWebJobResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="webJobName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="webJobName"> Name of the web job. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get webjob information for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/webjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetWebJobSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotWebJobResource" /></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="GetWebSiteSlotWebJobAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotWebJobResource&gt;&gt; GetWebSiteSlotWebJobAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotWebJobResource&gt;&gt; GetWebSiteSlotWebJobAsync(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotWebJobAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotWebJobAsync (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteSlotWebJobResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotWebJobAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotWebJobResource&gt;&gt;&#xA;override this.GetWebSiteSlotWebJobAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotWebJobResource&gt;&gt;" Usage="webSiteSlotResource.GetWebSiteSlotWebJobAsync (webJobName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotWebJobResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="webJobName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="webJobName"> Name of the web job. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Get webjob information for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/webjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetWebJobSlot</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteSlotWebJobResource" /></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="GetWebSiteSlotWebJobs"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.AppService.WebSiteSlotWebJobCollection GetWebSiteSlotWebJobs ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteSlotWebJobCollection GetWebSiteSlotWebJobs() cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteSlotWebJobs" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteSlotWebJobs () As WebSiteSlotWebJobCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteSlotWebJobs : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotWebJobCollection&#xA;override this.GetWebSiteSlotWebJobs : unit -&gt; Azure.ResourceManager.AppService.WebSiteSlotWebJobCollection" Usage="webSiteSlotResource.GetWebSiteSlotWebJobs " /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteSlotWebJobCollection</ReturnType> </ReturnValue> <Parameters /> <Docs> <summary> Gets a collection of WebSiteSlotWebJobResources in the WebSiteSlot. </summary> <returns> An object representing collection of WebSiteSlotWebJobResources and their operations over a WebSiteSlotWebJobResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWebSiteTriggeredwebJob"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt; GetWebSiteTriggeredwebJob (string webJobName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt; GetWebSiteTriggeredwebJob(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteTriggeredwebJob(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteTriggeredwebJob (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteTriggeredwebJobResource)" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteTriggeredwebJob : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt;&#xA;override this.GetWebSiteTriggeredwebJob : string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt;" Usage="webSiteSlotResource.GetWebSiteTriggeredwebJob (webJobName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="webJobName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="webJobName"> Name of Web Job. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a triggered web job by its ID for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/triggeredwebjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetTriggeredWebJob</description></item></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="GetWebSiteTriggeredwebJobAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt;&gt; GetWebSiteTriggeredwebJobAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt;&gt; GetWebSiteTriggeredwebJobAsync(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWebSiteTriggeredwebJobAsync(System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteTriggeredwebJobAsync (webJobName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteTriggeredwebJobResource))" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteTriggeredwebJobAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt;&gt;&#xA;override this.GetWebSiteTriggeredwebJobAsync : string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt;&gt;" Usage="webSiteSlotResource.GetWebSiteTriggeredwebJobAsync (webJobName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="webJobName" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="webJobName"> Name of Web Job. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Gets a triggered web job by its ID for an app, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/triggeredwebjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetTriggeredWebJob</description></item></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="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.WebSiteSlotResource.GetWebSiteTriggeredwebJobs" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWebSiteTriggeredwebJobs () As WebSiteTriggeredwebJobCollection" /> <MemberSignature Language="F#" Value="abstract member GetWebSiteTriggeredwebJobs : unit -&gt; Azure.ResourceManager.AppService.WebSiteTriggeredwebJobCollection&#xA;override this.GetWebSiteTriggeredwebJobs : unit -&gt; Azure.ResourceManager.AppService.WebSiteTriggeredwebJobCollection" Usage="webSiteSlotResource.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 WebSiteSlot. </summary> <returns> An object representing collection of WebSiteTriggeredwebJobResources and their operations over a WebSiteTriggeredwebJobResource. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetWorkflowsConnectionsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt; GetWorkflowsConnectionsSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt; GetWorkflowsConnectionsSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWorkflowsConnectionsSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWorkflowsConnectionsSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of WorkflowEnvelopeData)" /> <MemberSignature Language="F#" Value="abstract member GetWorkflowsConnectionsSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt;&#xA;override this.GetWorkflowsConnectionsSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt;" Usage="webSiteSlotResource.GetWorkflowsConnectionsSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Lists logic app's connections for web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/listWorkflowsConnections</description></item><item><term>Operation Id</term><description>WebApps_ListWorkflowsConnectionsSlot</description></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> </Docs> </Member> <Member MemberName="GetWorkflowsConnectionsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt;&gt; GetWorkflowsConnectionsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt;&gt; GetWorkflowsConnectionsSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.GetWorkflowsConnectionsSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function GetWorkflowsConnectionsSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WorkflowEnvelopeData))" /> <MemberSignature Language="F#" Value="abstract member GetWorkflowsConnectionsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt;&gt;&#xA;override this.GetWorkflowsConnectionsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt;&gt;" Usage="webSiteSlotResource.GetWorkflowsConnectionsSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WorkflowEnvelopeData&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Lists logic app's connections for web site, or a deployment slot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/listWorkflowsConnections</description></item><item><term>Operation Id</term><description>WebApps_ListWorkflowsConnectionsSlot</description></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> </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.WebSiteSlotResource.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.WebSiteSlotResource.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="IsCloneableSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteCloneability&gt; IsCloneableSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteCloneability&gt; IsCloneableSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.IsCloneableSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function IsCloneableSlot (Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteCloneability)" /> <MemberSignature Language="F#" Value="abstract member IsCloneableSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteCloneability&gt;&#xA;override this.IsCloneableSlot : System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteCloneability&gt;" Usage="webSiteSlotResource.IsCloneableSlot cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteCloneability&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Shows whether an app can be cloned to another resource group or subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/iscloneable</description></item><item><term>Operation Id</term><description>WebApps_IsCloneableSlot</description></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> </Docs> </Member> <Member MemberName="IsCloneableSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteCloneability&gt;&gt; IsCloneableSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteCloneability&gt;&gt; IsCloneableSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.IsCloneableSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function IsCloneableSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteCloneability))" /> <MemberSignature Language="F#" Value="abstract member IsCloneableSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteCloneability&gt;&gt;&#xA;override this.IsCloneableSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteCloneability&gt;&gt;" Usage="webSiteSlotResource.IsCloneableSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteCloneability&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Shows whether an app can be cloned to another resource group or subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/iscloneable</description></item><item><term>Operation Id</term><description>WebApps_IsCloneableSlot</description></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> </Docs> </Member> <Member MemberName="ResetSlotConfigurationSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response ResetSlotConfigurationSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response ResetSlotConfigurationSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.ResetSlotConfigurationSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function ResetSlotConfigurationSlot (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member ResetSlotConfigurationSlot : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.ResetSlotConfigurationSlot : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteSlotResource.ResetSlotConfigurationSlot 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}/slots/{slot}/resetSlotConfig</description></item><item><term>Operation Id</term><description>WebApps_ResetSlotConfigurationSlot</description></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> </Docs> </Member> <Member MemberName="ResetSlotConfigurationSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; ResetSlotConfigurationSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; ResetSlotConfigurationSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.ResetSlotConfigurationSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function ResetSlotConfigurationSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member ResetSlotConfigurationSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.ResetSlotConfigurationSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteSlotResource.ResetSlotConfigurationSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Resets the configuration settings of the current slot if they were previously modified by calling the API with POST. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/resetSlotConfig</description></item><item><term>Operation Id</term><description>WebApps_ResetSlotConfigurationSlot</description></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> </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.WebSiteSlotResource.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.WebSiteSlotResource.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="RestartSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response RestartSlot (bool? softRestart = default, bool? synchronous = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response RestartSlot(valuetype System.Nullable`1&lt;bool&gt; softRestart, valuetype System.Nullable`1&lt;bool&gt; synchronous, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.RestartSlot(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RestartSlot (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 RestartSlot : Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.RestartSlot : Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteSlotResource.RestartSlot (softRestart, synchronous, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response</ReturnType> </ReturnValue> <Parameters> <Parameter Name="softRestart" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="synchronous" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="softRestart"> Specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app. </param> <param name="synchronous"> Specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous). </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Restarts an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/restart</description></item><item><term>Operation Id</term><description>WebApps_RestartSlot</description></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> </Docs> </Member> <Member MemberName="RestartSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; RestartSlotAsync (bool? softRestart = default, bool? synchronous = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; RestartSlotAsync(valuetype System.Nullable`1&lt;bool&gt; softRestart, valuetype System.Nullable`1&lt;bool&gt; synchronous, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.RestartSlotAsync(System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RestartSlotAsync (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 RestartSlotAsync : Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.RestartSlotAsync : Nullable&lt;bool&gt; * Nullable&lt;bool&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteSlotResource.RestartSlotAsync (softRestart, synchronous, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="softRestart" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="synchronous" Type="System.Nullable&lt;System.Boolean&gt;" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="softRestart"> Specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app. </param> <param name="synchronous"> Specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous). </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Restarts an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/restart</description></item><item><term>Operation Id</term><description>WebApps_RestartSlot</description></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> </Docs> </Member> <Member MemberName="RestoreFromBackupBlobSlot"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation RestoreFromBackupBlobSlot (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 RestoreFromBackupBlobSlot(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.WebSiteSlotResource.RestoreFromBackupBlobSlot(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.RestoreRequestInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RestoreFromBackupBlobSlot (waitUntil As WaitUntil, info As RestoreRequestInfo, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation" /> <MemberSignature Language="F#" Value="abstract member RestoreFromBackupBlobSlot : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&#xA;override this.RestoreFromBackupBlobSlot : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation" Usage="webSiteSlotResource.RestoreFromBackupBlobSlot (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}/slots/{slot}/restoreFromBackupBlob</description></item><item><term>Operation Id</term><description>WebApps_RestoreFromBackupBlobSlot</description></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="info" /> is null. </exception> </Docs> </Member> <Member MemberName="RestoreFromBackupBlobSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt; RestoreFromBackupBlobSlotAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.RestoreRequestInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation&gt; RestoreFromBackupBlobSlotAsync(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.WebSiteSlotResource.RestoreFromBackupBlobSlotAsync(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.RestoreRequestInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RestoreFromBackupBlobSlotAsync (waitUntil As WaitUntil, info As RestoreRequestInfo, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)" /> <MemberSignature Language="F#" Value="abstract member RestoreFromBackupBlobSlotAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;&#xA;override this.RestoreFromBackupBlobSlotAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;" Usage="webSiteSlotResource.RestoreFromBackupBlobSlotAsync (waitUntil, info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.RestoreRequestInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="info"> Information on restore request . </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Restores an app from a backup blob in Azure Storage. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/restoreFromBackupBlob</description></item><item><term>Operation Id</term><description>WebApps_RestoreFromBackupBlobSlot</description></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="info" /> is null. </exception> </Docs> </Member> <Member MemberName="RestoreFromDeletedAppSlot"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation RestoreFromDeletedAppSlot (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 RestoreFromDeletedAppSlot(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.WebSiteSlotResource.RestoreFromDeletedAppSlot(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RestoreFromDeletedAppSlot (waitUntil As WaitUntil, content As DeletedAppRestoreContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation" /> <MemberSignature Language="F#" Value="abstract member RestoreFromDeletedAppSlot : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&#xA;override this.RestoreFromDeletedAppSlot : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation" Usage="webSiteSlotResource.RestoreFromDeletedAppSlot (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}/slots/{slot}/restoreFromDeletedApp</description></item><item><term>Operation Id</term><description>WebApps_RestoreFromDeletedAppSlot</description></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="content" /> is null. </exception> </Docs> </Member> <Member MemberName="RestoreFromDeletedAppSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt; RestoreFromDeletedAppSlotAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent content, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation&gt; RestoreFromDeletedAppSlotAsync(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.WebSiteSlotResource.RestoreFromDeletedAppSlotAsync(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RestoreFromDeletedAppSlotAsync (waitUntil As WaitUntil, content As DeletedAppRestoreContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)" /> <MemberSignature Language="F#" Value="abstract member RestoreFromDeletedAppSlotAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;&#xA;override this.RestoreFromDeletedAppSlotAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;" Usage="webSiteSlotResource.RestoreFromDeletedAppSlotAsync (waitUntil, content, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="content"> Deleted web app restore information. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Restores a deleted web app to this web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/restoreFromDeletedApp</description></item><item><term>Operation Id</term><description>WebApps_RestoreFromDeletedAppSlot</description></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="content" /> is null. </exception> </Docs> </Member> <Member MemberName="RestoreSnapshotSlot"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation RestoreSnapshotSlot (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 RestoreSnapshotSlot(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.WebSiteSlotResource.RestoreSnapshotSlot(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RestoreSnapshotSlot (waitUntil As WaitUntil, restoreRequest As SnapshotRestoreRequest, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation" /> <MemberSignature Language="F#" Value="abstract member RestoreSnapshotSlot : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&#xA;override this.RestoreSnapshotSlot : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation" Usage="webSiteSlotResource.RestoreSnapshotSlot (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}/slots/{slot}/restoreSnapshot</description></item><item><term>Operation Id</term><description>WebApps_RestoreSnapshotSlot</description></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="restoreRequest" /> is null. </exception> </Docs> </Member> <Member MemberName="RestoreSnapshotSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt; RestoreSnapshotSlotAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest restoreRequest, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation&gt; RestoreSnapshotSlotAsync(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.WebSiteSlotResource.RestoreSnapshotSlotAsync(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function RestoreSnapshotSlotAsync (waitUntil As WaitUntil, restoreRequest As SnapshotRestoreRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)" /> <MemberSignature Language="F#" Value="abstract member RestoreSnapshotSlotAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;&#xA;override this.RestoreSnapshotSlotAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;" Usage="webSiteSlotResource.RestoreSnapshotSlotAsync (waitUntil, restoreRequest, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="restoreRequest" Type="Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="restoreRequest"> Snapshot restore settings. Snapshot information can be obtained by calling GetDeletedSites or GetSiteSnapshots API. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Restores a web app from a snapshot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/restoreSnapshot</description></item><item><term>Operation Id</term><description>WebApps_RestoreSnapshotSlot</description></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="restoreRequest" /> is null. </exception> </Docs> </Member> <Member MemberName="StartNetworkTraceSlot"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt; StartNetworkTraceSlot (Azure.WaitUntil waitUntil, int? durationInSeconds = default, int? maxFrameLength = default, string sasUrl = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation`1&lt;class System.Collections.Generic.IList`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt; StartNetworkTraceSlot(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1&lt;int32&gt; durationInSeconds, valuetype System.Nullable`1&lt;int32&gt; maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.StartNetworkTraceSlot(Azure.WaitUntil,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StartNetworkTraceSlot (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 StartNetworkTraceSlot : Azure.WaitUntil * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&#xA;override this.StartNetworkTraceSlot : Azure.WaitUntil * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;" Usage="webSiteSlotResource.StartNetworkTraceSlot (waitUntil, durationInSeconds, maxFrameLength, sasUrl, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="durationInSeconds" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="maxFrameLength" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="sasUrl" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="durationInSeconds"> The duration to keep capturing in seconds. </param> <param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param> <param name="sasUrl"> The Blob URL to store capture file. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Start capturing network packets for the site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/startNetworkTrace</description></item><item><term>Operation Id</term><description>WebApps_StartNetworkTraceSlot</description></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> </Docs> </Member> <Member MemberName="StartNetworkTraceSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt; StartNetworkTraceSlotAsync (Azure.WaitUntil waitUntil, int? durationInSeconds = default, int? maxFrameLength = default, string sasUrl = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation`1&lt;class System.Collections.Generic.IList`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt; StartNetworkTraceSlotAsync(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1&lt;int32&gt; durationInSeconds, valuetype System.Nullable`1&lt;int32&gt; maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.StartNetworkTraceSlotAsync(Azure.WaitUntil,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StartNetworkTraceSlotAsync (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 StartNetworkTraceSlotAsync : Azure.WaitUntil * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt;&#xA;override this.StartNetworkTraceSlotAsync : Azure.WaitUntil * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt;" Usage="webSiteSlotResource.StartNetworkTraceSlotAsync (waitUntil, durationInSeconds, maxFrameLength, sasUrl, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="durationInSeconds" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="maxFrameLength" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="sasUrl" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="durationInSeconds"> The duration to keep capturing in seconds. </param> <param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param> <param name="sasUrl"> The Blob URL to store capture file. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Start capturing network packets for the site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/startNetworkTrace</description></item><item><term>Operation Id</term><description>WebApps_StartNetworkTraceSlot</description></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> </Docs> </Member> <Member MemberName="StartSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response StartSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response StartSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.StartSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StartSlot (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member StartSlot : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.StartSlot : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteSlotResource.StartSlot 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}/slots/{slot}/start</description></item><item><term>Operation Id</term><description>WebApps_StartSlot</description></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> </Docs> </Member> <Member MemberName="StartSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; StartSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; StartSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.StartSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StartSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member StartSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.StartSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteSlotResource.StartSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Starts an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/start</description></item><item><term>Operation Id</term><description>WebApps_StartSlot</description></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> </Docs> </Member> <Member MemberName="StartWebSiteNetworkTraceOperationSlot"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt; StartWebSiteNetworkTraceOperationSlot (Azure.WaitUntil waitUntil, int? durationInSeconds = default, int? maxFrameLength = default, string sasUrl = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation`1&lt;class System.Collections.Generic.IList`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt; StartWebSiteNetworkTraceOperationSlot(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1&lt;int32&gt; durationInSeconds, valuetype System.Nullable`1&lt;int32&gt; maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.StartWebSiteNetworkTraceOperationSlot(Azure.WaitUntil,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StartWebSiteNetworkTraceOperationSlot (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 StartWebSiteNetworkTraceOperationSlot : Azure.WaitUntil * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&#xA;override this.StartWebSiteNetworkTraceOperationSlot : Azure.WaitUntil * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;" Usage="webSiteSlotResource.StartWebSiteNetworkTraceOperationSlot (waitUntil, durationInSeconds, maxFrameLength, sasUrl, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="durationInSeconds" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="maxFrameLength" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="sasUrl" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="durationInSeconds"> The duration to keep capturing in seconds. </param> <param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param> <param name="sasUrl"> The Blob URL to store capture file. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Start capturing network packets for the site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTrace/startOperation</description></item><item><term>Operation Id</term><description>WebApps_StartWebSiteNetworkTraceOperationSlot</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="StartWebSiteNetworkTraceOperationSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt; StartWebSiteNetworkTraceOperationSlotAsync (Azure.WaitUntil waitUntil, int? durationInSeconds = default, int? maxFrameLength = default, string sasUrl = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation`1&lt;class System.Collections.Generic.IList`1&lt;class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt; StartWebSiteNetworkTraceOperationSlotAsync(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1&lt;int32&gt; durationInSeconds, valuetype System.Nullable`1&lt;int32&gt; maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.StartWebSiteNetworkTraceOperationSlotAsync(Azure.WaitUntil,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StartWebSiteNetworkTraceOperationSlotAsync (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 StartWebSiteNetworkTraceOperationSlotAsync : Azure.WaitUntil * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt;&#xA;override this.StartWebSiteNetworkTraceOperationSlotAsync : Azure.WaitUntil * Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt;" Usage="webSiteSlotResource.StartWebSiteNetworkTraceOperationSlotAsync (waitUntil, durationInSeconds, maxFrameLength, sasUrl, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;System.Collections.Generic.IList&lt;Azure.ResourceManager.AppService.Models.WebAppNetworkTrace&gt;&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="durationInSeconds" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="maxFrameLength" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="sasUrl" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="durationInSeconds"> The duration to keep capturing in seconds. </param> <param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param> <param name="sasUrl"> The Blob URL to store capture file. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Start capturing network packets for the site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTrace/startOperation</description></item><item><term>Operation Id</term><description>WebApps_StartWebSiteNetworkTraceOperationSlot</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="StartWebSiteNetworkTraceSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;string&gt; StartWebSiteNetworkTraceSlot (int? durationInSeconds = default, int? maxFrameLength = default, string sasUrl = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;string&gt; StartWebSiteNetworkTraceSlot(valuetype System.Nullable`1&lt;int32&gt; durationInSeconds, valuetype System.Nullable`1&lt;int32&gt; maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.StartWebSiteNetworkTraceSlot(System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StartWebSiteNetworkTraceSlot (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 StartWebSiteNetworkTraceSlot : Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;string&gt;&#xA;override this.StartWebSiteNetworkTraceSlot : Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;string&gt;" Usage="webSiteSlotResource.StartWebSiteNetworkTraceSlot (durationInSeconds, maxFrameLength, sasUrl, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;System.String&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="durationInSeconds" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="maxFrameLength" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="sasUrl" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="durationInSeconds"> The duration to keep capturing in seconds. </param> <param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param> <param name="sasUrl"> The Blob URL to store capture file. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Start capturing network packets for the site (To be deprecated). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTrace/start</description></item><item><term>Operation Id</term><description>WebApps_StartWebSiteNetworkTraceSlot</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="StartWebSiteNetworkTraceSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;string&gt;&gt; StartWebSiteNetworkTraceSlotAsync (int? durationInSeconds = default, int? maxFrameLength = default, string sasUrl = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;string&gt;&gt; StartWebSiteNetworkTraceSlotAsync(valuetype System.Nullable`1&lt;int32&gt; durationInSeconds, valuetype System.Nullable`1&lt;int32&gt; maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.StartWebSiteNetworkTraceSlotAsync(System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StartWebSiteNetworkTraceSlotAsync (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 StartWebSiteNetworkTraceSlotAsync : Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;string&gt;&gt;&#xA;override this.StartWebSiteNetworkTraceSlotAsync : Nullable&lt;int&gt; * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;string&gt;&gt;" Usage="webSiteSlotResource.StartWebSiteNetworkTraceSlotAsync (durationInSeconds, maxFrameLength, sasUrl, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;System.String&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="durationInSeconds" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="maxFrameLength" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="sasUrl" Type="System.String" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="durationInSeconds"> The duration to keep capturing in seconds. </param> <param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param> <param name="sasUrl"> The Blob URL to store capture file. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Start capturing network packets for the site (To be deprecated). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTrace/start</description></item><item><term>Operation Id</term><description>WebApps_StartWebSiteNetworkTraceSlot</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="StopNetworkTraceSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response StopNetworkTraceSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response StopNetworkTraceSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.StopNetworkTraceSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StopNetworkTraceSlot (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member StopNetworkTraceSlot : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.StopNetworkTraceSlot : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteSlotResource.StopNetworkTraceSlot 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}/slots/{slot}/stopNetworkTrace</description></item><item><term>Operation Id</term><description>WebApps_StopNetworkTraceSlot</description></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> </Docs> </Member> <Member MemberName="StopNetworkTraceSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; StopNetworkTraceSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; StopNetworkTraceSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.StopNetworkTraceSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StopNetworkTraceSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member StopNetworkTraceSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.StopNetworkTraceSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteSlotResource.StopNetworkTraceSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Stop ongoing capturing network packets for the site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/stopNetworkTrace</description></item><item><term>Operation Id</term><description>WebApps_StopNetworkTraceSlot</description></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> </Docs> </Member> <Member MemberName="StopSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response StopSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response StopSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.StopSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StopSlot (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member StopSlot : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.StopSlot : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteSlotResource.StopSlot 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}/slots/{slot}/stop</description></item><item><term>Operation Id</term><description>WebApps_StopSlot</description></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> </Docs> </Member> <Member MemberName="StopSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; StopSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; StopSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.StopSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StopSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member StopSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.StopSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteSlotResource.StopSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Stops an app (or deployment slot, if specified). <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/stop</description></item><item><term>Operation Id</term><description>WebApps_StopSlot</description></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> </Docs> </Member> <Member MemberName="StopWebSiteNetworkTraceSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response StopWebSiteNetworkTraceSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response StopWebSiteNetworkTraceSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.StopWebSiteNetworkTraceSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StopWebSiteNetworkTraceSlot (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member StopWebSiteNetworkTraceSlot : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.StopWebSiteNetworkTraceSlot : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteSlotResource.StopWebSiteNetworkTraceSlot 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}/slots/{slot}/networkTrace/stop</description></item><item><term>Operation Id</term><description>WebApps_StopWebSiteNetworkTraceSlot</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="StopWebSiteNetworkTraceSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; StopWebSiteNetworkTraceSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; StopWebSiteNetworkTraceSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.StopWebSiteNetworkTraceSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function StopWebSiteNetworkTraceSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member StopWebSiteNetworkTraceSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.StopWebSiteNetworkTraceSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteSlotResource.StopWebSiteNetworkTraceSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Stop ongoing capturing network packets for the site. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/networkTrace/stop</description></item><item><term>Operation Id</term><description>WebApps_StopWebSiteNetworkTraceSlot</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="SwapSlot"> <MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation SwapSlot (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 SwapSlot(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.WebSiteSlotResource.SwapSlot(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.CsmSlotEntity,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function SwapSlot (waitUntil As WaitUntil, slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation" /> <MemberSignature Language="F#" Value="abstract member SwapSlot : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&#xA;override this.SwapSlot : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation" Usage="webSiteSlotResource.SwapSlot (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}/slots/{slot}/slotsswap</description></item><item><term>Operation Id</term><description>WebApps_SwapSlot</description></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="slotSwapEntity" /> is null. </exception> </Docs> </Member> <Member MemberName="SwapSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt; SwapSlotAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.AppService.Models.CsmSlotEntity slotSwapEntity, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation&gt; SwapSlotAsync(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.WebSiteSlotResource.SwapSlotAsync(Azure.WaitUntil,Azure.ResourceManager.AppService.Models.CsmSlotEntity,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function SwapSlotAsync (waitUntil As WaitUntil, slotSwapEntity As CsmSlotEntity, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation)" /> <MemberSignature Language="F#" Value="abstract member SwapSlotAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;&#xA;override this.SwapSlotAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;" Usage="webSiteSlotResource.SwapSlotAsync (waitUntil, slotSwapEntity, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="slotSwapEntity" Type="Azure.ResourceManager.AppService.Models.CsmSlotEntity" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="slotSwapEntity"> JSON object that contains the target slot name. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Swaps two deployment slots of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/slotsswap</description></item><item><term>Operation Id</term><description>WebApps_SwapSlot</description></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="slotSwapEntity" /> is null. </exception> </Docs> </Member> <Member MemberName="SyncFunctionsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response SyncFunctionsSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response SyncFunctionsSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.SyncFunctionsSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function SyncFunctionsSlot (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member SyncFunctionsSlot : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.SyncFunctionsSlot : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteSlotResource.SyncFunctionsSlot 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}/slots/{slot}/host/default/sync</description></item><item><term>Operation Id</term><description>WebApps_SyncFunctionsSlot</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="SyncFunctionsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; SyncFunctionsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; SyncFunctionsSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.SyncFunctionsSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function SyncFunctionsSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member SyncFunctionsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.SyncFunctionsSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteSlotResource.SyncFunctionsSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Syncs function trigger metadata to the management database <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/host/default/sync</description></item><item><term>Operation Id</term><description>WebApps_SyncFunctionsSlot</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="SyncFunctionTriggersSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response SyncFunctionTriggersSlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response SyncFunctionTriggersSlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.SyncFunctionTriggersSlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function SyncFunctionTriggersSlot (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member SyncFunctionTriggersSlot : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.SyncFunctionTriggersSlot : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteSlotResource.SyncFunctionTriggersSlot 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}/slots/{slot}/syncfunctiontriggers</description></item><item><term>Operation Id</term><description>WebApps_SyncFunctionTriggersSlot</description></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> </Docs> </Member> <Member MemberName="SyncFunctionTriggersSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; SyncFunctionTriggersSlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; SyncFunctionTriggersSlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.SyncFunctionTriggersSlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function SyncFunctionTriggersSlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member SyncFunctionTriggersSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.SyncFunctionTriggersSlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteSlotResource.SyncFunctionTriggersSlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Syncs function trigger metadata to the management database <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/syncfunctiontriggers</description></item><item><term>Operation Id</term><description>WebApps_SyncFunctionTriggersSlot</description></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> </Docs> </Member> <Member MemberName="SyncRepositorySlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response SyncRepositorySlot (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response SyncRepositorySlot(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.SyncRepositorySlot(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function SyncRepositorySlot (Optional cancellationToken As CancellationToken = Nothing) As Response" /> <MemberSignature Language="F#" Value="abstract member SyncRepositorySlot : System.Threading.CancellationToken -&gt; Azure.Response&#xA;override this.SyncRepositorySlot : System.Threading.CancellationToken -&gt; Azure.Response" Usage="webSiteSlotResource.SyncRepositorySlot 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}/slots/{slot}/sync</description></item><item><term>Operation Id</term><description>WebApps_SyncRepositorySlot</description></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> </Docs> </Member> <Member MemberName="SyncRepositorySlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&gt; SyncRepositorySlotAsync (System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response&gt; SyncRepositorySlotAsync(valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.SyncRepositorySlotAsync(System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function SyncRepositorySlotAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" /> <MemberSignature Language="F#" Value="abstract member SyncRepositorySlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;&#xA;override this.SyncRepositorySlotAsync : System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&gt;" Usage="webSiteSlotResource.SyncRepositorySlotAsync cancellationToken" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Sync web app repository. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/sync</description></item><item><term>Operation Id</term><description>WebApps_SyncRepositorySlot</description></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> </Docs> </Member> <Member MemberName="System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create"> <MemberSignature Language="C#" Value="Azure.ResourceManager.AppService.WebSiteData IJsonModel&lt;WebSiteData&gt;.Create (ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options);" /> <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteData System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create(valuetype System.Text.Json.Utf8JsonReader&amp; reader, class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.System#ClientModel#Primitives#IJsonModel&lt;Azure#ResourceManager#AppService#WebSiteData&gt;#Create(System.Text.Json.Utf8JsonReader@,System.ClientModel.Primitives.ModelReaderWriterOptions)" /> <MemberSignature Language="VB.NET" Value="Function Create (ByRef reader As Utf8JsonReader, options As ModelReaderWriterOptions) As WebSiteData Implements IJsonModel(Of WebSiteData).Create" /> <MemberSignature Language="F#" Value="abstract member System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create : Utf8JsonReader * System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; Azure.ResourceManager.AppService.WebSiteData&#xA;override this.System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create : Utf8JsonReader * System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; Azure.ResourceManager.AppService.WebSiteData" Usage="webSiteSlotResource.System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create (reader, options)" /> <MemberType>Method</MemberType> <Implements> <InterfaceMember>M:System.ClientModel.Primitives.IJsonModel`1.Create(System.Text.Json.Utf8JsonReader@,System.ClientModel.Primitives.ModelReaderWriterOptions)</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteData</ReturnType> </ReturnValue> <Parameters> <Parameter Name="reader" Type="System.Text.Json.Utf8JsonReader" RefType="ref" /> <Parameter Name="options" Type="System.ClientModel.Primitives.ModelReaderWriterOptions" /> </Parameters> <Docs> <param name="reader">The <see cref="T:System.Text.Json.Utf8JsonReader" /> to read.</param> <param name="options">The <see cref="T:System.ClientModel.Primitives.ModelReaderWriterOptions" /> to use.</param> <summary> Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. </summary> <returns>A <typeparamref name="T" /> representation of the JSON value.</returns> <remarks>To be added.</remarks> <exception cref="T:System.FormatException">If the model does not support the requested <see cref="P:System.ClientModel.Primitives.ModelReaderWriterOptions.Format" />.</exception> </Docs> </Member> <Member MemberName="System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write"> <MemberSignature Language="C#" Value="void IJsonModel&lt;WebSiteData&gt;.Write (System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options);" /> <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write(class System.Text.Json.Utf8JsonWriter writer, class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.System#ClientModel#Primitives#IJsonModel&lt;Azure#ResourceManager#AppService#WebSiteData&gt;#Write(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions)" /> <MemberSignature Language="VB.NET" Value="Sub Write (writer As Utf8JsonWriter, options As ModelReaderWriterOptions) Implements IJsonModel(Of WebSiteData).Write" /> <MemberSignature Language="F#" Value="abstract member System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write : System.Text.Json.Utf8JsonWriter * System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; unit&#xA;override this.System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write : System.Text.Json.Utf8JsonWriter * System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; unit" Usage="webSiteSlotResource.System.ClientModel.Primitives.IJsonModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write (writer, options)" /> <MemberType>Method</MemberType> <Implements> <InterfaceMember>M:System.ClientModel.Primitives.IJsonModel`1.Write(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions)</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="writer" Type="System.Text.Json.Utf8JsonWriter" /> <Parameter Name="options" Type="System.ClientModel.Primitives.ModelReaderWriterOptions" /> </Parameters> <Docs> <param name="writer">The <see cref="T:System.Text.Json.Utf8JsonWriter" /> to write into.</param> <param name="options">The <see cref="T:System.ClientModel.Primitives.ModelReaderWriterOptions" /> to use.</param> <summary> Writes the model to the provided <see cref="T:System.Text.Json.Utf8JsonWriter" />. </summary> <remarks>To be added.</remarks> <exception cref="T:System.FormatException">If the model does not support the requested <see cref="P:System.ClientModel.Primitives.ModelReaderWriterOptions.Format" />.</exception> </Docs> </Member> <Member MemberName="System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create"> <MemberSignature Language="C#" Value="Azure.ResourceManager.AppService.WebSiteData IPersistableModel&lt;WebSiteData&gt;.Create (BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options);" /> <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteData System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create(class System.BinaryData data, class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.System#ClientModel#Primitives#IPersistableModel&lt;Azure#ResourceManager#AppService#WebSiteData&gt;#Create(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions)" /> <MemberSignature Language="VB.NET" Value="Function Create (data As BinaryData, options As ModelReaderWriterOptions) As WebSiteData Implements IPersistableModel(Of WebSiteData).Create" /> <MemberSignature Language="F#" Value="abstract member System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create : BinaryData * System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; Azure.ResourceManager.AppService.WebSiteData&#xA;override this.System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create : BinaryData * System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; Azure.ResourceManager.AppService.WebSiteData" Usage="webSiteSlotResource.System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Create (data, options)" /> <MemberType>Method</MemberType> <Implements> <InterfaceMember>M:System.ClientModel.Primitives.IPersistableModel`1.Create(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions)</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.AppService.WebSiteData</ReturnType> </ReturnValue> <Parameters> <Parameter Name="data" Type="System.BinaryData" /> <Parameter Name="options" Type="System.ClientModel.Primitives.ModelReaderWriterOptions" /> </Parameters> <Docs> <param name="data">The <see cref="T:System.BinaryData" /> to parse.</param> <param name="options">The <see cref="T:System.ClientModel.Primitives.ModelReaderWriterOptions" /> to use.</param> <summary> Converts the provided <see cref="T:System.BinaryData" /> into a model. </summary> <returns>A <typeparamref name="T" /> representation of the data.</returns> <remarks>To be added.</remarks> <exception cref="T:System.FormatException">If the model does not support the requested <see cref="P:System.ClientModel.Primitives.ModelReaderWriterOptions.Format" />.</exception> </Docs> </Member> <Member MemberName="System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.GetFormatFromOptions"> <MemberSignature Language="C#" Value="string IPersistableModel&lt;WebSiteData&gt;.GetFormatFromOptions (System.ClientModel.Primitives.ModelReaderWriterOptions options);" /> <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance string System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.GetFormatFromOptions(class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.System#ClientModel#Primitives#IPersistableModel&lt;Azure#ResourceManager#AppService#WebSiteData&gt;#GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions)" /> <MemberSignature Language="VB.NET" Value="Function GetFormatFromOptions (options As ModelReaderWriterOptions) As String Implements IPersistableModel(Of WebSiteData).GetFormatFromOptions" /> <MemberSignature Language="F#" Value="abstract member System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.GetFormatFromOptions : System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; string&#xA;override this.System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.GetFormatFromOptions : System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; string" Usage="webSiteSlotResource.System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.GetFormatFromOptions options" /> <MemberType>Method</MemberType> <Implements> <InterfaceMember>M:System.ClientModel.Primitives.IPersistableModel`1.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions)</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Parameters> <Parameter Name="options" Type="System.ClientModel.Primitives.ModelReaderWriterOptions" /> </Parameters> <Docs> <param name="options">The <see cref="T:System.ClientModel.Primitives.ModelReaderWriterOptions" /> to consider when serializing and deserializing the model.</param> <summary> Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. </summary> <returns>The format that the model uses when communicating with the serivce.</returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write"> <MemberSignature Language="C#" Value="BinaryData IPersistableModel&lt;WebSiteData&gt;.Write (System.ClientModel.Primitives.ModelReaderWriterOptions options);" /> <MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class System.BinaryData System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write(class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.System#ClientModel#Primitives#IPersistableModel&lt;Azure#ResourceManager#AppService#WebSiteData&gt;#Write(System.ClientModel.Primitives.ModelReaderWriterOptions)" /> <MemberSignature Language="VB.NET" Value="Function Write (options As ModelReaderWriterOptions) As BinaryData Implements IPersistableModel(Of WebSiteData).Write" /> <MemberSignature Language="F#" Value="abstract member System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write : System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; BinaryData&#xA;override this.System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write : System.ClientModel.Primitives.ModelReaderWriterOptions -&gt; BinaryData" Usage="webSiteSlotResource.System.ClientModel.Primitives.IPersistableModel&lt;Azure.ResourceManager.AppService.WebSiteData&gt;.Write options" /> <MemberType>Method</MemberType> <Implements> <InterfaceMember>M:System.ClientModel.Primitives.IPersistableModel`1.Write(System.ClientModel.Primitives.ModelReaderWriterOptions)</InterfaceMember> </Implements> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.BinaryData</ReturnType> </ReturnValue> <Parameters> <Parameter Name="options" Type="System.ClientModel.Primitives.ModelReaderWriterOptions" /> </Parameters> <Docs> <param name="options">The <see cref="T:System.ClientModel.Primitives.ModelReaderWriterOptions" /> to use.</param> <summary> Writes the model into a <see cref="T:System.BinaryData" />. </summary> <returns>A binary representation of the written model.</returns> <remarks>To be added.</remarks> <exception cref="T:System.FormatException">If the model does not support the requested <see cref="P:System.ClientModel.Primitives.ModelReaderWriterOptions.Format" />.</exception> </Docs> </Member> <Member MemberName="Update"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt; Update (Azure.ResourceManager.AppService.Models.SitePatchInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotResource&gt; Update(class Azure.ResourceManager.AppService.Models.SitePatchInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.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 WebSiteSlotResource)" /> <MemberSignature Language="F#" Value="abstract member Update : Azure.ResourceManager.AppService.Models.SitePatchInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&#xA;override this.Update : Azure.ResourceManager.AppService.Models.SitePatchInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;" Usage="webSiteSlotResource.Update (info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.SitePatchInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="info"> A JSON representation of the app properties. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}</description></item><item><term>Operation Id</term><description>WebApps_UpdateSlot</description></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="info" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateApplicationSettingsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt; UpdateApplicationSettingsSlot (Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary appSettings, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt; UpdateApplicationSettingsSlot(class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary appSettings, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.UpdateApplicationSettingsSlot(Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateApplicationSettingsSlot (appSettings As AppServiceConfigurationDictionary, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceConfigurationDictionary)" /> <MemberSignature Language="F#" Value="abstract member UpdateApplicationSettingsSlot : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&#xA;override this.UpdateApplicationSettingsSlot : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;" Usage="webSiteSlotResource.UpdateApplicationSettingsSlot (appSettings, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="appSettings" Type="Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="appSettings"> Application settings of the app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Replaces the application settings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/appsettings</description></item><item><term>Operation Id</term><description>WebApps_UpdateApplicationSettingsSlot</description></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="appSettings" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateApplicationSettingsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt; UpdateApplicationSettingsSlotAsync (Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary appSettings, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt; UpdateApplicationSettingsSlotAsync(class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary appSettings, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.UpdateApplicationSettingsSlotAsync(Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateApplicationSettingsSlotAsync (appSettings As AppServiceConfigurationDictionary, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceConfigurationDictionary))" /> <MemberSignature Language="F#" Value="abstract member UpdateApplicationSettingsSlotAsync : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;&#xA;override this.UpdateApplicationSettingsSlotAsync : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;" Usage="webSiteSlotResource.UpdateApplicationSettingsSlotAsync (appSettings, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="appSettings" Type="Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="appSettings"> Application settings of the app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Replaces the application settings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/appsettings</description></item><item><term>Operation Id</term><description>WebApps_UpdateApplicationSettingsSlot</description></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="appSettings" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&gt; UpdateAsync (Azure.ResourceManager.AppService.Models.SitePatchInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&gt; UpdateAsync(class Azure.ResourceManager.AppService.Models.SitePatchInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.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 WebSiteSlotResource))" /> <MemberSignature Language="F#" Value="abstract member UpdateAsync : Azure.ResourceManager.AppService.Models.SitePatchInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&gt;&#xA;override this.UpdateAsync : Azure.ResourceManager.AppService.Models.SitePatchInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&gt;" Usage="webSiteSlotResource.UpdateAsync (info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.WebSiteSlotResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.SitePatchInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="info"> A JSON representation of the app properties. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Creates a new web, mobile, or API app in an existing resource group, or updates an existing app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}</description></item><item><term>Operation Id</term><description>WebApps_UpdateSlot</description></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="info" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateAuthSettingsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt; UpdateAuthSettingsSlot (Azure.ResourceManager.AppService.Models.SiteAuthSettings siteAuthSettings, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt; UpdateAuthSettingsSlot(class Azure.ResourceManager.AppService.Models.SiteAuthSettings siteAuthSettings, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.UpdateAuthSettingsSlot(Azure.ResourceManager.AppService.Models.SiteAuthSettings,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateAuthSettingsSlot (siteAuthSettings As SiteAuthSettings, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteAuthSettings)" /> <MemberSignature Language="F#" Value="abstract member UpdateAuthSettingsSlot : Azure.ResourceManager.AppService.Models.SiteAuthSettings * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&#xA;override this.UpdateAuthSettingsSlot : Azure.ResourceManager.AppService.Models.SiteAuthSettings * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;" Usage="webSiteSlotResource.UpdateAuthSettingsSlot (siteAuthSettings, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="siteAuthSettings" Type="Azure.ResourceManager.AppService.Models.SiteAuthSettings" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="siteAuthSettings"> Auth settings associated with web app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates the Authentication / Authorization settings associated with web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettings</description></item><item><term>Operation Id</term><description>WebApps_UpdateAuthSettingsSlot</description></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="siteAuthSettings" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateAuthSettingsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt; UpdateAuthSettingsSlotAsync (Azure.ResourceManager.AppService.Models.SiteAuthSettings siteAuthSettings, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt; UpdateAuthSettingsSlotAsync(class Azure.ResourceManager.AppService.Models.SiteAuthSettings siteAuthSettings, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.UpdateAuthSettingsSlotAsync(Azure.ResourceManager.AppService.Models.SiteAuthSettings,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateAuthSettingsSlotAsync (siteAuthSettings As SiteAuthSettings, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteAuthSettings))" /> <MemberSignature Language="F#" Value="abstract member UpdateAuthSettingsSlotAsync : Azure.ResourceManager.AppService.Models.SiteAuthSettings * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt;&#xA;override this.UpdateAuthSettingsSlotAsync : Azure.ResourceManager.AppService.Models.SiteAuthSettings * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt;" Usage="webSiteSlotResource.UpdateAuthSettingsSlotAsync (siteAuthSettings, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettings&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="siteAuthSettings" Type="Azure.ResourceManager.AppService.Models.SiteAuthSettings" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="siteAuthSettings"> Auth settings associated with web app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates the Authentication / Authorization settings associated with web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettings</description></item><item><term>Operation Id</term><description>WebApps_UpdateAuthSettingsSlot</description></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="siteAuthSettings" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateAuthSettingsV2Slot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt; UpdateAuthSettingsV2Slot (Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 siteAuthSettingsV2, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt; UpdateAuthSettingsV2Slot(class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 siteAuthSettingsV2, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.UpdateAuthSettingsV2Slot(Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateAuthSettingsV2Slot (siteAuthSettingsV2 As SiteAuthSettingsV2, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SiteAuthSettingsV2)" /> <MemberSignature Language="F#" Value="abstract member UpdateAuthSettingsV2Slot : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&#xA;override this.UpdateAuthSettingsV2Slot : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;" Usage="webSiteSlotResource.UpdateAuthSettingsV2Slot (siteAuthSettingsV2, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="siteAuthSettingsV2" Type="Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="siteAuthSettingsV2"> Auth settings associated with web app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates site's Authentication / Authorization settings for apps via the V2 format <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettingsV2</description></item><item><term>Operation Id</term><description>WebApps_UpdateAuthSettingsV2Slot</description></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="siteAuthSettingsV2" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateAuthSettingsV2SlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt; UpdateAuthSettingsV2SlotAsync (Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 siteAuthSettingsV2, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt; UpdateAuthSettingsV2SlotAsync(class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 siteAuthSettingsV2, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.UpdateAuthSettingsV2SlotAsync(Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateAuthSettingsV2SlotAsync (siteAuthSettingsV2 As SiteAuthSettingsV2, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SiteAuthSettingsV2))" /> <MemberSignature Language="F#" Value="abstract member UpdateAuthSettingsV2SlotAsync : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;&#xA;override this.UpdateAuthSettingsV2SlotAsync : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;" Usage="webSiteSlotResource.UpdateAuthSettingsV2SlotAsync (siteAuthSettingsV2, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="siteAuthSettingsV2" Type="Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="siteAuthSettingsV2"> Auth settings associated with web app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates site's Authentication / Authorization settings for apps via the V2 format <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/authsettingsV2</description></item><item><term>Operation Id</term><description>WebApps_UpdateAuthSettingsV2Slot</description></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="siteAuthSettingsV2" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateAzureStorageAccountsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt; UpdateAzureStorageAccountsSlot (Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary azureStorageAccounts, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt; UpdateAzureStorageAccountsSlot(class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary azureStorageAccounts, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.UpdateAzureStorageAccountsSlot(Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateAzureStorageAccountsSlot (azureStorageAccounts As AzureStoragePropertyDictionary, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AzureStoragePropertyDictionary)" /> <MemberSignature Language="F#" Value="abstract member UpdateAzureStorageAccountsSlot : Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&#xA;override this.UpdateAzureStorageAccountsSlot : Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;" Usage="webSiteSlotResource.UpdateAzureStorageAccountsSlot (azureStorageAccounts, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="azureStorageAccounts" Type="Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="azureStorageAccounts"> Azure storage accounts of the app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates the Azure storage account configurations of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/azurestorageaccounts</description></item><item><term>Operation Id</term><description>WebApps_UpdateAzureStorageAccountsSlot</description></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="azureStorageAccounts" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateAzureStorageAccountsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt; UpdateAzureStorageAccountsSlotAsync (Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary azureStorageAccounts, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt; UpdateAzureStorageAccountsSlotAsync(class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary azureStorageAccounts, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.UpdateAzureStorageAccountsSlotAsync(Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateAzureStorageAccountsSlotAsync (azureStorageAccounts As AzureStoragePropertyDictionary, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AzureStoragePropertyDictionary))" /> <MemberSignature Language="F#" Value="abstract member UpdateAzureStorageAccountsSlotAsync : Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt;&#xA;override this.UpdateAzureStorageAccountsSlotAsync : Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt;" Usage="webSiteSlotResource.UpdateAzureStorageAccountsSlotAsync (azureStorageAccounts, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="azureStorageAccounts" Type="Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="azureStorageAccounts"> Azure storage accounts of the app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates the Azure storage account configurations of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/azurestorageaccounts</description></item><item><term>Operation Id</term><description>WebApps_UpdateAzureStorageAccountsSlot</description></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="azureStorageAccounts" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateBackupConfigurationSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt; UpdateBackupConfigurationSlot (Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt; UpdateBackupConfigurationSlot(class Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.UpdateBackupConfigurationSlot(Azure.ResourceManager.AppService.Models.WebAppBackupInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateBackupConfigurationSlot (info As WebAppBackupInfo, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebAppBackupInfo)" /> <MemberSignature Language="F#" Value="abstract member UpdateBackupConfigurationSlot : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&#xA;override this.UpdateBackupConfigurationSlot : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;" Usage="webSiteSlotResource.UpdateBackupConfigurationSlot (info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppBackupInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="info"> Edited backup configuration. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates the backup configuration of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/backup</description></item><item><term>Operation Id</term><description>WebApps_UpdateBackupConfigurationSlot</description></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="info" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateBackupConfigurationSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt; UpdateBackupConfigurationSlotAsync (Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt; UpdateBackupConfigurationSlotAsync(class Azure.ResourceManager.AppService.Models.WebAppBackupInfo info, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.UpdateBackupConfigurationSlotAsync(Azure.ResourceManager.AppService.Models.WebAppBackupInfo,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateBackupConfigurationSlotAsync (info As WebAppBackupInfo, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebAppBackupInfo))" /> <MemberSignature Language="F#" Value="abstract member UpdateBackupConfigurationSlotAsync : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt;&#xA;override this.UpdateBackupConfigurationSlotAsync : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt;" Usage="webSiteSlotResource.UpdateBackupConfigurationSlotAsync (info, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppBackupInfo&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppBackupInfo" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="info"> Edited backup configuration. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates the backup configuration of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/backup</description></item><item><term>Operation Id</term><description>WebApps_UpdateBackupConfigurationSlot</description></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="info" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateConnectionStringsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt; UpdateConnectionStringsSlot (Azure.ResourceManager.AppService.Models.ConnectionStringDictionary connectionStrings, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt; UpdateConnectionStringsSlot(class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary connectionStrings, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.UpdateConnectionStringsSlot(Azure.ResourceManager.AppService.Models.ConnectionStringDictionary,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateConnectionStringsSlot (connectionStrings As ConnectionStringDictionary, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ConnectionStringDictionary)" /> <MemberSignature Language="F#" Value="abstract member UpdateConnectionStringsSlot : Azure.ResourceManager.AppService.Models.ConnectionStringDictionary * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&#xA;override this.UpdateConnectionStringsSlot : Azure.ResourceManager.AppService.Models.ConnectionStringDictionary * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;" Usage="webSiteSlotResource.UpdateConnectionStringsSlot (connectionStrings, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="connectionStrings" Type="Azure.ResourceManager.AppService.Models.ConnectionStringDictionary" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="connectionStrings"> Connection strings of the app or deployment slot. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Replaces the connection strings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/connectionstrings</description></item><item><term>Operation Id</term><description>WebApps_UpdateConnectionStringsSlot</description></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="connectionStrings" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateConnectionStringsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt; UpdateConnectionStringsSlotAsync (Azure.ResourceManager.AppService.Models.ConnectionStringDictionary connectionStrings, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt; UpdateConnectionStringsSlotAsync(class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary connectionStrings, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.UpdateConnectionStringsSlotAsync(Azure.ResourceManager.AppService.Models.ConnectionStringDictionary,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateConnectionStringsSlotAsync (connectionStrings As ConnectionStringDictionary, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ConnectionStringDictionary))" /> <MemberSignature Language="F#" Value="abstract member UpdateConnectionStringsSlotAsync : Azure.ResourceManager.AppService.Models.ConnectionStringDictionary * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt;&#xA;override this.UpdateConnectionStringsSlotAsync : Azure.ResourceManager.AppService.Models.ConnectionStringDictionary * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt;" Usage="webSiteSlotResource.UpdateConnectionStringsSlotAsync (connectionStrings, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.ConnectionStringDictionary&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="connectionStrings" Type="Azure.ResourceManager.AppService.Models.ConnectionStringDictionary" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="connectionStrings"> Connection strings of the app or deployment slot. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Replaces the connection strings of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/connectionstrings</description></item><item><term>Operation Id</term><description>WebApps_UpdateConnectionStringsSlot</description></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="connectionStrings" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateMetadataSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt; UpdateMetadataSlot (Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary metadata, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt; UpdateMetadataSlot(class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary metadata, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.UpdateMetadataSlot(Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateMetadataSlot (metadata As AppServiceConfigurationDictionary, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceConfigurationDictionary)" /> <MemberSignature Language="F#" Value="abstract member UpdateMetadataSlot : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&#xA;override this.UpdateMetadataSlot : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;" Usage="webSiteSlotResource.UpdateMetadataSlot (metadata, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="metadata" Type="Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="metadata"> Edited metadata of the app or deployment slot. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Replaces the metadata of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/metadata</description></item><item><term>Operation Id</term><description>WebApps_UpdateMetadataSlot</description></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="metadata" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateMetadataSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt; UpdateMetadataSlotAsync (Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary metadata, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt; UpdateMetadataSlotAsync(class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary metadata, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.UpdateMetadataSlotAsync(Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateMetadataSlotAsync (metadata As AppServiceConfigurationDictionary, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceConfigurationDictionary))" /> <MemberSignature Language="F#" Value="abstract member UpdateMetadataSlotAsync : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;&#xA;override this.UpdateMetadataSlotAsync : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;" Usage="webSiteSlotResource.UpdateMetadataSlotAsync (metadata, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="metadata" Type="Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="metadata"> Edited metadata of the app or deployment slot. See example. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Replaces the metadata of an app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/metadata</description></item><item><term>Operation Id</term><description>WebApps_UpdateMetadataSlot</description></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="metadata" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateSitePushSettingsSlot"> <MemberSignature Language="C#" Value="public virtual Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt; UpdateSitePushSettingsSlot (Azure.ResourceManager.AppService.Models.WebAppPushSettings pushSettings, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt; UpdateSitePushSettingsSlot(class Azure.ResourceManager.AppService.Models.WebAppPushSettings pushSettings, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.UpdateSitePushSettingsSlot(Azure.ResourceManager.AppService.Models.WebAppPushSettings,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateSitePushSettingsSlot (pushSettings As WebAppPushSettings, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebAppPushSettings)" /> <MemberSignature Language="F#" Value="abstract member UpdateSitePushSettingsSlot : Azure.ResourceManager.AppService.Models.WebAppPushSettings * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&#xA;override this.UpdateSitePushSettingsSlot : Azure.ResourceManager.AppService.Models.WebAppPushSettings * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;" Usage="webSiteSlotResource.UpdateSitePushSettingsSlot (pushSettings, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="pushSettings" Type="Azure.ResourceManager.AppService.Models.WebAppPushSettings" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="pushSettings"> Push settings associated with web app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates the Push settings associated with web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/pushsettings</description></item><item><term>Operation Id</term><description>WebApps_UpdateSitePushSettingsSlot</description></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="pushSettings" /> is null. </exception> </Docs> </Member> <Member MemberName="UpdateSitePushSettingsSlotAsync"> <MemberSignature Language="C#" Value="public virtual System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt; UpdateSitePushSettingsSlotAsync (Azure.ResourceManager.AppService.Models.WebAppPushSettings pushSettings, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt; UpdateSitePushSettingsSlotAsync(class Azure.ResourceManager.AppService.Models.WebAppPushSettings pushSettings, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.UpdateSitePushSettingsSlotAsync(Azure.ResourceManager.AppService.Models.WebAppPushSettings,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="Public Overridable Function UpdateSitePushSettingsSlotAsync (pushSettings As WebAppPushSettings, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebAppPushSettings))" /> <MemberSignature Language="F#" Value="abstract member UpdateSitePushSettingsSlotAsync : Azure.ResourceManager.AppService.Models.WebAppPushSettings * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt;&#xA;override this.UpdateSitePushSettingsSlotAsync : Azure.ResourceManager.AppService.Models.WebAppPushSettings * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt;" Usage="webSiteSlotResource.UpdateSitePushSettingsSlotAsync (pushSettings, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.AppService</AssemblyName> <AssemblyVersion>1.3.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.AppService.Models.WebAppPushSettings&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="pushSettings" Type="Azure.ResourceManager.AppService.Models.WebAppPushSettings" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" /> </Parameters> <Docs> <param name="pushSettings"> Push settings associated with web app. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Description for Updates the Push settings associated with web app. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/config/pushsettings</description></item><item><term>Operation Id</term><description>WebApps_UpdateSitePushSettingsSlot</description></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="pushSettings" /> is null. </exception> </Docs> </Member> </Members> </Type>