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<Azure.ResourceManager.AppService.WebSiteData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit WebSiteSlotResource extends Azure.ResourceManager.ArmResource implements class System.ClientModel.Primitives.IJsonModel`1<class Azure.ResourceManager.AppService.WebSiteData>, class System.ClientModel.Primitives.IPersistableModel`1<class Azure.ResourceManager.AppService.WebSiteData>" />
<TypeSignature Language="DocId" Value="T:Azure.ResourceManager.AppService.WebSiteSlotResource" />
<TypeSignature Language="VB.NET" Value="Public Class WebSiteSlotResource
Inherits ArmResource
Implements IJsonModel(Of WebSiteData), IPersistableModel(Of WebSiteData)" />
<TypeSignature Language="F#" Value="type WebSiteSlotResource = class
 inherit ArmResource
 interface IJsonModel<WebSiteData>
 interface IPersistableModel<WebSiteData>" />
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>1.0.1.0</AssemblyVersion>
<AssemblyVersion>1.0.2.0</AssemblyVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Azure.ResourceManager.ArmResource</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData></InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData></InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.ClientModel.Primitives.IPersistableModel<T></InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>
A Class representing a 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<Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult> AnalyzeCustomHostnameSlot (string hostName = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult>
override this.AnalyzeCustomHostnameSlot : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult>" 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<Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="hostName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="hostName"> Custom hostname. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Analyze a custom hostname.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult>>
override this.AnalyzeCustomHostnameSlotAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.CustomHostnameAnalysisResult>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="hostName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="hostName"> Custom hostname. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Analyze a custom hostname.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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 -> Azure.Response
override this.ApplySlotConfigurationSlot : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> 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<Azure.Response> 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<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.ApplySlotConfigurationSlotAsync : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="BackupSlot">
<MemberSignature Language="C#" Value="public virtual Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData> 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<class Azure.ResourceManager.AppService.WebAppBackupData> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData>
override this.BackupSlot : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData>" 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<Azure.ResourceManager.AppService.WebAppBackupData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppBackupInfo" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="info"> Backup configuration. You can use the JSON response from the POST action as input here. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Creates a backup of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.WebAppBackupData>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData>>
override this.BackupSlotAsync : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebAppBackupData>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppBackupInfo" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="info"> Backup configuration. You can use the JSON response from the POST action as input here. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Creates a backup of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.WebAppKeyInfo> 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<class Azure.ResourceManager.AppService.Models.WebAppKeyInfo> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>
override this.CreateOrUpdateHostSecretSlot : string * string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>" 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<Azure.ResourceManager.AppService.Models.WebAppKeyInfo></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="keyType" Type="System.String" />
<Parameter Name="keyName" Type="System.String" />
<Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppKeyInfo" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="keyType"> The type of host key. </param>
<param name="keyName"> The name of the key. </param>
<param name="info"> The key to create or update. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Add or update a host level secret.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.WebAppKeyInfo>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>>
override this.CreateOrUpdateHostSecretSlotAsync : string * string * Azure.ResourceManager.AppService.Models.WebAppKeyInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppKeyInfo>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="keyType" Type="System.String" />
<Parameter Name="keyName" Type="System.String" />
<Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppKeyInfo" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="keyType"> The type of host key. </param>
<param name="keyName"> The name of the key. </param>
<param name="info"> The key to create or update. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Add or update a host level secret.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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 -> 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<bool> deleteMetrics, valuetype System.Nullable`1<bool> 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<bool> * Nullable<bool> * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation
override this.Delete : Azure.WaitUntil * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation" Usage="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<System.Boolean>" />
<Parameter Name="deleteEmptyServerFarm" Type="System.Nullable<System.Boolean>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="waitUntil">
<see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param>
<param name="deleteMetrics"> If true, web app metrics are also deleted. </param>
<param name="deleteEmptyServerFarm"> Specify false if you want to keep empty App Service plan. By default, empty App Service plan is deleted. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Deletes a web, mobile, or API app, or one of the deployment slots.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.ArmOperation> DeleteAsync (Azure.WaitUntil waitUntil, bool? deleteMetrics = default, bool? deleteEmptyServerFarm = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.ResourceManager.ArmOperation> DeleteAsync(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1<bool> deleteMetrics, valuetype System.Nullable`1<bool> deleteEmptyServerFarm, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.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<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.DeleteAsync : Azure.WaitUntil * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>" Usage="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<Azure.ResourceManager.ArmOperation></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="deleteMetrics" Type="System.Nullable<System.Boolean>" />
<Parameter Name="deleteEmptyServerFarm" Type="System.Nullable<System.Boolean>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="waitUntil">
<see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param>
<param name="deleteMetrics"> If true, web app metrics are also deleted. </param>
<param name="deleteEmptyServerFarm"> Specify false if you want to keep empty App Service plan. By default, empty App Service plan is deleted. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Deletes a web, mobile, or API app, or one of the deployment slots.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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 -> Azure.Response
override this.DeleteBackupConfigurationSlot : System.Threading.CancellationToken -> 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<Azure.Response> DeleteBackupConfigurationSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteBackupConfigurationSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.Response
override this.DeleteHostSecretSlot : string * string * System.Threading.CancellationToken -> 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<Azure.Response> 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<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteHostSecretSlotAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.Response
override this.DeployWorkflowArtifactsSlot : Azure.ResourceManager.AppService.Models.WorkflowArtifacts * System.Threading.CancellationToken -> 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<Azure.Response> 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<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.DeployWorkflowArtifactsSlotAsync : Azure.ResourceManager.AppService.Models.WorkflowArtifacts * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="DiscoverBackupSlot">
<MemberSignature Language="C#" Value="public virtual Azure.Response<Azure.ResourceManager.AppService.Models.RestoreRequestInfo> 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<class Azure.ResourceManager.AppService.Models.RestoreRequestInfo> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.RestoreRequestInfo>
override this.DiscoverBackupSlot : Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.RestoreRequestInfo>" 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<Azure.ResourceManager.AppService.Models.RestoreRequestInfo></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.RestoreRequestInfo" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="info"> A RestoreRequest object that includes Azure storage URL and blog name for discovery of backup. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Discovers an existing app backup that can be restored from a blob in Azure storage. Use this to get information about the databases stored in a backup.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.RestoreRequestInfo>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.RestoreRequestInfo>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.RestoreRequestInfo>>
override this.DiscoverBackupSlotAsync : Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.RestoreRequestInfo>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.RestoreRequestInfo>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.RestoreRequestInfo" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="info"> A RestoreRequest object that includes Azure storage URL and blog name for discovery of backup. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Discovers an existing app backup that can be restored from a blob in Azure storage. Use this to get information about the databases stored in a backup.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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 -> Azure.Response
override this.GenerateNewSitePublishingPasswordSlot : System.Threading.CancellationToken -> 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<Azure.Response> GenerateNewSitePublishingPasswordSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.GenerateNewSitePublishingPasswordSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="Get">
<MemberSignature Language="C#" Value="public virtual Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource> Get (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>" Usage="webSiteSlotResource.Get cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource></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<Azure.ResourceManager.AppService.SiteConfigData> GetAllConfigurationSlotData (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.SiteConfigData> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.SiteConfigData>
override this.GetAllConfigurationSlotData : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.SiteConfigData>" Usage="webSiteSlotResource.GetAllConfigurationSlotData cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.SiteConfigData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for List the configurations of an app
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.SiteConfigData> GetAllConfigurationSlotDataAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.SiteConfigData> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteConfigData>
override this.GetAllConfigurationSlotDataAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteConfigData>" Usage="webSiteSlotResource.GetAllConfigurationSlotDataAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.SiteConfigData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for List the configurations of an app
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.HybridConnectionData> GetAllHybridConnectionSlotData (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.HybridConnectionData> 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 -> Azure.Response<Azure.ResourceManager.AppService.HybridConnectionData>
override this.GetAllHybridConnectionSlotData : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.HybridConnectionData>" 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#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetHybridConnectionsSlot` instead", false)]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetHybridConnectionsSlot` instead", false)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.HybridConnectionData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Retrieves all Service Bus Hybrid Connections used by this Web App.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.HybridConnectionData>> GetAllHybridConnectionSlotDataAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.HybridConnectionData>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.HybridConnectionData>>
override this.GetAllHybridConnectionSlotDataAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.HybridConnectionData>>" 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#">[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetHybridConnectionsSlotAsync` instead", false)]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("This method is obsolete and will be removed in a future release, please use `GetHybridConnectionsSlotAsync` instead", false)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.HybridConnectionData>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Retrieves all Service Bus Hybrid Connections used by this Web App.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.PremierAddOnData> GetAllPremierAddOnSlotData (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.PremierAddOnData> 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 -> Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData>
override this.GetAllPremierAddOnSlotData : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData>" Usage="webSiteSlotResource.GetAllPremierAddOnSlotData cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the premier add-ons of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData>> GetAllPremierAddOnSlotDataAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.PremierAddOnData>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData>>
override this.GetAllPremierAddOnSlotDataAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData>>" 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<Azure.Response<Azure.ResourceManager.AppService.PremierAddOnData>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the premier add-ons of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.RelayServiceConnectionEntityData> GetAllRelayServiceConnectionSlotData (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.RelayServiceConnectionEntityData> 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 -> Azure.Response<Azure.ResourceManager.AppService.RelayServiceConnectionEntityData>
override this.GetAllRelayServiceConnectionSlotData : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.RelayServiceConnectionEntityData>" Usage="webSiteSlotResource.GetAllRelayServiceConnectionSlotData cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.RelayServiceConnectionEntityData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets hybrid connections configured for an app (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.RelayServiceConnectionEntityData>> GetAllRelayServiceConnectionSlotDataAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.RelayServiceConnectionEntityData>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.RelayServiceConnectionEntityData>>
override this.GetAllRelayServiceConnectionSlotDataAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.RelayServiceConnectionEntityData>>" 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<Azure.Response<Azure.ResourceManager.AppService.RelayServiceConnectionEntityData>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets hybrid connections configured for an app (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.WebAppBackupData> GetAllSiteBackupSlotData (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.WebAppBackupData> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.WebAppBackupData>
override this.GetAllSiteBackupSlotData : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.WebAppBackupData>" Usage="webSiteSlotResource.GetAllSiteBackupSlotData cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.WebAppBackupData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets existing backups of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.WebAppBackupData> GetAllSiteBackupSlotDataAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.WebAppBackupData> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.WebAppBackupData>
override this.GetAllSiteBackupSlotDataAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.WebAppBackupData>" Usage="webSiteSlotResource.GetAllSiteBackupSlotDataAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.WebAppBackupData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets existing backups of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> GetApplicationSettingsSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>
override this.GetApplicationSettingsSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>" Usage="webSiteSlotResource.GetApplicationSettingsSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the application settings of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> GetApplicationSettingsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>
override this.GetApplicationSettingsSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the application settings of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>> GetAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>></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<Azure.ResourceManager.AppService.Models.SiteAuthSettings> GetAuthSettingsSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteAuthSettings> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>
override this.GetAuthSettingsSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>" Usage="webSiteSlotResource.GetAuthSettingsSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the Authentication/Authorization settings of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>> GetAuthSettingsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteAuthSettings>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>>
override this.GetAuthSettingsSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the Authentication/Authorization settings of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2> GetAuthSettingsV2Slot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>
override this.GetAuthSettingsV2Slot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>" Usage="webSiteSlotResource.GetAuthSettingsV2Slot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets site's Authentication / Authorization settings for apps via the V2 format
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>> GetAuthSettingsV2SlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>>
override this.GetAuthSettingsV2SlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets site's Authentication / Authorization settings for apps via the V2 format
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2> GetAuthSettingsV2WithoutSecretsSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>
override this.GetAuthSettingsV2WithoutSecretsSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>" Usage="webSiteSlotResource.GetAuthSettingsV2WithoutSecretsSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>> GetAuthSettingsV2WithoutSecretsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>>
override this.GetAuthSettingsV2WithoutSecretsSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
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<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary> GetAzureStorageAccountsSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>
override this.GetAzureStorageAccountsSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>" Usage="webSiteSlotResource.GetAzureStorageAccountsSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the Azure storage account configurations of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>> GetAzureStorageAccountsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>>
override this.GetAzureStorageAccountsSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the Azure storage account configurations of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.WebAppBackupInfo> GetBackupConfigurationSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.WebAppBackupInfo> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>
override this.GetBackupConfigurationSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>" Usage="webSiteSlotResource.GetBackupConfigurationSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the backup configuration of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>> GetBackupConfigurationSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.WebAppBackupInfo>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>>
override this.GetBackupConfigurationSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the backup configuration of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary> GetConnectionStringsSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>
override this.GetConnectionStringsSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>" Usage="webSiteSlotResource.GetConnectionStringsSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the connection strings of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>> GetConnectionStringsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>>
override this.GetConnectionStringsSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the connection strings of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<System.IO.Stream> GetContainerLogsZipSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class System.IO.Stream> 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 -> Azure.Response<System.IO.Stream>
override this.GetContainerLogsZipSlot : System.Threading.CancellationToken -> Azure.Response<System.IO.Stream>" Usage="webSiteSlotResource.GetContainerLogsZipSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<System.IO.Stream></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the ZIP archived docker log files for the given site
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<System.IO.Stream>> GetContainerLogsZipSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class System.IO.Stream>> 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 -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
override this.GetContainerLogsZipSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>" 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<Azure.Response<System.IO.Stream>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the ZIP archived docker log files for the given site
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<string> GetFunctionsAdminTokenSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<string> 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 -> Azure.Response<string>
override this.GetFunctionsAdminTokenSlot : System.Threading.CancellationToken -> Azure.Response<string>" Usage="webSiteSlotResource.GetFunctionsAdminTokenSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Fetch a short lived token that can be exchanged for a master key.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<string>> GetFunctionsAdminTokenSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<string>> 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 -> System.Threading.Tasks.Task<Azure.Response<string>>
override this.GetFunctionsAdminTokenSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>" 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<Azure.Response<System.String>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Fetch a short lived token that can be exchanged for a master key.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys> GetHostKeysSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.FunctionAppHostKeys> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>
override this.GetHostKeysSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>" Usage="webSiteSlotResource.GetHostKeysSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get host secrets for a function app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>> GetHostKeysSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>>
override this.GetHostKeysSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionAppHostKeys>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get host secrets for a function app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.HybridConnectionData> GetHybridConnectionsSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.HybridConnectionData> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.HybridConnectionData>
override this.GetHybridConnectionsSlot : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.HybridConnectionData>" Usage="webSiteSlotResource.GetHybridConnectionsSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.HybridConnectionData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Retrieves all Service Bus Hybrid Connections used by this Web App.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.HybridConnectionData> GetHybridConnectionsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.HybridConnectionData> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.HybridConnectionData>
override this.GetHybridConnectionsSlotAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.HybridConnectionData>" Usage="webSiteSlotResource.GetHybridConnectionsSlotAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.HybridConnectionData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Retrieves all Service Bus Hybrid Connections used by this Web App.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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 -> Azure.ResourceManager.AppService.LogsSiteSlotConfigResource
override this.GetLogsSiteSlotConfig : unit -> 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<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> GetMetadataSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>
override this.GetMetadataSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>" Usage="webSiteSlotResource.GetMetadataSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the metadata of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> GetMetadataSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>
override this.GetMetadataSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the metadata of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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 -> Azure.ResourceManager.AppService.MigrateMySqlStatusResource
override this.GetMigrateMySqlStatus : unit -> 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<Azure.ResourceManager.AppService.NetworkFeatureResource> GetNetworkFeature (string view, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.NetworkFeatureResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>
override this.GetNetworkFeature : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>" 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<Azure.ResourceManager.AppService.NetworkFeatureResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="view" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="view"> The type of view. Only "summary" is supported at this time. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets all network features used by the app (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>> GetNetworkFeatureAsync (string view, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.NetworkFeatureResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>>
override this.GetNetworkFeatureAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.NetworkFeatureResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="view" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="view"> The type of view. Only "summary" is supported at this time. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets all network features used by the app (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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 -> Azure.ResourceManager.AppService.NetworkFeatureCollection
override this.GetNetworkFeatures : unit -> 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> GetNetworkTraceOperationSlot (string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>
override this.GetNetworkTraceOperationSlot : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>" 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operationId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operationId"> GUID of the operation. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> GetNetworkTraceOperationSlotAsync (string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>
override this.GetNetworkTraceOperationSlotAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>" 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operationId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operationId"> GUID of the operation. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> GetNetworkTraceOperationSlotV2 (string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>
override this.GetNetworkTraceOperationSlotV2 : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>" 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operationId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operationId"> GUID of the operation. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> GetNetworkTraceOperationSlotV2Async (string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>
override this.GetNetworkTraceOperationSlotV2Async : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>" 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operationId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operationId"> GUID of the operation. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> GetNetworkTracesSlot (string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>
override this.GetNetworkTracesSlot : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>" 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operationId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operationId"> GUID of the operation. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> GetNetworkTracesSlotAsync (string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>
override this.GetNetworkTracesSlotAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>" 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operationId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operationId"> GUID of the operation. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> GetNetworkTracesSlotV2 (string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>
override this.GetNetworkTracesSlotV2 : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>" 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operationId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operationId"> GUID of the operation. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> GetNetworkTracesSlotV2Async (string operationId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>
override this.GetNetworkTracesSlotV2Async : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>" 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<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="operationId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="operationId"> GUID of the operation. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets a named operation for a network trace capturing (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo> GetPerfMonCountersSlot (string filter = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.PerfMonResponseInfo> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo>
override this.GetPerfMonCountersSlot : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo>" 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<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="filter" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="filter"> Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets perfmon counters for web app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo> GetPerfMonCountersSlotAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.PerfMonResponseInfo> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo>
override this.GetPerfMonCountersSlotAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo>" 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<Azure.ResourceManager.AppService.Models.PerfMonResponseInfo></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="filter" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="filter"> Return only usages/metrics specified in the filter. Filter conforms to odata syntax. Example: $filter=(startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets perfmon counters for web app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData> GetPrivateLinkResourcesSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData>
override this.GetPrivateLinkResourcesSlot : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData>" Usage="webSiteSlotResource.GetPrivateLinkResourcesSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the private link resources
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData> GetPrivateLinkResourcesSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData>
override this.GetPrivateLinkResourcesSlotAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData>" Usage="webSiteSlotResource.GetPrivateLinkResourcesSlotAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServicePrivateLinkResourceData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the private link resources
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.PublishingUserResource> GetPublishingCredentialsSlot (Azure.WaitUntil waitUntil, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.ResourceManager.ArmOperation`1<class Azure.ResourceManager.AppService.PublishingUserResource> 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 -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.PublishingUserResource>
override this.GetPublishingCredentialsSlot : Azure.WaitUntil * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.PublishingUserResource>" 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<Azure.ResourceManager.AppService.PublishingUserResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="waitUntil">
<see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the Git/FTP publishing credentials of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.PublishingUserResource>> 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<class Azure.ResourceManager.ArmOperation`1<class Azure.ResourceManager.AppService.PublishingUserResource>> 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 -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.PublishingUserResource>>
override this.GetPublishingCredentialsSlotAsync : Azure.WaitUntil * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.PublishingUserResource>>" 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<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.PublishingUserResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="waitUntil">
<see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the Git/FTP publishing credentials of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<System.IO.Stream> 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<class System.IO.Stream> 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 -> Azure.Response<System.IO.Stream>
override this.GetPublishingProfileXmlWithSecretsSlot : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -> Azure.Response<System.IO.Stream>" 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<System.IO.Stream></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="publishingProfileOptions" Type="Azure.ResourceManager.AppService.Models.CsmPublishingProfile" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="publishingProfileOptions"> Specifies publishingProfileOptions for publishing profile. For example, use {"format": "FileZilla3"} to get a FileZilla publishing profile. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the publishing profile for an app (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<System.IO.Stream>> 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<class Azure.Response`1<class System.IO.Stream>> 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 -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
override this.GetPublishingProfileXmlWithSecretsSlotAsync : Azure.ResourceManager.AppService.Models.CsmPublishingProfile * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>" 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<Azure.Response<System.IO.Stream>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="publishingProfileOptions" Type="Azure.ResourceManager.AppService.Models.CsmPublishingProfile" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="publishingProfileOptions"> Specifies publishingProfileOptions for publishing profile. For example, use {"format": "FileZilla3"} to get a FileZilla publishing profile. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the publishing profile for an app (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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 -> Azure.ResourceManager.AppService.ScmSiteSlotBasicPublishingCredentialsPolicyResource
override this.GetScmSiteSlotBasicPublishingCredentialsPolicy : unit -> 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<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag> GetSitePhpErrorLogFlagSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>
override this.GetSitePhpErrorLogFlagSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>" Usage="webSiteSlotResource.GetSitePhpErrorLogFlagSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets web app's event logs.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>> GetSitePhpErrorLogFlagSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>>
override this.GetSitePhpErrorLogFlagSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.SitePhpErrorLogFlag>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets web app's event logs.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.WebAppPushSettings> GetSitePushSettingsSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.WebAppPushSettings> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>
override this.GetSitePushSettingsSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>" Usage="webSiteSlotResource.GetSitePushSettingsSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the Push settings associated with web app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>> GetSitePushSettingsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.WebAppPushSettings>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>>
override this.GetSitePushSettingsSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the Push settings associated with web app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.SiteSlotBackupResource> GetSiteSlotBackup (string backupId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotBackupResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotBackupResource>
override this.GetSiteSlotBackup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotBackupResource>" 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<Azure.ResourceManager.AppService.SiteSlotBackupResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotBackupResource>> GetSiteSlotBackupAsync (string backupId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotBackupResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotBackupResource>>
override this.GetSiteSlotBackupAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotBackupResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotBackupResource>></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 -> Azure.ResourceManager.AppService.SiteSlotBackupCollection
override this.GetSiteSlotBackups : unit -> 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<Azure.ResourceManager.AppService.SiteSlotDeploymentResource> GetSiteSlotDeployment (string id, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotDeploymentResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotDeploymentResource>
override this.GetSiteSlotDeployment : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotDeploymentResource>" 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<Azure.ResourceManager.AppService.SiteSlotDeploymentResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDeploymentResource>> GetSiteSlotDeploymentAsync (string id, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotDeploymentResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDeploymentResource>>
override this.GetSiteSlotDeploymentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDeploymentResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDeploymentResource>></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 -> Azure.ResourceManager.AppService.SiteSlotDeploymentCollection
override this.GetSiteSlotDeployments : unit -> 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<Azure.ResourceManager.AppService.SiteSlotDetectorResource> 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<class Azure.ResourceManager.AppService.SiteSlotDetectorResource> GetSiteSlotDetector(string detectorName, valuetype System.Nullable`1<valuetype System.DateTimeOffset> startTime, valuetype System.Nullable`1<valuetype System.DateTimeOffset> endTime, string timeGrain, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.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<DateTimeOffset> * Nullable<DateTimeOffset> * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotDetectorResource>
override this.GetSiteSlotDetector : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotDetectorResource>" 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<Azure.ResourceManager.AppService.SiteSlotDetectorResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="detectorName" Type="System.String" />
<Parameter Name="startTime" Type="System.Nullable<System.DateTimeOffset>" />
<Parameter Name="endTime" Type="System.Nullable<System.DateTimeOffset>" />
<Parameter Name="timeGrain" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="detectorName"> Detector Resource Name. </param>
<param name="startTime"> Start Time. </param>
<param name="endTime"> End Time. </param>
<param name="timeGrain"> Time Grain. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get site detector response
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDetectorResource>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotDetectorResource>> GetSiteSlotDetectorAsync(string detectorName, valuetype System.Nullable`1<valuetype System.DateTimeOffset> startTime, valuetype System.Nullable`1<valuetype System.DateTimeOffset> endTime, string timeGrain, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.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<DateTimeOffset> * Nullable<DateTimeOffset> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDetectorResource>>
override this.GetSiteSlotDetectorAsync : string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDetectorResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDetectorResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="detectorName" Type="System.String" />
<Parameter Name="startTime" Type="System.Nullable<System.DateTimeOffset>" />
<Parameter Name="endTime" Type="System.Nullable<System.DateTimeOffset>" />
<Parameter Name="timeGrain" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="detectorName"> Detector Resource Name. </param>
<param name="startTime"> Start Time. </param>
<param name="endTime"> End Time. </param>
<param name="timeGrain"> Time Grain. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get site detector response
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/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 -> Azure.ResourceManager.AppService.SiteSlotDetectorCollection
override this.GetSiteSlotDetectors : unit -> 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<Azure.ResourceManager.AppService.SiteSlotDiagnosticResource> GetSiteSlotDiagnostic (string diagnosticCategory, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotDiagnosticResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotDiagnosticResource>
override this.GetSiteSlotDiagnostic : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotDiagnosticResource>" 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<Azure.ResourceManager.AppService.SiteSlotDiagnosticResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDiagnosticResource>> GetSiteSlotDiagnosticAsync (string diagnosticCategory, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotDiagnosticResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDiagnosticResource>>
override this.GetSiteSlotDiagnosticAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDiagnosticResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDiagnosticResource>></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 -> Azure.ResourceManager.AppService.SiteSlotDiagnosticCollection
override this.GetSiteSlotDiagnostics : unit -> 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<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource> GetSiteSlotDomainOwnershipIdentifier (string domainOwnershipIdentifierName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>
override this.GetSiteSlotDomainOwnershipIdentifier : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>" 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<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>> GetSiteSlotDomainOwnershipIdentifierAsync (string domainOwnershipIdentifierName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>>
override this.GetSiteSlotDomainOwnershipIdentifierAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource>></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 -> Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierCollection
override this.GetSiteSlotDomainOwnershipIdentifiers : unit -> 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 -> Azure.ResourceManager.AppService.SiteSlotExtensionResource
override this.GetSiteSlotExtension : unit -> 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<Azure.ResourceManager.AppService.SiteSlotFunctionResource> GetSiteSlotFunction (string functionName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotFunctionResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotFunctionResource>
override this.GetSiteSlotFunction : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotFunctionResource>" 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<Azure.ResourceManager.AppService.SiteSlotFunctionResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotFunctionResource>> GetSiteSlotFunctionAsync (string functionName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotFunctionResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotFunctionResource>>
override this.GetSiteSlotFunctionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotFunctionResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotFunctionResource>></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 -> Azure.ResourceManager.AppService.SiteSlotFunctionCollection
override this.GetSiteSlotFunctions : unit -> 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<Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource> GetSiteSlotHostNameBinding (string hostName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource>
override this.GetSiteSlotHostNameBinding : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource>" 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<Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource>> GetSiteSlotHostNameBindingAsync (string hostName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource>>
override this.GetSiteSlotHostNameBindingAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource>></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 -> Azure.ResourceManager.AppService.SiteSlotHostNameBindingCollection
override this.GetSiteSlotHostNameBindings : unit -> 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<Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource> GetSiteSlotHybridConnectionNamespaceRelay (string namespaceName, string relayName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource>
override this.GetSiteSlotHybridConnectionNamespaceRelay : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource>" 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<Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource>>
override this.GetSiteSlotHybridConnectionNamespaceRelayAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource>></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 -> Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayCollection
override this.GetSiteSlotHybridConnectionNamespaceRelays : unit -> 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<Azure.ResourceManager.AppService.SiteSlotInstanceResource> GetSiteSlotInstance (string instanceId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotInstanceResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotInstanceResource>
override this.GetSiteSlotInstance : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotInstanceResource>" 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<Azure.ResourceManager.AppService.SiteSlotInstanceResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotInstanceResource>> GetSiteSlotInstanceAsync (string instanceId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotInstanceResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotInstanceResource>>
override this.GetSiteSlotInstanceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotInstanceResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotInstanceResource>></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 -> Azure.ResourceManager.AppService.SiteSlotInstanceCollection
override this.GetSiteSlotInstances : unit -> 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 -> Azure.ResourceManager.AppService.SiteSlotNetworkConfigResource
override this.GetSiteSlotNetworkConfig : unit -> 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<Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource> GetSiteSlotPrivateEndpointConnection (string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource>
override this.GetSiteSlotPrivateEndpointConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource>" 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<Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource>> GetSiteSlotPrivateEndpointConnectionAsync (string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource>>
override this.GetSiteSlotPrivateEndpointConnectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource>></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 -> Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionCollection
override this.GetSiteSlotPrivateEndpointConnections : unit -> 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<Azure.ResourceManager.AppService.SiteSlotProcessResource> GetSiteSlotProcess (string processId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotProcessResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotProcessResource>
override this.GetSiteSlotProcess : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotProcessResource>" 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<Azure.ResourceManager.AppService.SiteSlotProcessResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotProcessResource>> GetSiteSlotProcessAsync (string processId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotProcessResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotProcessResource>>
override this.GetSiteSlotProcessAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotProcessResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotProcessResource>></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 -> Azure.ResourceManager.AppService.SiteSlotProcessCollection
override this.GetSiteSlotProcesses : unit -> 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<Azure.ResourceManager.AppService.SiteSlotSiteContainerResource> GetSiteSlotSiteContainer (string containerName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotSiteContainerResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotSiteContainerResource>
override this.GetSiteSlotSiteContainer : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotSiteContainerResource>" 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<Azure.ResourceManager.AppService.SiteSlotSiteContainerResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotSiteContainerResource>> GetSiteSlotSiteContainerAsync (string containerName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotSiteContainerResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotSiteContainerResource>>
override this.GetSiteSlotSiteContainerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotSiteContainerResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotSiteContainerResource>></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 -> Azure.ResourceManager.AppService.SiteSlotSiteContainerCollection
override this.GetSiteSlotSiteContainers : unit -> 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<Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource> GetSiteSlotVirtualNetworkConnection (string vnetName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource>
override this.GetSiteSlotVirtualNetworkConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource>" 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<Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource>> GetSiteSlotVirtualNetworkConnectionAsync (string vnetName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource>>
override this.GetSiteSlotVirtualNetworkConnectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource>></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 -> Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionCollection
override this.GetSiteSlotVirtualNetworkConnections : unit -> 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<Azure.ResourceManager.AppService.SiteSlotWorkflowResource> GetSiteSlotWorkflow (string workflowName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotWorkflowResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotWorkflowResource>
override this.GetSiteSlotWorkflow : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.SiteSlotWorkflowResource>" 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<Azure.ResourceManager.AppService.SiteSlotWorkflowResource></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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotWorkflowResource>> GetSiteSlotWorkflowAsync (string workflowName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.SiteSlotWorkflowResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotWorkflowResource>>
override this.GetSiteSlotWorkflowAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.SiteSlotWorkflowResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.SiteSlotWorkflowResource>></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 -> Azure.ResourceManager.AppService.SiteSlotWorkflowCollection
override this.GetSiteSlotWorkflows : unit -> 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<Azure.ResourceManager.AppService.Models.SlotDifference> 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<class Azure.ResourceManager.AppService.Models.SlotDifference> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.SlotDifference>
override this.GetSlotDifferencesSlot : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.SlotDifference>" 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<Azure.ResourceManager.AppService.Models.SlotDifference></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="slotSwapEntity" Type="Azure.ResourceManager.AppService.Models.CsmSlotEntity" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="slotSwapEntity"> JSON object that contains the target slot name. See example. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get the difference in configuration settings between two web app slots.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.SlotDifference> 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<class Azure.ResourceManager.AppService.Models.SlotDifference> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.SlotDifference>
override this.GetSlotDifferencesSlotAsync : Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.SlotDifference>" 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<Azure.ResourceManager.AppService.Models.SlotDifference></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="slotSwapEntity" Type="Azure.ResourceManager.AppService.Models.CsmSlotEntity" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="slotSwapEntity"> JSON object that contains the target slot name. See example. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get the difference in configuration settings between two web app slots.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus> GetSlotSiteDeploymentStatusesSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.CsmDeploymentStatus> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>
override this.GetSlotSiteDeploymentStatusesSlot : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>" Usage="webSiteSlotResource.GetSlotSiteDeploymentStatusesSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
List deployment statuses for an app (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus> GetSlotSiteDeploymentStatusesSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.CsmDeploymentStatus> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>
override this.GetSlotSiteDeploymentStatusesSlotAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>" Usage="webSiteSlotResource.GetSlotSiteDeploymentStatusesSlotAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
List deployment statuses for an app (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus> 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<class Azure.ResourceManager.AppService.Models.CsmDeploymentStatus> 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 -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>
override this.GetSlotSiteDeploymentStatusSlot : Azure.WaitUntil * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>" 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<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="deploymentStatusId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="waitUntil">
<see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param>
<param name="deploymentStatusId"> GUID of the deployment operation. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets the deployment status for an app (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>> 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<class Azure.ResourceManager.ArmOperation`1<class Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>> 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 -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>>
override this.GetSlotSiteDeploymentStatusSlotAsync : Azure.WaitUntil * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>>" 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<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.Models.CsmDeploymentStatus>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="deploymentStatusId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="waitUntil">
<see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param>
<param name="deploymentStatusId"> GUID of the deployment operation. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Gets the deployment status for an app (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.AppSnapshot> GetSlotSnapshots (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.AppSnapshot> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
override this.GetSlotSnapshots : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot>" Usage="webSiteSlotResource.GetSlotSnapshots cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Returns all Snapshots to the user.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.AppSnapshot> GetSlotSnapshotsAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.AppSnapshot> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
override this.GetSlotSnapshotsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot>" Usage="webSiteSlotResource.GetSlotSnapshotsAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Returns all Snapshots to the user.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.AppSnapshot> GetSlotSnapshotsFromDRSecondary (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.AppSnapshot> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
override this.GetSlotSnapshotsFromDRSecondary : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot>" Usage="webSiteSlotResource.GetSlotSnapshotsFromDRSecondary cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.Models.AppSnapshot></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Returns all Snapshots to the user from DRSecondary endpoint.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.AppSnapshot> GetSlotSnapshotsFromDRSecondaryAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.AppSnapshot> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot>
override this.GetSlotSnapshotsFromDRSecondaryAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot>" Usage="webSiteSlotResource.GetSlotSnapshotsFromDRSecondaryAsync cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppSnapshot></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Returns all Snapshots to the user from DRSecondary endpoint.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.FunctionSecrets> GetSyncFunctionTriggersSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.FunctionSecrets> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.FunctionSecrets>
override this.GetSyncFunctionTriggersSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.FunctionSecrets>" Usage="webSiteSlotResource.GetSyncFunctionTriggersSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.FunctionSecrets></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for This is to allow calling via powershell and ARM template.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionSecrets>> GetSyncFunctionTriggersSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.FunctionSecrets>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionSecrets>>
override this.GetSyncFunctionTriggersSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionSecrets>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.FunctionSecrets>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for This is to allow calling via powershell and ARM template.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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 -> Azure.Response
override this.GetSyncStatusSlot : System.Threading.CancellationToken -> 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<Azure.Response> GetSyncStatusSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.GetSyncStatusSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="GetUsagesSlot">
<MemberSignature Language="C#" Value="public virtual Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmUsageQuota> GetUsagesSlot (string filter = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.CsmUsageQuota> 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 -> Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmUsageQuota>
override this.GetUsagesSlot : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmUsageQuota>" 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<Azure.ResourceManager.AppService.Models.CsmUsageQuota></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="filter" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="filter"> Return only information specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the quota usage information of an app (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.CsmUsageQuota> GetUsagesSlotAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.CsmUsageQuota> 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 -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmUsageQuota>
override this.GetUsagesSlotAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmUsageQuota>" 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<Azure.ResourceManager.AppService.Models.CsmUsageQuota></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="filter" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="filter"> Return only information specified in the filter (using OData syntax). For example: $filter=(name.value eq 'Metric1' or name.value eq 'Metric2') and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[Hour|Minute|Day]'. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the quota usage information of an app (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<System.IO.Stream> GetWebSiteContainerLogsSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class System.IO.Stream> 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 -> Azure.Response<System.IO.Stream>
override this.GetWebSiteContainerLogsSlot : System.Threading.CancellationToken -> Azure.Response<System.IO.Stream>" Usage="webSiteSlotResource.GetWebSiteContainerLogsSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<System.IO.Stream></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the last lines of docker logs for the given site
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<System.IO.Stream>> GetWebSiteContainerLogsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class System.IO.Stream>> 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 -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>
override this.GetWebSiteContainerLogsSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.IO.Stream>>" 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<Azure.Response<System.IO.Stream>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the last lines of docker logs for the given site
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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 -> Azure.ResourceManager.AppService.WebSiteSlotConfigResource
override this.GetWebSiteSlotConfig : unit -> 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<Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource> GetWebSiteSlotConfigAppSetting (string appSettingKey, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource>
override this.GetWebSiteSlotConfigAppSetting : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource>" 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<Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource>> GetWebSiteSlotConfigAppSettingAsync (string appSettingKey, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource>>
override this.GetWebSiteSlotConfigAppSettingAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource>></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 -> Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingCollection
override this.GetWebSiteSlotConfigAppSettings : unit -> 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<Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource> GetWebSiteSlotConfigConnectionString (string connectionStringKey, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource>
override this.GetWebSiteSlotConfigConnectionString : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource>" 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<Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource>> GetWebSiteSlotConfigConnectionStringAsync (string connectionStringKey, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource>>
override this.GetWebSiteSlotConfigConnectionStringAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource>></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 -> Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringCollection
override this.GetWebSiteSlotConfigConnectionStrings : unit -> 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<Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource> GetWebSiteSlotContinuousWebJob (string webJobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource>
override this.GetWebSiteSlotContinuousWebJob : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource>" 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<Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource>> GetWebSiteSlotContinuousWebJobAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource>>
override this.GetWebSiteSlotContinuousWebJobAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource>></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 -> Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobCollection
override this.GetWebSiteSlotContinuousWebJobs : unit -> 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<Azure.ResourceManager.AppService.WebSiteSlotExtensionResource> GetWebSiteSlotExtension (string siteExtensionId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotExtensionResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotExtensionResource>
override this.GetWebSiteSlotExtension : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotExtensionResource>" 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<Azure.ResourceManager.AppService.WebSiteSlotExtensionResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotExtensionResource>> GetWebSiteSlotExtensionAsync (string siteExtensionId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotExtensionResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotExtensionResource>>
override this.GetWebSiteSlotExtensionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotExtensionResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotExtensionResource>></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 -> Azure.ResourceManager.AppService.WebSiteSlotExtensionCollection
override this.GetWebSiteSlotExtensions : unit -> 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 -> Azure.ResourceManager.AppService.WebSiteSlotFtpPublishingCredentialsPolicyResource
override this.GetWebSiteSlotFtpPublishingCredentialsPolicy : unit -> 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<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource> GetWebSiteSlotHybridConnection (string entityName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource>
override this.GetWebSiteSlotHybridConnection : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource>" 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<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource>> GetWebSiteSlotHybridConnectionAsync (string entityName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource>>
override this.GetWebSiteSlotHybridConnectionAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource>></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 -> Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionCollection
override this.GetWebSiteSlotHybridConnections : unit -> 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<Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource> GetWebSiteSlotPremierAddOn (string premierAddOnName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource>
override this.GetWebSiteSlotPremierAddOn : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource>" 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<Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource>> GetWebSiteSlotPremierAddOnAsync (string premierAddOnName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource>>
override this.GetWebSiteSlotPremierAddOnAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource>></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 -> Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnCollection
override this.GetWebSiteSlotPremierAddOns : unit -> 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 -> Azure.ResourceManager.AppService.WebSiteSlotPrivateAccessResource
override this.GetWebSiteSlotPrivateAccess : unit -> 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<Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource> GetWebSiteSlotPublicCertificate (string publicCertificateName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource>
override this.GetWebSiteSlotPublicCertificate : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource>" 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<Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource>> GetWebSiteSlotPublicCertificateAsync (string publicCertificateName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource>>
override this.GetWebSiteSlotPublicCertificateAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource>></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 -> Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateCollection
override this.GetWebSiteSlotPublicCertificates : unit -> 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 -> Azure.ResourceManager.AppService.WebSiteSlotResourceHealthMetadataResource
override this.GetWebSiteSlotResourceHealthMetadata : unit -> 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 -> Azure.ResourceManager.AppService.WebSiteSlotSourceControlResource
override this.GetWebSiteSlotSourceControl : unit -> 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<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource> GetWebSiteSlotTriggeredWebJob (string webJobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource> GetWebSiteSlotTriggeredWebJob(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource>
override this.GetWebSiteSlotTriggeredWebJob : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource>" 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<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="webJobName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="webJobName"> Name of Web Job. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/triggeredwebjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetTriggeredWebJobSlot</description></item><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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource>> GetWebSiteSlotTriggeredWebJobAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource>> GetWebSiteSlotTriggeredWebJobAsync(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource>>
override this.GetWebSiteSlotTriggeredWebJobAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource>>" Usage="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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="webJobName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="webJobName"> Name of Web Job. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/triggeredwebjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetTriggeredWebJobSlot</description></item><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 -> Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobCollection
override this.GetWebSiteSlotTriggeredWebJobs : unit -> 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<Azure.ResourceManager.AppService.WebSiteSlotWebJobResource> GetWebSiteSlotWebJob (string webJobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotWebJobResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotWebJobResource>
override this.GetWebSiteSlotWebJob : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotWebJobResource>" 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<Azure.ResourceManager.AppService.WebSiteSlotWebJobResource></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotWebJobResource>> GetWebSiteSlotWebJobAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotWebJobResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotWebJobResource>>
override this.GetWebSiteSlotWebJobAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotWebJobResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotWebJobResource>></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 -> Azure.ResourceManager.AppService.WebSiteSlotWebJobCollection
override this.GetWebSiteSlotWebJobs : unit -> 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<Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource> GetWebSiteTriggeredwebJob (string webJobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource> GetWebSiteTriggeredwebJob(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource>
override this.GetWebSiteTriggeredwebJob : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource>" 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<Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="webJobName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="webJobName"> Name of Web Job. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/triggeredwebjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetTriggeredWebJob</description></item></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<Azure.Response<Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource>> GetWebSiteTriggeredwebJobAsync (string webJobName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource>> GetWebSiteTriggeredwebJobAsync(string webJobName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource>>
override this.GetWebSiteTriggeredwebJobAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource>>" Usage="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<Azure.Response<Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="webJobName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="webJobName"> Name of Web Job. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets a triggered web job by its ID for an app, or a deployment slot.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/triggeredwebjobs/{webJobName}</description></item><item><term>Operation Id</term><description>WebApps_GetTriggeredWebJob</description></item></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 -> Azure.ResourceManager.AppService.WebSiteTriggeredwebJobCollection
override this.GetWebSiteTriggeredwebJobs : unit -> 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<Azure.ResourceManager.AppService.WorkflowEnvelopeData> GetWorkflowsConnectionsSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WorkflowEnvelopeData> 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 -> Azure.Response<Azure.ResourceManager.AppService.WorkflowEnvelopeData>
override this.GetWorkflowsConnectionsSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WorkflowEnvelopeData>" Usage="webSiteSlotResource.GetWorkflowsConnectionsSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.WorkflowEnvelopeData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists logic app's connections for web site, or a deployment slot.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.WorkflowEnvelopeData>> GetWorkflowsConnectionsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WorkflowEnvelopeData>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WorkflowEnvelopeData>>
override this.GetWorkflowsConnectionsSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WorkflowEnvelopeData>>" 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<Azure.Response<Azure.ResourceManager.AppService.WorkflowEnvelopeData>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Lists logic app's connections for web site, or a deployment slot.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.SiteCloneability> IsCloneableSlot (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteCloneability> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability>
override this.IsCloneableSlot : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability>" Usage="webSiteSlotResource.IsCloneableSlot cancellationToken" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Shows whether an app can be cloned to another resource group or subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability>> IsCloneableSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteCloneability>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability>>
override this.IsCloneableSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteCloneability>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Shows whether an app can be cloned to another resource group or subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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 -> Azure.Response
override this.ResetSlotConfigurationSlot : System.Threading.CancellationToken -> 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<Azure.Response> ResetSlotConfigurationSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.ResetSlotConfigurationSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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<bool> softRestart, valuetype System.Nullable`1<bool> 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<bool> * Nullable<bool> * System.Threading.CancellationToken -> Azure.Response
override this.RestartSlot : Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> 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<System.Boolean>" />
<Parameter Name="synchronous" Type="System.Nullable<System.Boolean>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="softRestart"> Specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app. </param>
<param name="synchronous"> Specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous). </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Restarts an app (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response> 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<class Azure.Response> RestartSlotAsync(valuetype System.Nullable`1<bool> softRestart, valuetype System.Nullable`1<bool> synchronous, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.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<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.RestartSlotAsync : Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<Azure.Response></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="softRestart" Type="System.Nullable<System.Boolean>" />
<Parameter Name="synchronous" Type="System.Nullable<System.Boolean>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="softRestart"> Specify true to apply the configuration settings and restarts the app only if necessary. By default, the API always restarts and reprovisions the app. </param>
<param name="synchronous"> Specify true to block until the app is restarted. By default, it is set to false, and the API responds immediately (asynchronous). </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Restarts an app (or deployment slot, if specified).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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 -> Azure.ResourceManager.ArmOperation
override this.RestoreFromBackupBlobSlot : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -> 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<Azure.ResourceManager.ArmOperation> 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<class Azure.ResourceManager.ArmOperation> 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 -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.RestoreFromBackupBlobSlotAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.RestoreRequestInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>" 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<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="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 -> Azure.ResourceManager.ArmOperation
override this.RestoreFromDeletedAppSlot : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent * System.Threading.CancellationToken -> 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<Azure.ResourceManager.ArmOperation> 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<class Azure.ResourceManager.ArmOperation> 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 -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.RestoreFromDeletedAppSlotAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.DeletedAppRestoreContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>" 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<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="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 -> Azure.ResourceManager.ArmOperation
override this.RestoreSnapshotSlot : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest * System.Threading.CancellationToken -> 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<Azure.ResourceManager.ArmOperation> 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<class Azure.ResourceManager.ArmOperation> 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 -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.RestoreSnapshotSlotAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.SnapshotRestoreRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>" 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<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="StartNetworkTraceSlot">
<MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>> 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<class System.Collections.Generic.IList`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>> StartNetworkTraceSlot(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1<int32> durationInSeconds, valuetype System.Nullable`1<int32> maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.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<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>
override this.StartNetworkTraceSlot : Azure.WaitUntil * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>" 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<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="durationInSeconds" Type="System.Nullable<System.Int32>" />
<Parameter Name="maxFrameLength" Type="System.Nullable<System.Int32>" />
<Parameter Name="sasUrl" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="waitUntil">
<see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param>
<param name="durationInSeconds"> The duration to keep capturing in seconds. </param>
<param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param>
<param name="sasUrl"> The Blob URL to store capture file. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Start capturing network packets for the site.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>> 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<class Azure.ResourceManager.ArmOperation`1<class System.Collections.Generic.IList`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>> StartNetworkTraceSlotAsync(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1<int32> durationInSeconds, valuetype System.Nullable`1<int32> maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.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<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>>
override this.StartNetworkTraceSlotAsync : Azure.WaitUntil * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>>" Usage="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<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="durationInSeconds" Type="System.Nullable<System.Int32>" />
<Parameter Name="maxFrameLength" Type="System.Nullable<System.Int32>" />
<Parameter Name="sasUrl" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="waitUntil">
<see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param>
<param name="durationInSeconds"> The duration to keep capturing in seconds. </param>
<param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param>
<param name="sasUrl"> The Blob URL to store capture file. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Start capturing network packets for the site.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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 -> Azure.Response
override this.StartSlot : System.Threading.CancellationToken -> 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<Azure.Response> StartSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.StartSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="StartWebSiteNetworkTraceOperationSlot">
<MemberSignature Language="C#" Value="public virtual Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>> 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<class System.Collections.Generic.IList`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>> StartWebSiteNetworkTraceOperationSlot(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1<int32> durationInSeconds, valuetype System.Nullable`1<int32> maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.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<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>
override this.StartWebSiteNetworkTraceOperationSlot : Azure.WaitUntil * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>" 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<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="durationInSeconds" Type="System.Nullable<System.Int32>" />
<Parameter Name="maxFrameLength" Type="System.Nullable<System.Int32>" />
<Parameter Name="sasUrl" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="waitUntil">
<see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param>
<param name="durationInSeconds"> The duration to keep capturing in seconds. </param>
<param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param>
<param name="sasUrl"> The Blob URL to store capture file. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Start capturing network packets for the site.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>> 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<class Azure.ResourceManager.ArmOperation`1<class System.Collections.Generic.IList`1<class Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>> StartWebSiteNetworkTraceOperationSlotAsync(valuetype Azure.WaitUntil waitUntil, valuetype System.Nullable`1<int32> durationInSeconds, valuetype System.Nullable`1<int32> maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.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<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>>
override this.StartWebSiteNetworkTraceOperationSlotAsync : Azure.WaitUntil * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>>" Usage="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<Azure.ResourceManager.ArmOperation<System.Collections.Generic.IList<Azure.ResourceManager.AppService.Models.WebAppNetworkTrace>>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="waitUntil" Type="Azure.WaitUntil" />
<Parameter Name="durationInSeconds" Type="System.Nullable<System.Int32>" />
<Parameter Name="maxFrameLength" Type="System.Nullable<System.Int32>" />
<Parameter Name="sasUrl" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="waitUntil">
<see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param>
<param name="durationInSeconds"> The duration to keep capturing in seconds. </param>
<param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param>
<param name="sasUrl"> The Blob URL to store capture file. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Start capturing network packets for the site.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<string> 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<string> StartWebSiteNetworkTraceSlot(valuetype System.Nullable`1<int32> durationInSeconds, valuetype System.Nullable`1<int32> maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.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<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Response<string>
override this.StartWebSiteNetworkTraceSlot : Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Response<string>" 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<System.String></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="durationInSeconds" Type="System.Nullable<System.Int32>" />
<Parameter Name="maxFrameLength" Type="System.Nullable<System.Int32>" />
<Parameter Name="sasUrl" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="durationInSeconds"> The duration to keep capturing in seconds. </param>
<param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param>
<param name="sasUrl"> The Blob URL to store capture file. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Start capturing network packets for the site (To be deprecated).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<string>> 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<class Azure.Response`1<string>> StartWebSiteNetworkTraceSlotAsync(valuetype System.Nullable`1<int32> durationInSeconds, valuetype System.Nullable`1<int32> maxFrameLength, string sasUrl, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.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<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>
override this.StartWebSiteNetworkTraceSlotAsync : Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>" 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<Azure.Response<System.String>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="durationInSeconds" Type="System.Nullable<System.Int32>" />
<Parameter Name="maxFrameLength" Type="System.Nullable<System.Int32>" />
<Parameter Name="sasUrl" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="durationInSeconds"> The duration to keep capturing in seconds. </param>
<param name="maxFrameLength"> The maximum frame length in bytes (Optional). </param>
<param name="sasUrl"> The Blob URL to store capture file. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Start capturing network packets for the site (To be deprecated).
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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 -> Azure.Response
override this.StopNetworkTraceSlot : System.Threading.CancellationToken -> 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<Azure.Response> StopNetworkTraceSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.StopNetworkTraceSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.Response
override this.StopSlot : System.Threading.CancellationToken -> 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<Azure.Response> StopSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.StopSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.Response
override this.StopWebSiteNetworkTraceSlot : System.Threading.CancellationToken -> 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<Azure.Response> StopWebSiteNetworkTraceSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.StopWebSiteNetworkTraceSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.ResourceManager.ArmOperation
override this.SwapSlot : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> 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<Azure.ResourceManager.ArmOperation> 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<class Azure.ResourceManager.ArmOperation> 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 -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>
override this.SwapSlotAsync : Azure.WaitUntil * Azure.ResourceManager.AppService.Models.CsmSlotEntity * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation>" 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<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="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 -> Azure.Response
override this.SyncFunctionsSlot : System.Threading.CancellationToken -> 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<Azure.Response> SyncFunctionsSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.SyncFunctionsSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.Response
override this.SyncFunctionTriggersSlot : System.Threading.CancellationToken -> 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<Azure.Response> SyncFunctionTriggersSlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.SyncFunctionTriggersSlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="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 -> Azure.Response
override this.SyncRepositorySlot : System.Threading.CancellationToken -> 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<Azure.Response> SyncRepositorySlotAsync (System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response> 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 -> System.Threading.Tasks.Task<Azure.Response>
override this.SyncRepositorySlotAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" 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<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="System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData>.Create">
<MemberSignature Language="C#" Value="Azure.ResourceManager.AppService.WebSiteData IJsonModel<WebSiteData>.Create (ref System.Text.Json.Utf8JsonReader reader, System.ClientModel.Primitives.ModelReaderWriterOptions options);" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteData System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData>.Create(valuetype System.Text.Json.Utf8JsonReader& reader, class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.System#ClientModel#Primitives#IJsonModel<Azure#ResourceManager#AppService#WebSiteData>#Create(System.Text.Json.Utf8JsonReader@,System.ClientModel.Primitives.ModelReaderWriterOptions)" />
<MemberSignature Language="VB.NET" Value="Function Create (ByRef reader As Utf8JsonReader, options As ModelReaderWriterOptions) As WebSiteData Implements IJsonModel(Of WebSiteData).Create" />
<MemberSignature Language="F#" Value="abstract member System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData>.Create : Utf8JsonReader * System.ClientModel.Primitives.ModelReaderWriterOptions -> Azure.ResourceManager.AppService.WebSiteData
override this.System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData>.Create : Utf8JsonReader * System.ClientModel.Primitives.ModelReaderWriterOptions -> Azure.ResourceManager.AppService.WebSiteData" Usage="webSiteSlotResource.System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData>.Create (reader, options)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.ClientModel.Primitives.IJsonModel`1.Create(System.Text.Json.Utf8JsonReader@,System.ClientModel.Primitives.ModelReaderWriterOptions)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteData</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="reader" Type="System.Text.Json.Utf8JsonReader" RefType="ref" />
<Parameter Name="options" Type="System.ClientModel.Primitives.ModelReaderWriterOptions" />
</Parameters>
<Docs>
<param name="reader">The <see cref="T:System.Text.Json.Utf8JsonReader" /> to read.</param>
<param name="options">The <see cref="T:System.ClientModel.Primitives.ModelReaderWriterOptions" /> to use.</param>
<summary>
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.
</summary>
<returns>A <typeparamref name="T" /> representation of the JSON value.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.FormatException">If the model does not support the requested <see cref="P:System.ClientModel.Primitives.ModelReaderWriterOptions.Format" />.</exception>
</Docs>
</Member>
<Member MemberName="System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData>.Write">
<MemberSignature Language="C#" Value="void IJsonModel<WebSiteData>.Write (System.Text.Json.Utf8JsonWriter writer, System.ClientModel.Primitives.ModelReaderWriterOptions options);" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance void System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData>.Write(class System.Text.Json.Utf8JsonWriter writer, class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.System#ClientModel#Primitives#IJsonModel<Azure#ResourceManager#AppService#WebSiteData>#Write(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions)" />
<MemberSignature Language="VB.NET" Value="Sub Write (writer As Utf8JsonWriter, options As ModelReaderWriterOptions) Implements IJsonModel(Of WebSiteData).Write" />
<MemberSignature Language="F#" Value="abstract member System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData>.Write : System.Text.Json.Utf8JsonWriter * System.ClientModel.Primitives.ModelReaderWriterOptions -> unit
override this.System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData>.Write : System.Text.Json.Utf8JsonWriter * System.ClientModel.Primitives.ModelReaderWriterOptions -> unit" Usage="webSiteSlotResource.System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.WebSiteData>.Write (writer, options)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.ClientModel.Primitives.IJsonModel`1.Write(System.Text.Json.Utf8JsonWriter,System.ClientModel.Primitives.ModelReaderWriterOptions)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="writer" Type="System.Text.Json.Utf8JsonWriter" />
<Parameter Name="options" Type="System.ClientModel.Primitives.ModelReaderWriterOptions" />
</Parameters>
<Docs>
<param name="writer">The <see cref="T:System.Text.Json.Utf8JsonWriter" /> to write into.</param>
<param name="options">The <see cref="T:System.ClientModel.Primitives.ModelReaderWriterOptions" /> to use.</param>
<summary>
Writes the model to the provided <see cref="T:System.Text.Json.Utf8JsonWriter" />.
</summary>
<remarks>To be added.</remarks>
<exception cref="T:System.FormatException">If the model does not support the requested <see cref="P:System.ClientModel.Primitives.ModelReaderWriterOptions.Format" />.</exception>
</Docs>
</Member>
<Member MemberName="System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.Create">
<MemberSignature Language="C#" Value="Azure.ResourceManager.AppService.WebSiteData IPersistableModel<WebSiteData>.Create (BinaryData data, System.ClientModel.Primitives.ModelReaderWriterOptions options);" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class Azure.ResourceManager.AppService.WebSiteData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.Create(class System.BinaryData data, class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.System#ClientModel#Primitives#IPersistableModel<Azure#ResourceManager#AppService#WebSiteData>#Create(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions)" />
<MemberSignature Language="VB.NET" Value="Function Create (data As BinaryData, options As ModelReaderWriterOptions) As WebSiteData Implements IPersistableModel(Of WebSiteData).Create" />
<MemberSignature Language="F#" Value="abstract member System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.Create : BinaryData * System.ClientModel.Primitives.ModelReaderWriterOptions -> Azure.ResourceManager.AppService.WebSiteData
override this.System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.Create : BinaryData * System.ClientModel.Primitives.ModelReaderWriterOptions -> Azure.ResourceManager.AppService.WebSiteData" Usage="webSiteSlotResource.System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.Create (data, options)" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.ClientModel.Primitives.IPersistableModel`1.Create(System.BinaryData,System.ClientModel.Primitives.ModelReaderWriterOptions)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteData</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="data" Type="System.BinaryData" />
<Parameter Name="options" Type="System.ClientModel.Primitives.ModelReaderWriterOptions" />
</Parameters>
<Docs>
<param name="data">The <see cref="T:System.BinaryData" /> to parse.</param>
<param name="options">The <see cref="T:System.ClientModel.Primitives.ModelReaderWriterOptions" /> to use.</param>
<summary>
Converts the provided <see cref="T:System.BinaryData" /> into a model.
</summary>
<returns>A <typeparamref name="T" /> representation of the data.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.FormatException">If the model does not support the requested <see cref="P:System.ClientModel.Primitives.ModelReaderWriterOptions.Format" />.</exception>
</Docs>
</Member>
<Member MemberName="System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.GetFormatFromOptions">
<MemberSignature Language="C#" Value="string IPersistableModel<WebSiteData>.GetFormatFromOptions (System.ClientModel.Primitives.ModelReaderWriterOptions options);" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance string System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.GetFormatFromOptions(class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.System#ClientModel#Primitives#IPersistableModel<Azure#ResourceManager#AppService#WebSiteData>#GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions)" />
<MemberSignature Language="VB.NET" Value="Function GetFormatFromOptions (options As ModelReaderWriterOptions) As String Implements IPersistableModel(Of WebSiteData).GetFormatFromOptions" />
<MemberSignature Language="F#" Value="abstract member System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.GetFormatFromOptions : System.ClientModel.Primitives.ModelReaderWriterOptions -> string
override this.System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.GetFormatFromOptions : System.ClientModel.Primitives.ModelReaderWriterOptions -> string" Usage="webSiteSlotResource.System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.GetFormatFromOptions options" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.ClientModel.Primitives.IPersistableModel`1.GetFormatFromOptions(System.ClientModel.Primitives.ModelReaderWriterOptions)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="options" Type="System.ClientModel.Primitives.ModelReaderWriterOptions" />
</Parameters>
<Docs>
<param name="options">The <see cref="T:System.ClientModel.Primitives.ModelReaderWriterOptions" /> to consider when serializing and deserializing the model.</param>
<summary>
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.
</summary>
<returns>The format that the model uses when communicating with the serivce.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.Write">
<MemberSignature Language="C#" Value="BinaryData IPersistableModel<WebSiteData>.Write (System.ClientModel.Primitives.ModelReaderWriterOptions options);" />
<MemberSignature Language="ILAsm" Value=".method hidebysig newslot virtual instance class System.BinaryData System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.Write(class System.ClientModel.Primitives.ModelReaderWriterOptions options) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.WebSiteSlotResource.System#ClientModel#Primitives#IPersistableModel<Azure#ResourceManager#AppService#WebSiteData>#Write(System.ClientModel.Primitives.ModelReaderWriterOptions)" />
<MemberSignature Language="VB.NET" Value="Function Write (options As ModelReaderWriterOptions) As BinaryData Implements IPersistableModel(Of WebSiteData).Write" />
<MemberSignature Language="F#" Value="abstract member System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.Write : System.ClientModel.Primitives.ModelReaderWriterOptions -> BinaryData
override this.System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.Write : System.ClientModel.Primitives.ModelReaderWriterOptions -> BinaryData" Usage="webSiteSlotResource.System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.WebSiteData>.Write options" />
<MemberType>Method</MemberType>
<Implements>
<InterfaceMember>M:System.ClientModel.Primitives.IPersistableModel`1.Write(System.ClientModel.Primitives.ModelReaderWriterOptions)</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.BinaryData</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="options" Type="System.ClientModel.Primitives.ModelReaderWriterOptions" />
</Parameters>
<Docs>
<param name="options">The <see cref="T:System.ClientModel.Primitives.ModelReaderWriterOptions" /> to use.</param>
<summary>
Writes the model into a <see cref="T:System.BinaryData" />.
</summary>
<returns>A binary representation of the written model.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.FormatException">If the model does not support the requested <see cref="P:System.ClientModel.Primitives.ModelReaderWriterOptions.Format" />.</exception>
</Docs>
</Member>
<Member MemberName="Update">
<MemberSignature Language="C#" Value="public virtual Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource> Update (Azure.ResourceManager.AppService.Models.SitePatchInfo info, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotResource> 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 -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>
override this.Update : Azure.ResourceManager.AppService.Models.SitePatchInfo * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>" 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<Azure.ResourceManager.AppService.WebSiteSlotResource></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<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> 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<class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>
override this.UpdateApplicationSettingsSlot : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>" 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<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="appSettings" Type="Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="appSettings"> Application settings of the app. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Replaces the application settings of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>
override this.UpdateApplicationSettingsSlotAsync : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="appSettings" Type="Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="appSettings"> Application settings of the app. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Replaces the application settings of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>> UpdateAsync (Azure.ResourceManager.AppService.Models.SitePatchInfo info, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteSlotResource>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>>
override this.UpdateAsync : Azure.ResourceManager.AppService.Models.SitePatchInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>>" 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<Azure.Response<Azure.ResourceManager.AppService.WebSiteSlotResource>></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<Azure.ResourceManager.AppService.Models.SiteAuthSettings> 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<class Azure.ResourceManager.AppService.Models.SiteAuthSettings> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>
override this.UpdateAuthSettingsSlot : Azure.ResourceManager.AppService.Models.SiteAuthSettings * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>" 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<Azure.ResourceManager.AppService.Models.SiteAuthSettings></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="siteAuthSettings" Type="Azure.ResourceManager.AppService.Models.SiteAuthSettings" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="siteAuthSettings"> Auth settings associated with web app. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Updates the Authentication / Authorization settings associated with web app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteAuthSettings>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>>
override this.UpdateAuthSettingsSlotAsync : Azure.ResourceManager.AppService.Models.SiteAuthSettings * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettings>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="siteAuthSettings" Type="Azure.ResourceManager.AppService.Models.SiteAuthSettings" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="siteAuthSettings"> Auth settings associated with web app. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Updates the Authentication / Authorization settings associated with web app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2> 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<class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>
override this.UpdateAuthSettingsV2Slot : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>" 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<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="siteAuthSettingsV2" Type="Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="siteAuthSettingsV2"> Auth settings associated with web app. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Updates site's Authentication / Authorization settings for apps via the V2 format
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>>
override this.UpdateAuthSettingsV2SlotAsync : Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2 * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="siteAuthSettingsV2" Type="Azure.ResourceManager.AppService.Models.SiteAuthSettingsV2" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="siteAuthSettingsV2"> Auth settings associated with web app. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Updates site's Authentication / Authorization settings for apps via the V2 format
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary> 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<class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>
override this.UpdateAzureStorageAccountsSlot : Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>" 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<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="azureStorageAccounts" Type="Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="azureStorageAccounts"> Azure storage accounts of the app. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Updates the Azure storage account configurations of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>>
override this.UpdateAzureStorageAccountsSlotAsync : Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="azureStorageAccounts" Type="Azure.ResourceManager.AppService.Models.AzureStoragePropertyDictionary" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="azureStorageAccounts"> Azure storage accounts of the app. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Updates the Azure storage account configurations of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.WebAppBackupInfo> 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<class Azure.ResourceManager.AppService.Models.WebAppBackupInfo> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>
override this.UpdateBackupConfigurationSlot : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>" 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<Azure.ResourceManager.AppService.Models.WebAppBackupInfo></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppBackupInfo" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="info"> Edited backup configuration. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Updates the backup configuration of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.WebAppBackupInfo>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>>
override this.UpdateBackupConfigurationSlotAsync : Azure.ResourceManager.AppService.Models.WebAppBackupInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppBackupInfo>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="info" Type="Azure.ResourceManager.AppService.Models.WebAppBackupInfo" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="info"> Edited backup configuration. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Updates the backup configuration of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary> 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<class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>
override this.UpdateConnectionStringsSlot : Azure.ResourceManager.AppService.Models.ConnectionStringDictionary * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>" 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<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="connectionStrings" Type="Azure.ResourceManager.AppService.Models.ConnectionStringDictionary" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="connectionStrings"> Connection strings of the app or deployment slot. See example. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Replaces the connection strings of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>>
override this.UpdateConnectionStringsSlotAsync : Azure.ResourceManager.AppService.Models.ConnectionStringDictionary * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.ConnectionStringDictionary>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="connectionStrings" Type="Azure.ResourceManager.AppService.Models.ConnectionStringDictionary" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="connectionStrings"> Connection strings of the app or deployment slot. See example. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Replaces the connection strings of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> 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<class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>
override this.UpdateMetadataSlot : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>" 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<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="metadata" Type="Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="metadata"> Edited metadata of the app or deployment slot. See example. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Replaces the metadata of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>
override this.UpdateMetadataSlotAsync : Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="metadata" Type="Azure.ResourceManager.AppService.Models.AppServiceConfigurationDictionary" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="metadata"> Edited metadata of the app or deployment slot. See example. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Replaces the metadata of an app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.ResourceManager.AppService.Models.WebAppPushSettings> 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<class Azure.ResourceManager.AppService.Models.WebAppPushSettings> 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 -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>
override this.UpdateSitePushSettingsSlot : Azure.ResourceManager.AppService.Models.WebAppPushSettings * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>" 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<Azure.ResourceManager.AppService.Models.WebAppPushSettings></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="pushSettings" Type="Azure.ResourceManager.AppService.Models.WebAppPushSettings" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="pushSettings"> Push settings associated with web app. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Updates the Push settings associated with web app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>> 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<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.WebAppPushSettings>> 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 -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>>
override this.UpdateSitePushSettingsSlotAsync : Azure.ResourceManager.AppService.Models.WebAppPushSettings * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>>" 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<Azure.Response<Azure.ResourceManager.AppService.Models.WebAppPushSettings>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="pushSettings" Type="Azure.ResourceManager.AppService.Models.WebAppPushSettings" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="pushSettings"> Push settings associated with web app. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Updates the Push settings associated with web app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/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>