xml/Azure.ResourceManager.AppService/AppServiceExtensions.xml (7,765 lines of code) (raw):
<Type Name="AppServiceExtensions" FullName="Azure.ResourceManager.AppService.AppServiceExtensions">
<TypeSignature Language="C#" Value="public static class AppServiceExtensions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit AppServiceExtensions extends System.Object" />
<TypeSignature Language="DocId" Value="T:Azure.ResourceManager.AppService.AppServiceExtensions" />
<TypeSignature Language="VB.NET" Value="Public Module AppServiceExtensions" />
<TypeSignature Language="F#" Value="type AppServiceExtensions = class" />
<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>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary> A class to add extension methods to Azure.ResourceManager.AppService. </summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="CheckAppServiceDomainRegistrationAvailability">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.Models.DomainAvailabilityCheckResult> CheckAppServiceDomainRegistrationAvailability (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier identifier, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.Models.DomainAvailabilityCheckResult> CheckAppServiceDomainRegistrationAvailability(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier identifier, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.CheckAppServiceDomainRegistrationAvailability(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CheckAppServiceDomainRegistrationAvailability (subscriptionResource As SubscriptionResource, identifier As AppServiceDomainNameIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DomainAvailabilityCheckResult)" />
<MemberSignature Language="F#" Value="static member CheckAppServiceDomainRegistrationAvailability : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.DomainAvailabilityCheckResult>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.CheckAppServiceDomainRegistrationAvailability (subscriptionResource, identifier, 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.DomainAvailabilityCheckResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="identifier" Type="Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="identifier"> Name of the domain. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Check if a domain is available for registration.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/checkDomainAvailability</description></item><item><term>Operation Id</term><description>Domains_CheckAvailability</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.CheckAppServiceDomainRegistrationAvailability(Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="identifier" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="CheckAppServiceDomainRegistrationAvailabilityAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.DomainAvailabilityCheckResult>> CheckAppServiceDomainRegistrationAvailabilityAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier identifier, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.DomainAvailabilityCheckResult>> CheckAppServiceDomainRegistrationAvailabilityAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier identifier, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.CheckAppServiceDomainRegistrationAvailabilityAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CheckAppServiceDomainRegistrationAvailabilityAsync (subscriptionResource As SubscriptionResource, identifier As AppServiceDomainNameIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DomainAvailabilityCheckResult))" />
<MemberSignature Language="F#" Value="static member CheckAppServiceDomainRegistrationAvailabilityAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.DomainAvailabilityCheckResult>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.CheckAppServiceDomainRegistrationAvailabilityAsync (subscriptionResource, identifier, 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.DomainAvailabilityCheckResult>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="identifier" Type="Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="identifier"> Name of the domain. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Check if a domain is available for registration.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/checkDomainAvailability</description></item><item><term>Operation Id</term><description>Domains_CheckAvailability</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.CheckAppServiceDomainRegistrationAvailability(Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="identifier" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="CheckAppServiceNameAvailability">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.Models.ResourceNameAvailability> CheckAppServiceNameAvailability (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.ResourceNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.Models.ResourceNameAvailability> CheckAppServiceNameAvailability(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.AppService.Models.ResourceNameAvailabilityContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.CheckAppServiceNameAvailability(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.AppService.Models.ResourceNameAvailabilityContent,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CheckAppServiceNameAvailability (subscriptionResource As SubscriptionResource, content As ResourceNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ResourceNameAvailability)" />
<MemberSignature Language="F#" Value="static member CheckAppServiceNameAvailability : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.AppService.Models.ResourceNameAvailabilityContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.ResourceNameAvailability>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.CheckAppServiceNameAvailability (subscriptionResource, content, 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.ResourceNameAvailability></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.ResourceNameAvailabilityContent" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="content"> Name availability request. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Check if a resource name is available.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/checknameavailability</description></item><item><term>Operation Id</term><description>CheckNameAvailability</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.CheckAppServiceNameAvailability(Azure.ResourceManager.AppService.Models.ResourceNameAvailabilityContent,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="content" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="CheckAppServiceNameAvailabilityAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.ResourceNameAvailability>> CheckAppServiceNameAvailabilityAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.ResourceNameAvailabilityContent content, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.ResourceNameAvailability>> CheckAppServiceNameAvailabilityAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.AppService.Models.ResourceNameAvailabilityContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.CheckAppServiceNameAvailabilityAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.AppService.Models.ResourceNameAvailabilityContent,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function CheckAppServiceNameAvailabilityAsync (subscriptionResource As SubscriptionResource, content As ResourceNameAvailabilityContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ResourceNameAvailability))" />
<MemberSignature Language="F#" Value="static member CheckAppServiceNameAvailabilityAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.AppService.Models.ResourceNameAvailabilityContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.ResourceNameAvailability>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.CheckAppServiceNameAvailabilityAsync (subscriptionResource, content, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.ResourceNameAvailability>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.ResourceNameAvailabilityContent" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="content"> Name availability request. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Check if a resource name is available.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/checknameavailability</description></item><item><term>Operation Id</term><description>CheckNameAvailability</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.CheckAppServiceNameAvailability(Azure.ResourceManager.AppService.Models.ResourceNameAvailabilityContent,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="content" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="DisableAppServiceRecommendation">
<MemberSignature Language="C#" Value="public static Azure.Response DisableAppServiceRecommendation (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string name, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response DisableAppServiceRecommendation(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.DisableAppServiceRecommendation(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DisableAppServiceRecommendation (subscriptionResource As SubscriptionResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Response" />
<MemberSignature Language="F#" Value="static member DisableAppServiceRecommendation : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Response" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.DisableAppServiceRecommendation (subscriptionResource, name, 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="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="name"> Rule name. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Disables the specified rule so it will not apply to a subscription in the future.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations/{name}/disable</description></item><item><term>Operation Id</term><description>Recommendations_DisableRecommendationForSubscription</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.DisableAppServiceRecommendation(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="name" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="DisableAppServiceRecommendationAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response> DisableAppServiceRecommendationAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string name, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response> DisableAppServiceRecommendationAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.DisableAppServiceRecommendationAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function DisableAppServiceRecommendationAsync (subscriptionResource As SubscriptionResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" />
<MemberSignature Language="F#" Value="static member DisableAppServiceRecommendationAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.DisableAppServiceRecommendationAsync (subscriptionResource, name, 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="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="name"> Rule name. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Disables the specified rule so it will not apply to a subscription in the future.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations/{name}/disable</description></item><item><term>Operation Id</term><description>Recommendations_DisableRecommendationForSubscription</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.DisableAppServiceRecommendation(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="name" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAllResourceHealthMetadata">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.ResourceHealthMetadataData> GetAllResourceHealthMetadata (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.ResourceHealthMetadataData> GetAllResourceHealthMetadata(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAllResourceHealthMetadata(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAllResourceHealthMetadata (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ResourceHealthMetadataData)" />
<MemberSignature Language="F#" Value="static member GetAllResourceHealthMetadata : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.ResourceHealthMetadataData>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAllResourceHealthMetadata (subscriptionResource, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.ResourceHealthMetadataData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for List all ResourceHealthMetadata for all sites in the subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/resourceHealthMetadata</description></item><item><term>Operation Id</term><description>ResourceHealthMetadata_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAllResourceHealthMetadata(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.ResourceHealthMetadataData" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAllResourceHealthMetadataAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.ResourceHealthMetadataData> GetAllResourceHealthMetadataAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.ResourceHealthMetadataData> GetAllResourceHealthMetadataAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAllResourceHealthMetadataAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAllResourceHealthMetadataAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ResourceHealthMetadataData)" />
<MemberSignature Language="F#" Value="static member GetAllResourceHealthMetadataAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.ResourceHealthMetadataData>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAllResourceHealthMetadataAsync (subscriptionResource, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.ResourceHealthMetadataData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for List all ResourceHealthMetadata for all sites in the subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/resourceHealthMetadata</description></item><item><term>Operation Id</term><description>ResourceHealthMetadata_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAllResourceHealthMetadata(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.ResourceHealthMetadataData" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAllResourceHealthMetadataData">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.ResourceHealthMetadataData> GetAllResourceHealthMetadataData (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.ResourceHealthMetadataData> GetAllResourceHealthMetadataData(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAllResourceHealthMetadataData(Azure.ResourceManager.Resources.ResourceGroupResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAllResourceHealthMetadataData (resourceGroupResource As ResourceGroupResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ResourceHealthMetadataData)" />
<MemberSignature Language="F#" Value="static member GetAllResourceHealthMetadataData : Azure.ResourceManager.Resources.ResourceGroupResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.ResourceHealthMetadataData>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAllResourceHealthMetadataData (resourceGroupResource, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.ResourceHealthMetadataData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for List all ResourceHealthMetadata for all sites in the resource group in the subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/resourceHealthMetadata</description></item><item><term>Operation Id</term><description>ResourceHealthMetadata_ListByResourceGroup</description></item></list></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.ResourceHealthMetadataData" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAllResourceHealthMetadataDataAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.ResourceHealthMetadataData> GetAllResourceHealthMetadataDataAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.ResourceHealthMetadataData> GetAllResourceHealthMetadataDataAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAllResourceHealthMetadataDataAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAllResourceHealthMetadataDataAsync (resourceGroupResource As ResourceGroupResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ResourceHealthMetadataData)" />
<MemberSignature Language="F#" Value="static member GetAllResourceHealthMetadataDataAsync : Azure.ResourceManager.Resources.ResourceGroupResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.ResourceHealthMetadataData>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAllResourceHealthMetadataDataAsync (resourceGroupResource, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.ResourceHealthMetadataData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for List all ResourceHealthMetadata for all sites in the resource group in the subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/resourceHealthMetadata</description></item><item><term>Operation Id</term><description>ResourceHealthMetadata_ListByResourceGroup</description></item></list></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.ResourceHealthMetadataData" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetAllSiteIdentifierData">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.AppServiceIdentifierData> GetAllSiteIdentifierData (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier nameIdentifier, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.AppServiceIdentifierData> GetAllSiteIdentifierData(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier nameIdentifier, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAllSiteIdentifierData(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAllSiteIdentifierData (subscriptionResource As SubscriptionResource, nameIdentifier As AppServiceDomainNameIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServiceIdentifierData)" />
<MemberSignature Language="F#" Value="static member GetAllSiteIdentifierData : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServiceIdentifierData>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAllSiteIdentifierData (subscriptionResource, nameIdentifier, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.AppServiceIdentifierData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="nameIdentifier" Type="Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="nameIdentifier"> Hostname information. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for List all apps that are assigned to a hostname.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/listSitesAssignedToHostName</description></item><item><term>Operation Id</term><description>ListSiteIdentifiersAssignedToHostName</description></item></list></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.AppServiceIdentifierData" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="nameIdentifier" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAllSiteIdentifierDataAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceIdentifierData> GetAllSiteIdentifierDataAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier nameIdentifier, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.AppServiceIdentifierData> GetAllSiteIdentifierDataAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier nameIdentifier, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAllSiteIdentifierDataAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAllSiteIdentifierDataAsync (subscriptionResource As SubscriptionResource, nameIdentifier As AppServiceDomainNameIdentifier, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceIdentifierData)" />
<MemberSignature Language="F#" Value="static member GetAllSiteIdentifierDataAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceIdentifierData>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAllSiteIdentifierDataAsync (subscriptionResource, nameIdentifier, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceIdentifierData></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="nameIdentifier" Type="Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="nameIdentifier"> Hostname information. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for List all apps that are assigned to a hostname.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/listSitesAssignedToHostName</description></item><item><term>Operation Id</term><description>ListSiteIdentifiersAssignedToHostName</description></item></list></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.AppServiceIdentifierData" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="nameIdentifier" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppCertificate">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.AppCertificateResource> GetAppCertificate (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.AppCertificateResource> GetAppCertificate(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppCertificate(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppCertificate (resourceGroupResource As ResourceGroupResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppCertificateResource)" />
<MemberSignature Language="F#" Value="static member GetAppCertificate : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.AppCertificateResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppCertificate (resourceGroupResource, name, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.AppCertificateResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="name"> Name of the certificate. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get a certificate.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/certificates/{name}</description></item><item><term>Operation Id</term><description>Certificates_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppCertificateResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetAppCertificate(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="name" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetAppCertificateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppCertificateResource>> GetAppCertificateAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.AppCertificateResource>> GetAppCertificateAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppCertificateAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppCertificateAsync (resourceGroupResource As ResourceGroupResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppCertificateResource))" />
<MemberSignature Language="F#" Value="static member GetAppCertificateAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppCertificateResource>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppCertificateAsync (resourceGroupResource, name, 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.AppCertificateResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="name"> Name of the certificate. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get a certificate.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/certificates/{name}</description></item><item><term>Operation Id</term><description>Certificates_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppCertificateResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetAppCertificateAsync(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="name" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetAppCertificateResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AppCertificateResource GetAppCertificateResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AppCertificateResource GetAppCertificateResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppCertificateResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppCertificateResource (client As ArmClient, id As ResourceIdentifier) As AppCertificateResource" />
<MemberSignature Language="F#" Value="static member GetAppCertificateResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.AppCertificateResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppCertificateResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AppCertificateResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing an <see cref="T:Azure.ResourceManager.AppService.AppCertificateResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.AppCertificateResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create an <see cref="T:Azure.ResourceManager.AppService.AppCertificateResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetAppCertificateResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.AppCertificateResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppCertificates">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AppCertificateCollection GetAppCertificates (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AppCertificateCollection GetAppCertificates(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppCertificates(Azure.ResourceManager.Resources.ResourceGroupResource)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppCertificates (resourceGroupResource As ResourceGroupResource) As AppCertificateCollection" />
<MemberSignature Language="F#" Value="static member GetAppCertificates : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.AppService.AppCertificateCollection" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppCertificates resourceGroupResource" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AppCertificateCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<summary>
Gets a collection of AppCertificateResources in the ResourceGroupResource.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetAppCertificates" /> instead.</description></item></summary>
<returns> An object representing collection of AppCertificateResources and their operations over a AppCertificateResource. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppCertificates">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.AppCertificateResource> GetAppCertificates (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string filter = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.AppCertificateResource> GetAppCertificates(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppCertificates(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppCertificates (subscriptionResource As SubscriptionResource, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppCertificateResource)" />
<MemberSignature Language="F#" Value="static member GetAppCertificates : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppCertificateResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppCertificates (subscriptionResource, 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.AppCertificateResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="filter" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="filter"> Return only information specified in the filter (using OData syntax). For example: $filter=KeyVaultId eq 'KeyVaultId'. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get all certificates for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/certificates</description></item><item><term>Operation Id</term><description>Certificates_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppCertificateResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAppCertificates(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.AppCertificateResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppCertificatesAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.AppCertificateResource> GetAppCertificatesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string filter = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.AppCertificateResource> GetAppCertificatesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppCertificatesAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppCertificatesAsync (subscriptionResource As SubscriptionResource, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppCertificateResource)" />
<MemberSignature Language="F#" Value="static member GetAppCertificatesAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppCertificateResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppCertificatesAsync (subscriptionResource, 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.AppCertificateResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="filter" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="filter"> Return only information specified in the filter (using OData syntax). For example: $filter=KeyVaultId eq 'KeyVaultId'. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get all certificates for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/certificates</description></item><item><term>Operation Id</term><description>Certificates_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppCertificateResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAppCertificates(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.AppCertificateResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceCertificateOrder">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.AppServiceCertificateOrderResource> GetAppServiceCertificateOrder (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string certificateOrderName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.AppServiceCertificateOrderResource> GetAppServiceCertificateOrder(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string certificateOrderName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceCertificateOrder(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceCertificateOrder (resourceGroupResource As ResourceGroupResource, certificateOrderName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceCertificateOrderResource)" />
<MemberSignature Language="F#" Value="static member GetAppServiceCertificateOrder : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.AppServiceCertificateOrderResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceCertificateOrder (resourceGroupResource, certificateOrderName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.AppServiceCertificateOrderResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="certificateOrderName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="certificateOrderName"> Name of the certificate order.. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get a certificate order.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}</description></item><item><term>Operation Id</term><description>AppServiceCertificateOrders_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServiceCertificateOrderResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetAppServiceCertificateOrder(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="certificateOrderName" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="certificateOrderName" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceCertificateOrderAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppServiceCertificateOrderResource>> GetAppServiceCertificateOrderAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string certificateOrderName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.AppServiceCertificateOrderResource>> GetAppServiceCertificateOrderAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string certificateOrderName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceCertificateOrderAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceCertificateOrderAsync (resourceGroupResource As ResourceGroupResource, certificateOrderName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceCertificateOrderResource))" />
<MemberSignature Language="F#" Value="static member GetAppServiceCertificateOrderAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppServiceCertificateOrderResource>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceCertificateOrderAsync (resourceGroupResource, certificateOrderName, 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.AppServiceCertificateOrderResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="certificateOrderName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="certificateOrderName"> Name of the certificate order.. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get a certificate order.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CertificateRegistration/certificateOrders/{certificateOrderName}</description></item><item><term>Operation Id</term><description>AppServiceCertificateOrders_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServiceCertificateOrderResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetAppServiceCertificateOrderAsync(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="certificateOrderName" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="certificateOrderName" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceCertificateOrderResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AppServiceCertificateOrderResource GetAppServiceCertificateOrderResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AppServiceCertificateOrderResource GetAppServiceCertificateOrderResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceCertificateOrderResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceCertificateOrderResource (client As ArmClient, id As ResourceIdentifier) As AppServiceCertificateOrderResource" />
<MemberSignature Language="F#" Value="static member GetAppServiceCertificateOrderResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.AppServiceCertificateOrderResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceCertificateOrderResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AppServiceCertificateOrderResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing an <see cref="T:Azure.ResourceManager.AppService.AppServiceCertificateOrderResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.AppServiceCertificateOrderResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create an <see cref="T:Azure.ResourceManager.AppService.AppServiceCertificateOrderResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetAppServiceCertificateOrderResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.AppServiceCertificateOrderResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceCertificateOrders">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AppServiceCertificateOrderCollection GetAppServiceCertificateOrders (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AppServiceCertificateOrderCollection GetAppServiceCertificateOrders(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceCertificateOrders(Azure.ResourceManager.Resources.ResourceGroupResource)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceCertificateOrders (resourceGroupResource As ResourceGroupResource) As AppServiceCertificateOrderCollection" />
<MemberSignature Language="F#" Value="static member GetAppServiceCertificateOrders : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.AppService.AppServiceCertificateOrderCollection" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceCertificateOrders resourceGroupResource" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AppServiceCertificateOrderCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<summary>
Gets a collection of AppServiceCertificateOrderResources in the ResourceGroupResource.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetAppServiceCertificateOrders" /> instead.</description></item></summary>
<returns> An object representing collection of AppServiceCertificateOrderResources and their operations over a AppServiceCertificateOrderResource. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceCertificateOrders">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.AppServiceCertificateOrderResource> GetAppServiceCertificateOrders (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.AppServiceCertificateOrderResource> GetAppServiceCertificateOrders(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceCertificateOrders(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceCertificateOrders (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServiceCertificateOrderResource)" />
<MemberSignature Language="F#" Value="static member GetAppServiceCertificateOrders : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServiceCertificateOrderResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceCertificateOrders (subscriptionResource, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.AppServiceCertificateOrderResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for List all certificate orders in a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/certificateOrders</description></item><item><term>Operation Id</term><description>AppServiceCertificateOrders_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServiceCertificateOrderResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAppServiceCertificateOrders(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.AppServiceCertificateOrderResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceCertificateOrdersAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceCertificateOrderResource> GetAppServiceCertificateOrdersAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.AppServiceCertificateOrderResource> GetAppServiceCertificateOrdersAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceCertificateOrdersAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceCertificateOrdersAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceCertificateOrderResource)" />
<MemberSignature Language="F#" Value="static member GetAppServiceCertificateOrdersAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceCertificateOrderResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceCertificateOrdersAsync (subscriptionResource, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceCertificateOrderResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for List all certificate orders in a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/certificateOrders</description></item><item><term>Operation Id</term><description>AppServiceCertificateOrders_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServiceCertificateOrderResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAppServiceCertificateOrders(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.AppServiceCertificateOrderResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceCertificateResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AppServiceCertificateResource GetAppServiceCertificateResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AppServiceCertificateResource GetAppServiceCertificateResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceCertificateResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceCertificateResource (client As ArmClient, id As ResourceIdentifier) As AppServiceCertificateResource" />
<MemberSignature Language="F#" Value="static member GetAppServiceCertificateResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.AppServiceCertificateResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceCertificateResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AppServiceCertificateResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing an <see cref="T:Azure.ResourceManager.AppService.AppServiceCertificateResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.AppServiceCertificateResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create an <see cref="T:Azure.ResourceManager.AppService.AppServiceCertificateResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetAppServiceCertificateResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.AppServiceCertificateResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceDeploymentLocations">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceDeploymentLocations> GetAppServiceDeploymentLocations (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceDeploymentLocations> GetAppServiceDeploymentLocations(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDeploymentLocations(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceDeploymentLocations (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceDeploymentLocations)" />
<MemberSignature Language="F#" Value="static member GetAppServiceDeploymentLocations : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceDeploymentLocations>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDeploymentLocations (subscriptionResource, 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.AppServiceDeploymentLocations></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets list of available geo regions plus ministamps
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/deploymentLocations</description></item><item><term>Operation Id</term><description>GetSubscriptionDeploymentLocations</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAppServiceDeploymentLocations(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceDeploymentLocationsAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceDeploymentLocations>> GetAppServiceDeploymentLocationsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceDeploymentLocations>> GetAppServiceDeploymentLocationsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDeploymentLocationsAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceDeploymentLocationsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceDeploymentLocations))" />
<MemberSignature Language="F#" Value="static member GetAppServiceDeploymentLocationsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceDeploymentLocations>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDeploymentLocationsAsync (subscriptionResource, 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.AppServiceDeploymentLocations>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets list of available geo regions plus ministamps
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/deploymentLocations</description></item><item><term>Operation Id</term><description>GetSubscriptionDeploymentLocations</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAppServiceDeploymentLocations(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceDomain">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.AppServiceDomainResource> GetAppServiceDomain (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string domainName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.AppServiceDomainResource> GetAppServiceDomain(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string domainName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDomain(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceDomain (resourceGroupResource As ResourceGroupResource, domainName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceDomainResource)" />
<MemberSignature Language="F#" Value="static member GetAppServiceDomain : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.AppServiceDomainResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDomain (resourceGroupResource, domainName, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.AppServiceDomainResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="domainName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="domainName"> Name of the domain. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get a domain.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}</description></item><item><term>Operation Id</term><description>Domains_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServiceDomainResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetAppServiceDomain(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="domainName" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="domainName" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceDomainAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppServiceDomainResource>> GetAppServiceDomainAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string domainName, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.AppServiceDomainResource>> GetAppServiceDomainAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string domainName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDomainAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceDomainAsync (resourceGroupResource As ResourceGroupResource, domainName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceDomainResource))" />
<MemberSignature Language="F#" Value="static member GetAppServiceDomainAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppServiceDomainResource>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDomainAsync (resourceGroupResource, domainName, 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.AppServiceDomainResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="domainName" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="domainName"> Name of the domain. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get a domain.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DomainRegistration/domains/{domainName}</description></item><item><term>Operation Id</term><description>Domains_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServiceDomainResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetAppServiceDomainAsync(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="domainName" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="domainName" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceDomainRecommendations">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier> GetAppServiceDomainRecommendations (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.DomainRecommendationSearchContent content, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier> GetAppServiceDomainRecommendations(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.AppService.Models.DomainRecommendationSearchContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDomainRecommendations(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.AppService.Models.DomainRecommendationSearchContent,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceDomainRecommendations (subscriptionResource As SubscriptionResource, content As DomainRecommendationSearchContent, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServiceDomainNameIdentifier)" />
<MemberSignature Language="F#" Value="static member GetAppServiceDomainRecommendations : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.AppService.Models.DomainRecommendationSearchContent * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDomainRecommendations (subscriptionResource, content, 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.AppServiceDomainNameIdentifier></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.DomainRecommendationSearchContent" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="content"> Search parameters for domain name recommendations. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get domain name recommendations based on keywords.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/listDomainRecommendations</description></item><item><term>Operation Id</term><description>Domains_ListRecommendations</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAppServiceDomainRecommendations(Azure.ResourceManager.AppService.Models.DomainRecommendationSearchContent,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="content" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceDomainRecommendationsAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier> GetAppServiceDomainRecommendationsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.DomainRecommendationSearchContent content, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier> GetAppServiceDomainRecommendationsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.AppService.Models.DomainRecommendationSearchContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDomainRecommendationsAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.AppService.Models.DomainRecommendationSearchContent,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceDomainRecommendationsAsync (subscriptionResource As SubscriptionResource, content As DomainRecommendationSearchContent, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceDomainNameIdentifier)" />
<MemberSignature Language="F#" Value="static member GetAppServiceDomainRecommendationsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.AppService.Models.DomainRecommendationSearchContent * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDomainRecommendationsAsync (subscriptionResource, content, 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.AppServiceDomainNameIdentifier></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.DomainRecommendationSearchContent" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="content"> Search parameters for domain name recommendations. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get domain name recommendations based on keywords.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/listDomainRecommendations</description></item><item><term>Operation Id</term><description>Domains_ListRecommendations</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAppServiceDomainRecommendations(Azure.ResourceManager.AppService.Models.DomainRecommendationSearchContent,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppServiceDomainNameIdentifier" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="content" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceDomainResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AppServiceDomainResource GetAppServiceDomainResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AppServiceDomainResource GetAppServiceDomainResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDomainResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceDomainResource (client As ArmClient, id As ResourceIdentifier) As AppServiceDomainResource" />
<MemberSignature Language="F#" Value="static member GetAppServiceDomainResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.AppServiceDomainResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDomainResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AppServiceDomainResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing an <see cref="T:Azure.ResourceManager.AppService.AppServiceDomainResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.AppServiceDomainResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create an <see cref="T:Azure.ResourceManager.AppService.AppServiceDomainResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetAppServiceDomainResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.AppServiceDomainResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceDomains">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AppServiceDomainCollection GetAppServiceDomains (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AppServiceDomainCollection GetAppServiceDomains(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDomains(Azure.ResourceManager.Resources.ResourceGroupResource)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceDomains (resourceGroupResource As ResourceGroupResource) As AppServiceDomainCollection" />
<MemberSignature Language="F#" Value="static member GetAppServiceDomains : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.AppService.AppServiceDomainCollection" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDomains resourceGroupResource" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AppServiceDomainCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<summary>
Gets a collection of AppServiceDomainResources in the ResourceGroupResource.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetAppServiceDomains" /> instead.</description></item></summary>
<returns> An object representing collection of AppServiceDomainResources and their operations over a AppServiceDomainResource. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceDomains">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.AppServiceDomainResource> GetAppServiceDomains (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.AppServiceDomainResource> GetAppServiceDomains(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDomains(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceDomains (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServiceDomainResource)" />
<MemberSignature Language="F#" Value="static member GetAppServiceDomains : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServiceDomainResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDomains (subscriptionResource, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.AppServiceDomainResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get all domains in a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/domains</description></item><item><term>Operation Id</term><description>Domains_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServiceDomainResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAppServiceDomains(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.AppServiceDomainResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceDomainsAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceDomainResource> GetAppServiceDomainsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.AppServiceDomainResource> GetAppServiceDomainsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDomainsAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceDomainsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceDomainResource)" />
<MemberSignature Language="F#" Value="static member GetAppServiceDomainsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceDomainResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceDomainsAsync (subscriptionResource, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceDomainResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get all domains in a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/domains</description></item><item><term>Operation Id</term><description>Domains_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServiceDomainResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAppServiceDomains(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.AppServiceDomainResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceEnvironment">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.AppServiceEnvironmentResource> GetAppServiceEnvironment (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.AppServiceEnvironmentResource> GetAppServiceEnvironment(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceEnvironment(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceEnvironment (resourceGroupResource As ResourceGroupResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceEnvironmentResource)" />
<MemberSignature Language="F#" Value="static member GetAppServiceEnvironment : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.AppServiceEnvironmentResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceEnvironment (resourceGroupResource, name, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.AppServiceEnvironmentResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="name"> Name of the App Service Environment. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get the properties of an App Service Environment.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}</description></item><item><term>Operation Id</term><description>AppServiceEnvironments_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServiceEnvironmentResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetAppServiceEnvironment(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="name" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceEnvironmentAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppServiceEnvironmentResource>> GetAppServiceEnvironmentAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.AppServiceEnvironmentResource>> GetAppServiceEnvironmentAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceEnvironmentAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceEnvironmentAsync (resourceGroupResource As ResourceGroupResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceEnvironmentResource))" />
<MemberSignature Language="F#" Value="static member GetAppServiceEnvironmentAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppServiceEnvironmentResource>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceEnvironmentAsync (resourceGroupResource, name, 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.AppServiceEnvironmentResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="name"> Name of the App Service Environment. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get the properties of an App Service Environment.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}</description></item><item><term>Operation Id</term><description>AppServiceEnvironments_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServiceEnvironmentResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetAppServiceEnvironmentAsync(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="name" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceEnvironmentResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AppServiceEnvironmentResource GetAppServiceEnvironmentResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AppServiceEnvironmentResource GetAppServiceEnvironmentResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceEnvironmentResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceEnvironmentResource (client As ArmClient, id As ResourceIdentifier) As AppServiceEnvironmentResource" />
<MemberSignature Language="F#" Value="static member GetAppServiceEnvironmentResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.AppServiceEnvironmentResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceEnvironmentResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AppServiceEnvironmentResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing an <see cref="T:Azure.ResourceManager.AppService.AppServiceEnvironmentResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.AppServiceEnvironmentResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create an <see cref="T:Azure.ResourceManager.AppService.AppServiceEnvironmentResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetAppServiceEnvironmentResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.AppServiceEnvironmentResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceEnvironments">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AppServiceEnvironmentCollection GetAppServiceEnvironments (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AppServiceEnvironmentCollection GetAppServiceEnvironments(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceEnvironments(Azure.ResourceManager.Resources.ResourceGroupResource)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceEnvironments (resourceGroupResource As ResourceGroupResource) As AppServiceEnvironmentCollection" />
<MemberSignature Language="F#" Value="static member GetAppServiceEnvironments : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.AppService.AppServiceEnvironmentCollection" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceEnvironments resourceGroupResource" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AppServiceEnvironmentCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<summary>
Gets a collection of AppServiceEnvironmentResources in the ResourceGroupResource.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetAppServiceEnvironments" /> instead.</description></item></summary>
<returns> An object representing collection of AppServiceEnvironmentResources and their operations over a AppServiceEnvironmentResource. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceEnvironments">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.AppServiceEnvironmentResource> GetAppServiceEnvironments (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.AppServiceEnvironmentResource> GetAppServiceEnvironments(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceEnvironments(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceEnvironments (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServiceEnvironmentResource)" />
<MemberSignature Language="F#" Value="static member GetAppServiceEnvironments : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServiceEnvironmentResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceEnvironments (subscriptionResource, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.AppServiceEnvironmentResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get all App Service Environments for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/hostingEnvironments</description></item><item><term>Operation Id</term><description>AppServiceEnvironments_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServiceEnvironmentResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAppServiceEnvironments(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.AppServiceEnvironmentResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceEnvironmentsAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceEnvironmentResource> GetAppServiceEnvironmentsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.AppServiceEnvironmentResource> GetAppServiceEnvironmentsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceEnvironmentsAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceEnvironmentsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceEnvironmentResource)" />
<MemberSignature Language="F#" Value="static member GetAppServiceEnvironmentsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceEnvironmentResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceEnvironmentsAsync (subscriptionResource, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServiceEnvironmentResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get all App Service Environments for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/hostingEnvironments</description></item><item><term>Operation Id</term><description>AppServiceEnvironments_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServiceEnvironmentResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAppServiceEnvironments(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.AppServiceEnvironmentResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServicePlan">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlan (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlan(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlan(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServicePlan (resourceGroupResource As ResourceGroupResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServicePlanResource)" />
<MemberSignature Language="F#" Value="static member GetAppServicePlan : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.AppServicePlanResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlan (resourceGroupResource, name, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.AppServicePlanResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="name"> Name of the App Service plan. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get an App Service plan.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}</description></item><item><term>Operation Id</term><description>AppServicePlans_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServicePlanResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetAppServicePlan(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="name" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServicePlanAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppServicePlanResource>> GetAppServicePlanAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.AppServicePlanResource>> GetAppServicePlanAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlanAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServicePlanAsync (resourceGroupResource As ResourceGroupResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServicePlanResource))" />
<MemberSignature Language="F#" Value="static member GetAppServicePlanAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppServicePlanResource>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlanAsync (resourceGroupResource, name, 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.AppServicePlanResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="name"> Name of the App Service plan. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get an App Service plan.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}</description></item><item><term>Operation Id</term><description>AppServicePlans_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServicePlanResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetAppServicePlanAsync(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="name" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServicePlanHybridConnectionNamespaceRelayResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource GetAppServicePlanHybridConnectionNamespaceRelayResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource GetAppServicePlanHybridConnectionNamespaceRelayResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlanHybridConnectionNamespaceRelayResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServicePlanHybridConnectionNamespaceRelayResource (client As ArmClient, id As ResourceIdentifier) As AppServicePlanHybridConnectionNamespaceRelayResource" />
<MemberSignature Language="F#" Value="static member GetAppServicePlanHybridConnectionNamespaceRelayResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlanHybridConnectionNamespaceRelayResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing an <see cref="T:Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create an <see cref="T:Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetAppServicePlanHybridConnectionNamespaceRelayResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.AppServicePlanHybridConnectionNamespaceRelayResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServicePlanResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AppServicePlanResource GetAppServicePlanResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AppServicePlanResource GetAppServicePlanResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlanResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServicePlanResource (client As ArmClient, id As ResourceIdentifier) As AppServicePlanResource" />
<MemberSignature Language="F#" Value="static member GetAppServicePlanResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.AppServicePlanResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlanResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AppServicePlanResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing an <see cref="T:Azure.ResourceManager.AppService.AppServicePlanResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.AppServicePlanResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create an <see cref="T:Azure.ResourceManager.AppService.AppServicePlanResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetAppServicePlanResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.AppServicePlanResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServicePlans">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AppServicePlanCollection GetAppServicePlans (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AppServicePlanCollection GetAppServicePlans(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlans(Azure.ResourceManager.Resources.ResourceGroupResource)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServicePlans (resourceGroupResource As ResourceGroupResource) As AppServicePlanCollection" />
<MemberSignature Language="F#" Value="static member GetAppServicePlans : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.AppService.AppServicePlanCollection" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlans resourceGroupResource" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AppServicePlanCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<summary>
Gets a collection of AppServicePlanResources in the ResourceGroupResource.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetAppServicePlans" /> instead.</description></item></summary>
<returns> An object representing collection of AppServicePlanResources and their operations over a AppServicePlanResource. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServicePlans">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlans (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, bool? detailed = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlans(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Nullable`1<bool> detailed, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlans(Azure.ResourceManager.Resources.SubscriptionResource,System.Nullable{System.Boolean},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServicePlans (subscriptionResource As SubscriptionResource, Optional detailed As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServicePlanResource)" />
<MemberSignature Language="F#" Value="static member GetAppServicePlans : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlans (subscriptionResource, detailed, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="detailed" Type="System.Nullable<System.Boolean>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="detailed">
Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties.
Retrieval of all properties may increase the API latency.
</param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get all App Service plans for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/serverfarms</description></item><item><term>Operation Id</term><description>AppServicePlans_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServicePlanResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAppServicePlans(System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.AppServicePlanResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServicePlansAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlansAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, bool? detailed = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlansAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Nullable`1<bool> detailed, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlansAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Nullable{System.Boolean},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServicePlansAsync (subscriptionResource As SubscriptionResource, Optional detailed As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServicePlanResource)" />
<MemberSignature Language="F#" Value="static member GetAppServicePlansAsync : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlansAsync (subscriptionResource, detailed, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="detailed" Type="System.Nullable<System.Boolean>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="detailed">
Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties.
Retrieval of all properties may increase the API latency.
</param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get all App Service plans for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/serverfarms</description></item><item><term>Operation Id</term><description>AppServicePlans_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServicePlanResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAppServicePlans(System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.AppServicePlanResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServicePlanVirtualNetworkConnectionGatewayResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AppServicePlanVirtualNetworkConnectionGatewayResource GetAppServicePlanVirtualNetworkConnectionGatewayResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AppServicePlanVirtualNetworkConnectionGatewayResource GetAppServicePlanVirtualNetworkConnectionGatewayResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlanVirtualNetworkConnectionGatewayResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServicePlanVirtualNetworkConnectionGatewayResource (client As ArmClient, id As ResourceIdentifier) As AppServicePlanVirtualNetworkConnectionGatewayResource" />
<MemberSignature Language="F#" Value="static member GetAppServicePlanVirtualNetworkConnectionGatewayResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.AppServicePlanVirtualNetworkConnectionGatewayResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlanVirtualNetworkConnectionGatewayResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AppServicePlanVirtualNetworkConnectionGatewayResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing an <see cref="T:Azure.ResourceManager.AppService.AppServicePlanVirtualNetworkConnectionGatewayResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.AppServicePlanVirtualNetworkConnectionGatewayResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create an <see cref="T:Azure.ResourceManager.AppService.AppServicePlanVirtualNetworkConnectionGatewayResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetAppServicePlanVirtualNetworkConnectionGatewayResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.AppServicePlanVirtualNetworkConnectionGatewayResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServicePlanVirtualNetworkConnectionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AppServicePlanVirtualNetworkConnectionResource GetAppServicePlanVirtualNetworkConnectionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AppServicePlanVirtualNetworkConnectionResource GetAppServicePlanVirtualNetworkConnectionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlanVirtualNetworkConnectionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServicePlanVirtualNetworkConnectionResource (client As ArmClient, id As ResourceIdentifier) As AppServicePlanVirtualNetworkConnectionResource" />
<MemberSignature Language="F#" Value="static member GetAppServicePlanVirtualNetworkConnectionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.AppServicePlanVirtualNetworkConnectionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServicePlanVirtualNetworkConnectionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AppServicePlanVirtualNetworkConnectionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing an <see cref="T:Azure.ResourceManager.AppService.AppServicePlanVirtualNetworkConnectionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.AppServicePlanVirtualNetworkConnectionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create an <see cref="T:Azure.ResourceManager.AppService.AppServicePlanVirtualNetworkConnectionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetAppServicePlanVirtualNetworkConnectionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.AppServicePlanVirtualNetworkConnectionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceSourceControl">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.AppServiceSourceControlResource> GetAppServiceSourceControl (this Azure.ResourceManager.Resources.TenantResource tenantResource, string sourceControlType, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.AppServiceSourceControlResource> GetAppServiceSourceControl(class Azure.ResourceManager.Resources.TenantResource tenantResource, string sourceControlType, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceSourceControl(Azure.ResourceManager.Resources.TenantResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceSourceControl (tenantResource As TenantResource, sourceControlType As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceSourceControlResource)" />
<MemberSignature Language="F#" Value="static member GetAppServiceSourceControl : Azure.ResourceManager.Resources.TenantResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.AppServiceSourceControlResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceSourceControl (tenantResource, sourceControlType, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.AppServiceSourceControlResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="sourceControlType" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="sourceControlType"> Type of source control. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets source control token
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.Web/sourcecontrols/{sourceControlType}</description></item><item><term>Operation Id</term><description>GetSourceControl</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServiceSourceControlResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetAppServiceSourceControl(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> or <paramref name="sourceControlType" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="sourceControlType" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceSourceControlAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppServiceSourceControlResource>> GetAppServiceSourceControlAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, string sourceControlType, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.AppServiceSourceControlResource>> GetAppServiceSourceControlAsync(class Azure.ResourceManager.Resources.TenantResource tenantResource, string sourceControlType, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceSourceControlAsync(Azure.ResourceManager.Resources.TenantResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceSourceControlAsync (tenantResource As TenantResource, sourceControlType As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceSourceControlResource))" />
<MemberSignature Language="F#" Value="static member GetAppServiceSourceControlAsync : Azure.ResourceManager.Resources.TenantResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.AppServiceSourceControlResource>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceSourceControlAsync (tenantResource, sourceControlType, 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.AppServiceSourceControlResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="sourceControlType" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="sourceControlType"> Type of source control. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets source control token
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.Web/sourcecontrols/{sourceControlType}</description></item><item><term>Operation Id</term><description>GetSourceControl</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.AppServiceSourceControlResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetAppServiceSourceControlAsync(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> or <paramref name="sourceControlType" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="sourceControlType" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceSourceControlResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AppServiceSourceControlResource GetAppServiceSourceControlResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AppServiceSourceControlResource GetAppServiceSourceControlResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceSourceControlResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceSourceControlResource (client As ArmClient, id As ResourceIdentifier) As AppServiceSourceControlResource" />
<MemberSignature Language="F#" Value="static member GetAppServiceSourceControlResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.AppServiceSourceControlResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceSourceControlResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AppServiceSourceControlResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing an <see cref="T:Azure.ResourceManager.AppService.AppServiceSourceControlResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.AppServiceSourceControlResource.CreateResourceIdentifier(System.String)" /> to create an <see cref="T:Azure.ResourceManager.AppService.AppServiceSourceControlResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetAppServiceSourceControlResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.AppServiceSourceControlResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAppServiceSourceControls">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AppServiceSourceControlCollection GetAppServiceSourceControls (this Azure.ResourceManager.Resources.TenantResource tenantResource);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AppServiceSourceControlCollection GetAppServiceSourceControls(class Azure.ResourceManager.Resources.TenantResource tenantResource) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceSourceControls(Azure.ResourceManager.Resources.TenantResource)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAppServiceSourceControls (tenantResource As TenantResource) As AppServiceSourceControlCollection" />
<MemberSignature Language="F#" Value="static member GetAppServiceSourceControls : Azure.ResourceManager.Resources.TenantResource -> Azure.ResourceManager.AppService.AppServiceSourceControlCollection" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAppServiceSourceControls tenantResource" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AppServiceSourceControlCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<summary>
Gets a collection of AppServiceSourceControlResources in the TenantResource.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetAppServiceSourceControls" /> instead.</description></item></summary>
<returns> An object representing collection of AppServiceSourceControlResources and their operations over a AppServiceSourceControlResource. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAseRegions">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceAseRegion> GetAseRegions (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.AppServiceAseRegion> GetAseRegions(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAseRegions(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAseRegions (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServiceAseRegion)" />
<MemberSignature Language="F#" Value="static member GetAseRegions : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceAseRegion>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAseRegions (subscriptionResource, 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.AppServiceAseRegion></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for get a list of available ASE regions and its supported Skus.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/aseRegions</description></item><item><term>Operation Id</term><description>ListAseRegions</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAseRegions(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppServiceAseRegion" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAseRegionsAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceAseRegion> GetAseRegionsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.AppServiceAseRegion> GetAseRegionsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAseRegionsAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAseRegionsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceAseRegion)" />
<MemberSignature Language="F#" Value="static member GetAseRegionsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceAseRegion>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAseRegionsAsync (subscriptionResource, 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.AppServiceAseRegion></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for get a list of available ASE regions and its supported Skus.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/aseRegions</description></item><item><term>Operation Id</term><description>ListAseRegions</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAseRegions(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppServiceAseRegion" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAseV3NetworkingConfigurationResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.AseV3NetworkingConfigurationResource GetAseV3NetworkingConfigurationResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.AseV3NetworkingConfigurationResource GetAseV3NetworkingConfigurationResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAseV3NetworkingConfigurationResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAseV3NetworkingConfigurationResource (client As ArmClient, id As ResourceIdentifier) As AseV3NetworkingConfigurationResource" />
<MemberSignature Language="F#" Value="static member GetAseV3NetworkingConfigurationResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.AseV3NetworkingConfigurationResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAseV3NetworkingConfigurationResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.AseV3NetworkingConfigurationResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing an <see cref="T:Azure.ResourceManager.AppService.AseV3NetworkingConfigurationResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.AseV3NetworkingConfigurationResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create an <see cref="T:Azure.ResourceManager.AppService.AseV3NetworkingConfigurationResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetAseV3NetworkingConfigurationResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.AseV3NetworkingConfigurationResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAvailableStacksOnPremProviders">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.ApplicationStackResource> GetAvailableStacksOnPremProviders (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected? osTypeSelected = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.ApplicationStackResource> GetAvailableStacksOnPremProviders(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Nullable`1<valuetype Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected> osTypeSelected, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAvailableStacksOnPremProviders(Azure.ResourceManager.Resources.SubscriptionResource,System.Nullable{Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAvailableStacksOnPremProviders (subscriptionResource As SubscriptionResource, Optional osTypeSelected As Nullable(Of ProviderOSTypeSelected) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApplicationStackResource)" />
<MemberSignature Language="F#" Value="static member GetAvailableStacksOnPremProviders : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.ApplicationStackResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAvailableStacksOnPremProviders (subscriptionResource, osTypeSelected, 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.ApplicationStackResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="osTypeSelected" Type="System.Nullable<Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="osTypeSelected"> The <see cref="T:Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected" />? to use. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get available application frameworks and their versions
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/availableStacks</description></item><item><term>Operation Id</term><description>Provider_GetAvailableStacksOnPrem</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAvailableStacksOnPremProviders(System.Nullable{Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected},System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.ApplicationStackResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAvailableStacksOnPremProvidersAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.ApplicationStackResource> GetAvailableStacksOnPremProvidersAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected? osTypeSelected = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.ApplicationStackResource> GetAvailableStacksOnPremProvidersAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Nullable`1<valuetype Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected> osTypeSelected, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAvailableStacksOnPremProvidersAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Nullable{Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAvailableStacksOnPremProvidersAsync (subscriptionResource As SubscriptionResource, Optional osTypeSelected As Nullable(Of ProviderOSTypeSelected) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApplicationStackResource)" />
<MemberSignature Language="F#" Value="static member GetAvailableStacksOnPremProvidersAsync : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.ApplicationStackResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAvailableStacksOnPremProvidersAsync (subscriptionResource, osTypeSelected, 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.ApplicationStackResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="osTypeSelected" Type="System.Nullable<Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="osTypeSelected"> The <see cref="T:Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected" />? to use. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get available application frameworks and their versions
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/availableStacks</description></item><item><term>Operation Id</term><description>Provider_GetAvailableStacksOnPrem</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetAvailableStacksOnPremProviders(System.Nullable{Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected},System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.ApplicationStackResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAvailableStacksProviders">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.ApplicationStackResource> GetAvailableStacksProviders (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected? osTypeSelected = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.ApplicationStackResource> GetAvailableStacksProviders(class Azure.ResourceManager.Resources.TenantResource tenantResource, valuetype System.Nullable`1<valuetype Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected> osTypeSelected, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAvailableStacksProviders(Azure.ResourceManager.Resources.TenantResource,System.Nullable{Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAvailableStacksProviders (tenantResource As TenantResource, Optional osTypeSelected As Nullable(Of ProviderOSTypeSelected) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApplicationStackResource)" />
<MemberSignature Language="F#" Value="static member GetAvailableStacksProviders : Azure.ResourceManager.Resources.TenantResource * Nullable<Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.ApplicationStackResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAvailableStacksProviders (tenantResource, osTypeSelected, 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.ApplicationStackResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="osTypeSelected" Type="System.Nullable<Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="osTypeSelected"> The <see cref="T:Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected" />? to use. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get available application frameworks and their versions
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.Web/availableStacks</description></item><item><term>Operation Id</term><description>Provider_GetAvailableStacks</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetAvailableStacksProviders(System.Nullable{Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected},System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.ApplicationStackResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetAvailableStacksProvidersAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.ApplicationStackResource> GetAvailableStacksProvidersAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected? osTypeSelected = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.ApplicationStackResource> GetAvailableStacksProvidersAsync(class Azure.ResourceManager.Resources.TenantResource tenantResource, valuetype System.Nullable`1<valuetype Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected> osTypeSelected, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetAvailableStacksProvidersAsync(Azure.ResourceManager.Resources.TenantResource,System.Nullable{Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetAvailableStacksProvidersAsync (tenantResource As TenantResource, Optional osTypeSelected As Nullable(Of ProviderOSTypeSelected) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ApplicationStackResource)" />
<MemberSignature Language="F#" Value="static member GetAvailableStacksProvidersAsync : Azure.ResourceManager.Resources.TenantResource * Nullable<Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.ApplicationStackResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetAvailableStacksProvidersAsync (tenantResource, osTypeSelected, 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.ApplicationStackResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="osTypeSelected" Type="System.Nullable<Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="osTypeSelected"> The <see cref="T:Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected" />? to use. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get available application frameworks and their versions
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.Web/availableStacks</description></item><item><term>Operation Id</term><description>Provider_GetAvailableStacks</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetAvailableStacksProviders(System.Nullable{Azure.ResourceManager.AppService.Models.ProviderOSTypeSelected},System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.ApplicationStackResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetBillingMeters">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceBillingMeter> GetBillingMeters (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string billingLocation = default, string osType = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.AppServiceBillingMeter> GetBillingMeters(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string billingLocation, string osType, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetBillingMeters(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetBillingMeters (subscriptionResource As SubscriptionResource, Optional billingLocation As String = Nothing, Optional osType As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServiceBillingMeter)" />
<MemberSignature Language="F#" Value="static member GetBillingMeters : Azure.ResourceManager.Resources.SubscriptionResource * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceBillingMeter>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetBillingMeters (subscriptionResource, billingLocation, osType, 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.AppServiceBillingMeter></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="billingLocation" Type="System.String" />
<Parameter Name="osType" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="billingLocation"> Azure Location of billable resource. </param>
<param name="osType"> App Service OS type meters used for. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets a list of meters for a given location.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/billingMeters</description></item><item><term>Operation Id</term><description>ListBillingMeters</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetBillingMeters(System.String,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppServiceBillingMeter" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetBillingMetersAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceBillingMeter> GetBillingMetersAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string billingLocation = default, string osType = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.AppServiceBillingMeter> GetBillingMetersAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string billingLocation, string osType, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetBillingMetersAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetBillingMetersAsync (subscriptionResource As SubscriptionResource, Optional billingLocation As String = Nothing, Optional osType As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceBillingMeter)" />
<MemberSignature Language="F#" Value="static member GetBillingMetersAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceBillingMeter>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetBillingMetersAsync (subscriptionResource, billingLocation, osType, 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.AppServiceBillingMeter></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="billingLocation" Type="System.String" />
<Parameter Name="osType" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="billingLocation"> Azure Location of billable resource. </param>
<param name="osType"> App Service OS type meters used for. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets a list of meters for a given location.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/billingMeters</description></item><item><term>Operation Id</term><description>ListBillingMeters</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetBillingMeters(System.String,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppServiceBillingMeter" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetCertificateOrderDetectorResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.CertificateOrderDetectorResource GetCertificateOrderDetectorResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.CertificateOrderDetectorResource GetCertificateOrderDetectorResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetCertificateOrderDetectorResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetCertificateOrderDetectorResource (client As ArmClient, id As ResourceIdentifier) As CertificateOrderDetectorResource" />
<MemberSignature Language="F#" Value="static member GetCertificateOrderDetectorResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.CertificateOrderDetectorResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetCertificateOrderDetectorResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.CertificateOrderDetectorResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.CertificateOrderDetectorResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.CertificateOrderDetectorResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.CertificateOrderDetectorResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetCertificateOrderDetectorResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.CertificateOrderDetectorResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetControlCenterSsoRequestDomain">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.Models.DomainControlCenterSsoRequestInfo> GetControlCenterSsoRequestDomain (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.Models.DomainControlCenterSsoRequestInfo> GetControlCenterSsoRequestDomain(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetControlCenterSsoRequestDomain(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetControlCenterSsoRequestDomain (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DomainControlCenterSsoRequestInfo)" />
<MemberSignature Language="F#" Value="static member GetControlCenterSsoRequestDomain : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.DomainControlCenterSsoRequestInfo>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetControlCenterSsoRequestDomain (subscriptionResource, 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.DomainControlCenterSsoRequestInfo></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Generate a single sign-on request for the domain management portal.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/generateSsoRequest</description></item><item><term>Operation Id</term><description>Domains_GetControlCenterSsoRequest</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetControlCenterSsoRequestDomain(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetControlCenterSsoRequestDomainAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.DomainControlCenterSsoRequestInfo>> GetControlCenterSsoRequestDomainAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.DomainControlCenterSsoRequestInfo>> GetControlCenterSsoRequestDomainAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetControlCenterSsoRequestDomainAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetControlCenterSsoRequestDomainAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DomainControlCenterSsoRequestInfo))" />
<MemberSignature Language="F#" Value="static member GetControlCenterSsoRequestDomainAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.DomainControlCenterSsoRequestInfo>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetControlCenterSsoRequestDomainAsync (subscriptionResource, 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.DomainControlCenterSsoRequestInfo>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Generate a single sign-on request for the domain management portal.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/generateSsoRequest</description></item><item><term>Operation Id</term><description>Domains_GetControlCenterSsoRequest</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetControlCenterSsoRequestDomain(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetCustomDnsSuffixConfigurationResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.CustomDnsSuffixConfigurationResource GetCustomDnsSuffixConfigurationResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.CustomDnsSuffixConfigurationResource GetCustomDnsSuffixConfigurationResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetCustomDnsSuffixConfigurationResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetCustomDnsSuffixConfigurationResource (client As ArmClient, id As ResourceIdentifier) As CustomDnsSuffixConfigurationResource" />
<MemberSignature Language="F#" Value="static member GetCustomDnsSuffixConfigurationResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.CustomDnsSuffixConfigurationResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetCustomDnsSuffixConfigurationResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.CustomDnsSuffixConfigurationResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.CustomDnsSuffixConfigurationResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.CustomDnsSuffixConfigurationResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.CustomDnsSuffixConfigurationResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetCustomDnsSuffixConfigurationResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.CustomDnsSuffixConfigurationResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetCustomHostNameSites">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.CustomHostnameSites> GetCustomHostNameSites (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string hostname = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.CustomHostnameSites> GetCustomHostNameSites(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string hostname, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetCustomHostNameSites(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetCustomHostNameSites (subscriptionResource As SubscriptionResource, Optional hostname As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CustomHostnameSites)" />
<MemberSignature Language="F#" Value="static member GetCustomHostNameSites : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.CustomHostnameSites>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetCustomHostNameSites (subscriptionResource, hostname, 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.CustomHostnameSites></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="hostname" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="hostname"> Specific hostname. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Get custom hostnames under this subscription
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/customhostnameSites</description></item><item><term>Operation Id</term><description>ListCustomHostNameSites</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetCustomHostNameSites(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.CustomHostnameSites" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetCustomHostNameSitesAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CustomHostnameSites> GetCustomHostNameSitesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string hostname = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.CustomHostnameSites> GetCustomHostNameSitesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string hostname, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetCustomHostNameSitesAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetCustomHostNameSitesAsync (subscriptionResource As SubscriptionResource, Optional hostname As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CustomHostnameSites)" />
<MemberSignature Language="F#" Value="static member GetCustomHostNameSitesAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CustomHostnameSites>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetCustomHostNameSitesAsync (subscriptionResource, hostname, 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.CustomHostnameSites></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="hostname" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="hostname"> Specific hostname. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Get custom hostnames under this subscription
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/customhostnameSites</description></item><item><term>Operation Id</term><description>ListCustomHostNameSites</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetCustomHostNameSites(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.CustomHostnameSites" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetDeletedSite">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.DeletedSiteResource> GetDeletedSite (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string deletedSiteId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.DeletedSiteResource> GetDeletedSite(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string deletedSiteId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetDeletedSite(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetDeletedSite (subscriptionResource As SubscriptionResource, deletedSiteId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DeletedSiteResource)" />
<MemberSignature Language="F#" Value="static member GetDeletedSite : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.DeletedSiteResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetDeletedSite (subscriptionResource, deletedSiteId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.DeletedSiteResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="deletedSiteId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="deletedSiteId"> The numeric ID of the deleted app, e.g. 12345. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get deleted app for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}</description></item><item><term>Operation Id</term><description>Global_GetDeletedWebApp</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.DeletedSiteResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetDeletedSite(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="deletedSiteId" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="deletedSiteId" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetDeletedSiteAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.DeletedSiteResource>> GetDeletedSiteAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string deletedSiteId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.DeletedSiteResource>> GetDeletedSiteAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string deletedSiteId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetDeletedSiteAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetDeletedSiteAsync (subscriptionResource As SubscriptionResource, deletedSiteId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DeletedSiteResource))" />
<MemberSignature Language="F#" Value="static member GetDeletedSiteAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.DeletedSiteResource>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetDeletedSiteAsync (subscriptionResource, deletedSiteId, 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.DeletedSiteResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="deletedSiteId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="deletedSiteId"> The numeric ID of the deleted app, e.g. 12345. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get deleted app for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}</description></item><item><term>Operation Id</term><description>Global_GetDeletedWebApp</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.DeletedSiteResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetDeletedSiteAsync(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="deletedSiteId" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="deletedSiteId" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetDeletedSiteResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.DeletedSiteResource GetDeletedSiteResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.DeletedSiteResource GetDeletedSiteResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetDeletedSiteResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetDeletedSiteResource (client As ArmClient, id As ResourceIdentifier) As DeletedSiteResource" />
<MemberSignature Language="F#" Value="static member GetDeletedSiteResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.DeletedSiteResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetDeletedSiteResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.DeletedSiteResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.DeletedSiteResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.DeletedSiteResource.CreateResourceIdentifier(System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.DeletedSiteResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetDeletedSiteResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.DeletedSiteResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetDeletedSites">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.DeletedSiteCollection GetDeletedSites (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.DeletedSiteCollection GetDeletedSites(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetDeletedSites(Azure.ResourceManager.Resources.SubscriptionResource)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetDeletedSites (subscriptionResource As SubscriptionResource) As DeletedSiteCollection" />
<MemberSignature Language="F#" Value="static member GetDeletedSites : Azure.ResourceManager.Resources.SubscriptionResource -> Azure.ResourceManager.AppService.DeletedSiteCollection" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetDeletedSites subscriptionResource" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.DeletedSiteCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<summary>
Gets a collection of DeletedSiteResources in the SubscriptionResource.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetDeletedSites" /> instead.</description></item></summary>
<returns> An object representing collection of DeletedSiteResources and their operations over a DeletedSiteResource. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetDeletedSitesByLocation">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.DeletedSiteResource> GetDeletedSitesByLocation (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.DeletedSiteResource> GetDeletedSitesByLocation(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetDeletedSitesByLocation(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetDeletedSitesByLocation (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DeletedSiteResource)" />
<MemberSignature Language="F#" Value="static member GetDeletedSitesByLocation : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.DeletedSiteResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetDeletedSitesByLocation (subscriptionResource, location, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.DeletedSiteResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="location" Type="Azure.Core.AzureLocation" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="location"> The <see cref="T:Azure.Core.AzureLocation" /> to use. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get all deleted apps for a subscription at location
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites</description></item><item><term>Operation Id</term><description>DeletedWebApps_ListByLocation</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.DeletedSiteResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetDeletedSitesByLocation(Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.DeletedSiteResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetDeletedSitesByLocationAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.DeletedSiteResource> GetDeletedSitesByLocationAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.DeletedSiteResource> GetDeletedSitesByLocationAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetDeletedSitesByLocationAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetDeletedSitesByLocationAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DeletedSiteResource)" />
<MemberSignature Language="F#" Value="static member GetDeletedSitesByLocationAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.DeletedSiteResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetDeletedSitesByLocationAsync (subscriptionResource, location, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.DeletedSiteResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="location" Type="Azure.Core.AzureLocation" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="location"> The <see cref="T:Azure.Core.AzureLocation" /> to use. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get all deleted apps for a subscription at location
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites</description></item><item><term>Operation Id</term><description>DeletedWebApps_ListByLocation</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.DeletedSiteResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetDeletedSitesByLocation(Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.DeletedSiteResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetDeletedWebAppByLocationDeletedWebApp">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.DeletedSiteResource> GetDeletedWebAppByLocationDeletedWebApp (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string deletedSiteId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.DeletedSiteResource> GetDeletedWebAppByLocationDeletedWebApp(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string deletedSiteId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetDeletedWebAppByLocationDeletedWebApp(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetDeletedWebAppByLocationDeletedWebApp (subscriptionResource As SubscriptionResource, location As AzureLocation, deletedSiteId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DeletedSiteResource)" />
<MemberSignature Language="F#" Value="static member GetDeletedWebAppByLocationDeletedWebApp : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.DeletedSiteResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetDeletedWebAppByLocationDeletedWebApp (subscriptionResource, location, deletedSiteId, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.DeletedSiteResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="location" Type="Azure.Core.AzureLocation" />
<Parameter Name="deletedSiteId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="location"> The <see cref="T:Azure.Core.AzureLocation" /> to use. </param>
<param name="deletedSiteId"> The numeric ID of the deleted app, e.g. 12345. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get deleted app for a subscription at location.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites/{deletedSiteId}</description></item><item><term>Operation Id</term><description>DeletedWebApps_GetDeletedWebAppByLocation</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.DeletedSiteResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetDeletedWebAppByLocationDeletedWebApp(Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="deletedSiteId" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="deletedSiteId" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetDeletedWebAppByLocationDeletedWebAppAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.DeletedSiteResource>> GetDeletedWebAppByLocationDeletedWebAppAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string deletedSiteId, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.DeletedSiteResource>> GetDeletedWebAppByLocationDeletedWebAppAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string deletedSiteId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetDeletedWebAppByLocationDeletedWebAppAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetDeletedWebAppByLocationDeletedWebAppAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, deletedSiteId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DeletedSiteResource))" />
<MemberSignature Language="F#" Value="static member GetDeletedWebAppByLocationDeletedWebAppAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.DeletedSiteResource>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetDeletedWebAppByLocationDeletedWebAppAsync (subscriptionResource, location, deletedSiteId, 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.DeletedSiteResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="location" Type="Azure.Core.AzureLocation" />
<Parameter Name="deletedSiteId" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="location"> The <see cref="T:Azure.Core.AzureLocation" /> to use. </param>
<param name="deletedSiteId"> The numeric ID of the deleted app, e.g. 12345. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get deleted app for a subscription at location.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/deletedSites/{deletedSiteId}</description></item><item><term>Operation Id</term><description>DeletedWebApps_GetDeletedWebAppByLocation</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.DeletedSiteResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetDeletedWebAppByLocationDeletedWebApp(Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentException">
<paramref name="deletedSiteId" /> is an empty string, and was expected to be non-empty. </exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="deletedSiteId" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetDomainOwnershipIdentifierResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.DomainOwnershipIdentifierResource GetDomainOwnershipIdentifierResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.DomainOwnershipIdentifierResource GetDomainOwnershipIdentifierResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetDomainOwnershipIdentifierResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetDomainOwnershipIdentifierResource (client As ArmClient, id As ResourceIdentifier) As DomainOwnershipIdentifierResource" />
<MemberSignature Language="F#" Value="static member GetDomainOwnershipIdentifierResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.DomainOwnershipIdentifierResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetDomainOwnershipIdentifierResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.DomainOwnershipIdentifierResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.DomainOwnershipIdentifierResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.DomainOwnershipIdentifierResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.DomainOwnershipIdentifierResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetDomainOwnershipIdentifierResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.DomainOwnershipIdentifierResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetFunctionAppStacksForLocationProviders">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.FunctionAppStack> GetFunctionAppStacksForLocationProviders (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.Core.AzureLocation location, Azure.ResourceManager.AppService.Models.ProviderStackOSType? stackOSType = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.FunctionAppStack> GetFunctionAppStacksForLocationProviders(class Azure.ResourceManager.Resources.TenantResource tenantResource, valuetype Azure.Core.AzureLocation location, valuetype System.Nullable`1<valuetype Azure.ResourceManager.AppService.Models.ProviderStackOSType> stackOSType, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetFunctionAppStacksForLocationProviders(Azure.ResourceManager.Resources.TenantResource,Azure.Core.AzureLocation,System.Nullable{Azure.ResourceManager.AppService.Models.ProviderStackOSType},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetFunctionAppStacksForLocationProviders (tenantResource As TenantResource, location As AzureLocation, Optional stackOSType As Nullable(Of ProviderStackOSType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of FunctionAppStack)" />
<MemberSignature Language="F#" Value="static member GetFunctionAppStacksForLocationProviders : Azure.ResourceManager.Resources.TenantResource * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.FunctionAppStack>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetFunctionAppStacksForLocationProviders (tenantResource, location, stackOSType, 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.FunctionAppStack></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="location" Type="Azure.Core.AzureLocation" />
<Parameter Name="stackOSType" Type="System.Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="location"> Function App stack location. </param>
<param name="stackOSType"> Stack OS Type. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get available Function app frameworks and their versions for location
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.Web/locations/{location}/functionAppStacks</description></item><item><term>Operation Id</term><description>Provider_GetFunctionAppStacksForLocation</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetFunctionAppStacksForLocationProviders(Azure.Core.AzureLocation,System.Nullable{Azure.ResourceManager.AppService.Models.ProviderStackOSType},System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.FunctionAppStack" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetFunctionAppStacksForLocationProvidersAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.FunctionAppStack> GetFunctionAppStacksForLocationProvidersAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.Core.AzureLocation location, Azure.ResourceManager.AppService.Models.ProviderStackOSType? stackOSType = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.FunctionAppStack> GetFunctionAppStacksForLocationProvidersAsync(class Azure.ResourceManager.Resources.TenantResource tenantResource, valuetype Azure.Core.AzureLocation location, valuetype System.Nullable`1<valuetype Azure.ResourceManager.AppService.Models.ProviderStackOSType> stackOSType, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetFunctionAppStacksForLocationProvidersAsync(Azure.ResourceManager.Resources.TenantResource,Azure.Core.AzureLocation,System.Nullable{Azure.ResourceManager.AppService.Models.ProviderStackOSType},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetFunctionAppStacksForLocationProvidersAsync (tenantResource As TenantResource, location As AzureLocation, Optional stackOSType As Nullable(Of ProviderStackOSType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of FunctionAppStack)" />
<MemberSignature Language="F#" Value="static member GetFunctionAppStacksForLocationProvidersAsync : Azure.ResourceManager.Resources.TenantResource * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.FunctionAppStack>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetFunctionAppStacksForLocationProvidersAsync (tenantResource, location, stackOSType, 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.FunctionAppStack></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="location" Type="Azure.Core.AzureLocation" />
<Parameter Name="stackOSType" Type="System.Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="location"> Function App stack location. </param>
<param name="stackOSType"> Stack OS Type. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get available Function app frameworks and their versions for location
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.Web/locations/{location}/functionAppStacks</description></item><item><term>Operation Id</term><description>Provider_GetFunctionAppStacksForLocation</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetFunctionAppStacksForLocationProviders(Azure.Core.AzureLocation,System.Nullable{Azure.ResourceManager.AppService.Models.ProviderStackOSType},System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.FunctionAppStack" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetFunctionAppStacksProviders">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.FunctionAppStack> GetFunctionAppStacksProviders (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.AppService.Models.ProviderStackOSType? stackOSType = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.FunctionAppStack> GetFunctionAppStacksProviders(class Azure.ResourceManager.Resources.TenantResource tenantResource, valuetype System.Nullable`1<valuetype Azure.ResourceManager.AppService.Models.ProviderStackOSType> stackOSType, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetFunctionAppStacksProviders(Azure.ResourceManager.Resources.TenantResource,System.Nullable{Azure.ResourceManager.AppService.Models.ProviderStackOSType},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetFunctionAppStacksProviders (tenantResource As TenantResource, Optional stackOSType As Nullable(Of ProviderStackOSType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of FunctionAppStack)" />
<MemberSignature Language="F#" Value="static member GetFunctionAppStacksProviders : Azure.ResourceManager.Resources.TenantResource * Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.FunctionAppStack>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetFunctionAppStacksProviders (tenantResource, stackOSType, 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.FunctionAppStack></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="stackOSType" Type="System.Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="stackOSType"> Stack OS Type. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get available Function app frameworks and their versions
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.Web/functionAppStacks</description></item><item><term>Operation Id</term><description>Provider_GetFunctionAppStacks</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetFunctionAppStacksProviders(System.Nullable{Azure.ResourceManager.AppService.Models.ProviderStackOSType},System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.FunctionAppStack" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetFunctionAppStacksProvidersAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.FunctionAppStack> GetFunctionAppStacksProvidersAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.AppService.Models.ProviderStackOSType? stackOSType = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.FunctionAppStack> GetFunctionAppStacksProvidersAsync(class Azure.ResourceManager.Resources.TenantResource tenantResource, valuetype System.Nullable`1<valuetype Azure.ResourceManager.AppService.Models.ProviderStackOSType> stackOSType, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetFunctionAppStacksProvidersAsync(Azure.ResourceManager.Resources.TenantResource,System.Nullable{Azure.ResourceManager.AppService.Models.ProviderStackOSType},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetFunctionAppStacksProvidersAsync (tenantResource As TenantResource, Optional stackOSType As Nullable(Of ProviderStackOSType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of FunctionAppStack)" />
<MemberSignature Language="F#" Value="static member GetFunctionAppStacksProvidersAsync : Azure.ResourceManager.Resources.TenantResource * Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.FunctionAppStack>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetFunctionAppStacksProvidersAsync (tenantResource, stackOSType, 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.FunctionAppStack></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="stackOSType" Type="System.Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="stackOSType"> Stack OS Type. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get available Function app frameworks and their versions
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.Web/functionAppStacks</description></item><item><term>Operation Id</term><description>Provider_GetFunctionAppStacks</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetFunctionAppStacksProviders(System.Nullable{Azure.ResourceManager.AppService.Models.ProviderStackOSType},System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.FunctionAppStack" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetGeoRegions">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceGeoRegion> GetGeoRegions (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.AppServiceSkuName? sku = default, bool? linuxWorkersEnabled = default, bool? xenonWorkersEnabled = default, bool? linuxDynamicWorkersEnabled = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.AppServiceGeoRegion> GetGeoRegions(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Nullable`1<valuetype Azure.ResourceManager.AppService.Models.AppServiceSkuName> sku, valuetype System.Nullable`1<bool> linuxWorkersEnabled, valuetype System.Nullable`1<bool> xenonWorkersEnabled, valuetype System.Nullable`1<bool> linuxDynamicWorkersEnabled, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetGeoRegions(Azure.ResourceManager.Resources.SubscriptionResource,System.Nullable{Azure.ResourceManager.AppService.Models.AppServiceSkuName},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetGeoRegions (subscriptionResource As SubscriptionResource, Optional sku As Nullable(Of AppServiceSkuName) = Nothing, Optional linuxWorkersEnabled As Nullable(Of Boolean) = Nothing, Optional xenonWorkersEnabled As Nullable(Of Boolean) = Nothing, Optional linuxDynamicWorkersEnabled As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServiceGeoRegion)" />
<MemberSignature Language="F#" Value="static member GetGeoRegions : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<Azure.ResourceManager.AppService.Models.AppServiceSkuName> * Nullable<bool> * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceGeoRegion>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetGeoRegions (subscriptionResource, sku, linuxWorkersEnabled, xenonWorkersEnabled, linuxDynamicWorkersEnabled, 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.AppServiceGeoRegion></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="sku" Type="System.Nullable<Azure.ResourceManager.AppService.Models.AppServiceSkuName>" />
<Parameter Name="linuxWorkersEnabled" Type="System.Nullable<System.Boolean>" />
<Parameter Name="xenonWorkersEnabled" Type="System.Nullable<System.Boolean>" />
<Parameter Name="linuxDynamicWorkersEnabled" Type="System.Nullable<System.Boolean>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="sku"> Name of SKU used to filter the regions. </param>
<param name="linuxWorkersEnabled"> Specify <code>true</code> if you want to filter to only regions that support Linux workers. </param>
<param name="xenonWorkersEnabled"> Specify <code>true</code> if you want to filter to only regions that support Xenon workers. </param>
<param name="linuxDynamicWorkersEnabled"> Specify <code>true</code> if you want to filter to only regions that support Linux Consumption Workers. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get a list of available geographical regions.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/geoRegions</description></item><item><term>Operation Id</term><description>ListGeoRegions</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetGeoRegions(System.Nullable{Azure.ResourceManager.AppService.Models.AppServiceSkuName},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppServiceGeoRegion" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetGeoRegionsAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceGeoRegion> GetGeoRegionsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.AppServiceSkuName? sku = default, bool? linuxWorkersEnabled = default, bool? xenonWorkersEnabled = default, bool? linuxDynamicWorkersEnabled = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.AppServiceGeoRegion> GetGeoRegionsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Nullable`1<valuetype Azure.ResourceManager.AppService.Models.AppServiceSkuName> sku, valuetype System.Nullable`1<bool> linuxWorkersEnabled, valuetype System.Nullable`1<bool> xenonWorkersEnabled, valuetype System.Nullable`1<bool> linuxDynamicWorkersEnabled, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetGeoRegionsAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Nullable{Azure.ResourceManager.AppService.Models.AppServiceSkuName},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetGeoRegionsAsync (subscriptionResource As SubscriptionResource, Optional sku As Nullable(Of AppServiceSkuName) = Nothing, Optional linuxWorkersEnabled As Nullable(Of Boolean) = Nothing, Optional xenonWorkersEnabled As Nullable(Of Boolean) = Nothing, Optional linuxDynamicWorkersEnabled As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceGeoRegion)" />
<MemberSignature Language="F#" Value="static member GetGeoRegionsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<Azure.ResourceManager.AppService.Models.AppServiceSkuName> * Nullable<bool> * Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceGeoRegion>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetGeoRegionsAsync (subscriptionResource, sku, linuxWorkersEnabled, xenonWorkersEnabled, linuxDynamicWorkersEnabled, 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.AppServiceGeoRegion></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="sku" Type="System.Nullable<Azure.ResourceManager.AppService.Models.AppServiceSkuName>" />
<Parameter Name="linuxWorkersEnabled" Type="System.Nullable<System.Boolean>" />
<Parameter Name="xenonWorkersEnabled" Type="System.Nullable<System.Boolean>" />
<Parameter Name="linuxDynamicWorkersEnabled" Type="System.Nullable<System.Boolean>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="sku"> Name of SKU used to filter the regions. </param>
<param name="linuxWorkersEnabled"> Specify <code>true</code> if you want to filter to only regions that support Linux workers. </param>
<param name="xenonWorkersEnabled"> Specify <code>true</code> if you want to filter to only regions that support Xenon workers. </param>
<param name="linuxDynamicWorkersEnabled"> Specify <code>true</code> if you want to filter to only regions that support Linux Consumption Workers. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get a list of available geographical regions.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/geoRegions</description></item><item><term>Operation Id</term><description>ListGeoRegions</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetGeoRegions(System.Nullable{Azure.ResourceManager.AppService.Models.AppServiceSkuName},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppServiceGeoRegion" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetGetUsagesInLocations">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmUsageQuota> GetGetUsagesInLocations (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.CsmUsageQuota> GetGetUsagesInLocations(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetGetUsagesInLocations(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetGetUsagesInLocations (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CsmUsageQuota)" />
<MemberSignature Language="F#" Value="static member GetGetUsagesInLocations : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmUsageQuota>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetGetUsagesInLocations (subscriptionResource, location, 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="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="location" Type="Azure.Core.AzureLocation" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="location"> The name of the Azure region. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
List usages in cores for all skus used by a subscription in a given location, for a specific quota type.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/usages</description></item><item><term>Operation Id</term><description>GetUsagesInLocation_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetGetUsagesInLocations(Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> instead.</description></item></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>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetGetUsagesInLocationsAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmUsageQuota> GetGetUsagesInLocationsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.CsmUsageQuota> GetGetUsagesInLocationsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetGetUsagesInLocationsAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetGetUsagesInLocationsAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CsmUsageQuota)" />
<MemberSignature Language="F#" Value="static member GetGetUsagesInLocationsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmUsageQuota>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetGetUsagesInLocationsAsync (subscriptionResource, location, 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="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="location" Type="Azure.Core.AzureLocation" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="location"> The name of the Azure region. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
List usages in cores for all skus used by a subscription in a given location, for a specific quota type.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/usages</description></item><item><term>Operation Id</term><description>GetUsagesInLocation_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetGetUsagesInLocations(Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> instead.</description></item></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>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetHostingEnvironmentDetectorResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.HostingEnvironmentDetectorResource GetHostingEnvironmentDetectorResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.HostingEnvironmentDetectorResource GetHostingEnvironmentDetectorResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetHostingEnvironmentDetectorResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetHostingEnvironmentDetectorResource (client As ArmClient, id As ResourceIdentifier) As HostingEnvironmentDetectorResource" />
<MemberSignature Language="F#" Value="static member GetHostingEnvironmentDetectorResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.HostingEnvironmentDetectorResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetHostingEnvironmentDetectorResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.HostingEnvironmentDetectorResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.HostingEnvironmentDetectorResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.HostingEnvironmentDetectorResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.HostingEnvironmentDetectorResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetHostingEnvironmentDetectorResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.HostingEnvironmentDetectorResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetHostingEnvironmentMultiRolePoolResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.HostingEnvironmentMultiRolePoolResource GetHostingEnvironmentMultiRolePoolResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.HostingEnvironmentMultiRolePoolResource GetHostingEnvironmentMultiRolePoolResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetHostingEnvironmentMultiRolePoolResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetHostingEnvironmentMultiRolePoolResource (client As ArmClient, id As ResourceIdentifier) As HostingEnvironmentMultiRolePoolResource" />
<MemberSignature Language="F#" Value="static member GetHostingEnvironmentMultiRolePoolResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.HostingEnvironmentMultiRolePoolResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetHostingEnvironmentMultiRolePoolResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.HostingEnvironmentMultiRolePoolResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.HostingEnvironmentMultiRolePoolResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.HostingEnvironmentMultiRolePoolResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.HostingEnvironmentMultiRolePoolResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetHostingEnvironmentMultiRolePoolResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.HostingEnvironmentMultiRolePoolResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetHostingEnvironmentPrivateEndpointConnectionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.HostingEnvironmentPrivateEndpointConnectionResource GetHostingEnvironmentPrivateEndpointConnectionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.HostingEnvironmentPrivateEndpointConnectionResource GetHostingEnvironmentPrivateEndpointConnectionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetHostingEnvironmentPrivateEndpointConnectionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetHostingEnvironmentPrivateEndpointConnectionResource (client As ArmClient, id As ResourceIdentifier) As HostingEnvironmentPrivateEndpointConnectionResource" />
<MemberSignature Language="F#" Value="static member GetHostingEnvironmentPrivateEndpointConnectionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.HostingEnvironmentPrivateEndpointConnectionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetHostingEnvironmentPrivateEndpointConnectionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.HostingEnvironmentPrivateEndpointConnectionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.HostingEnvironmentPrivateEndpointConnectionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.HostingEnvironmentPrivateEndpointConnectionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.HostingEnvironmentPrivateEndpointConnectionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetHostingEnvironmentPrivateEndpointConnectionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.HostingEnvironmentPrivateEndpointConnectionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetHostingEnvironmentRecommendationResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.HostingEnvironmentRecommendationResource GetHostingEnvironmentRecommendationResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.HostingEnvironmentRecommendationResource GetHostingEnvironmentRecommendationResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetHostingEnvironmentRecommendationResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetHostingEnvironmentRecommendationResource (client As ArmClient, id As ResourceIdentifier) As HostingEnvironmentRecommendationResource" />
<MemberSignature Language="F#" Value="static member GetHostingEnvironmentRecommendationResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.HostingEnvironmentRecommendationResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetHostingEnvironmentRecommendationResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.HostingEnvironmentRecommendationResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.HostingEnvironmentRecommendationResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.HostingEnvironmentRecommendationResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.HostingEnvironmentRecommendationResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetHostingEnvironmentRecommendationResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.HostingEnvironmentRecommendationResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetHostingEnvironmentWorkerPoolResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource GetHostingEnvironmentWorkerPoolResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource GetHostingEnvironmentWorkerPoolResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetHostingEnvironmentWorkerPoolResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetHostingEnvironmentWorkerPoolResource (client As ArmClient, id As ResourceIdentifier) As HostingEnvironmentWorkerPoolResource" />
<MemberSignature Language="F#" Value="static member GetHostingEnvironmentWorkerPoolResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetHostingEnvironmentWorkerPoolResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetHostingEnvironmentWorkerPoolResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetHybridConnectionLimitResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.HybridConnectionLimitResource GetHybridConnectionLimitResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.HybridConnectionLimitResource GetHybridConnectionLimitResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetHybridConnectionLimitResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetHybridConnectionLimitResource (client As ArmClient, id As ResourceIdentifier) As HybridConnectionLimitResource" />
<MemberSignature Language="F#" Value="static member GetHybridConnectionLimitResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.HybridConnectionLimitResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetHybridConnectionLimitResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.HybridConnectionLimitResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.HybridConnectionLimitResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.HybridConnectionLimitResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.HybridConnectionLimitResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetHybridConnectionLimitResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.HybridConnectionLimitResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetKubeEnvironment">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.KubeEnvironmentResource> GetKubeEnvironment (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.KubeEnvironmentResource> GetKubeEnvironment(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetKubeEnvironment(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetKubeEnvironment (resourceGroupResource As ResourceGroupResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KubeEnvironmentResource)" />
<MemberSignature Language="F#" Value="static member GetKubeEnvironment : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.KubeEnvironmentResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetKubeEnvironment (resourceGroupResource, name, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.KubeEnvironmentResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="name"> Name of the Kubernetes Environment. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get the properties of a Kubernetes Environment.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/kubeEnvironments/{name}</description></item><item><term>Operation Id</term><description>KubeEnvironments_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.KubeEnvironmentResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetKubeEnvironment(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="name" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetKubeEnvironmentAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.KubeEnvironmentResource>> GetKubeEnvironmentAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.KubeEnvironmentResource>> GetKubeEnvironmentAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetKubeEnvironmentAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetKubeEnvironmentAsync (resourceGroupResource As ResourceGroupResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of KubeEnvironmentResource))" />
<MemberSignature Language="F#" Value="static member GetKubeEnvironmentAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.KubeEnvironmentResource>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetKubeEnvironmentAsync (resourceGroupResource, name, 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.KubeEnvironmentResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="name"> Name of the Kubernetes Environment. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get the properties of a Kubernetes Environment.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/kubeEnvironments/{name}</description></item><item><term>Operation Id</term><description>KubeEnvironments_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.KubeEnvironmentResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetKubeEnvironmentAsync(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="name" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetKubeEnvironmentResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.KubeEnvironmentResource GetKubeEnvironmentResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.KubeEnvironmentResource GetKubeEnvironmentResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetKubeEnvironmentResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetKubeEnvironmentResource (client As ArmClient, id As ResourceIdentifier) As KubeEnvironmentResource" />
<MemberSignature Language="F#" Value="static member GetKubeEnvironmentResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.KubeEnvironmentResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetKubeEnvironmentResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.KubeEnvironmentResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.KubeEnvironmentResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.KubeEnvironmentResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.KubeEnvironmentResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetKubeEnvironmentResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.KubeEnvironmentResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetKubeEnvironments">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.KubeEnvironmentCollection GetKubeEnvironments (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.KubeEnvironmentCollection GetKubeEnvironments(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetKubeEnvironments(Azure.ResourceManager.Resources.ResourceGroupResource)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetKubeEnvironments (resourceGroupResource As ResourceGroupResource) As KubeEnvironmentCollection" />
<MemberSignature Language="F#" Value="static member GetKubeEnvironments : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.AppService.KubeEnvironmentCollection" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetKubeEnvironments resourceGroupResource" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.KubeEnvironmentCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<summary>
Gets a collection of KubeEnvironmentResources in the ResourceGroupResource.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetKubeEnvironments" /> instead.</description></item></summary>
<returns> An object representing collection of KubeEnvironmentResources and their operations over a KubeEnvironmentResource. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetKubeEnvironments">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.KubeEnvironmentResource> GetKubeEnvironments (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.KubeEnvironmentResource> GetKubeEnvironments(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetKubeEnvironments(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetKubeEnvironments (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of KubeEnvironmentResource)" />
<MemberSignature Language="F#" Value="static member GetKubeEnvironments : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.KubeEnvironmentResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetKubeEnvironments (subscriptionResource, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.KubeEnvironmentResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get all Kubernetes Environments for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/kubeEnvironments</description></item><item><term>Operation Id</term><description>KubeEnvironments_ListBySubscription</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.KubeEnvironmentResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetKubeEnvironments(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.KubeEnvironmentResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetKubeEnvironmentsAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.KubeEnvironmentResource> GetKubeEnvironmentsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.KubeEnvironmentResource> GetKubeEnvironmentsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetKubeEnvironmentsAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetKubeEnvironmentsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of KubeEnvironmentResource)" />
<MemberSignature Language="F#" Value="static member GetKubeEnvironmentsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.KubeEnvironmentResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetKubeEnvironmentsAsync (subscriptionResource, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.KubeEnvironmentResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get all Kubernetes Environments for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/kubeEnvironments</description></item><item><term>Operation Id</term><description>KubeEnvironments_ListBySubscription</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.KubeEnvironmentResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetKubeEnvironments(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.KubeEnvironmentResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetLogsSiteConfigResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.LogsSiteConfigResource GetLogsSiteConfigResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.LogsSiteConfigResource GetLogsSiteConfigResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetLogsSiteConfigResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetLogsSiteConfigResource (client As ArmClient, id As ResourceIdentifier) As LogsSiteConfigResource" />
<MemberSignature Language="F#" Value="static member GetLogsSiteConfigResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.LogsSiteConfigResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetLogsSiteConfigResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.LogsSiteConfigResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.LogsSiteConfigResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.LogsSiteConfigResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.LogsSiteConfigResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetLogsSiteConfigResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.LogsSiteConfigResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetLogsSiteSlotConfigResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.LogsSiteSlotConfigResource GetLogsSiteSlotConfigResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.LogsSiteSlotConfigResource GetLogsSiteSlotConfigResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetLogsSiteSlotConfigResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetLogsSiteSlotConfigResource (client As ArmClient, id As ResourceIdentifier) As LogsSiteSlotConfigResource" />
<MemberSignature Language="F#" Value="static member GetLogsSiteSlotConfigResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.LogsSiteSlotConfigResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetLogsSiteSlotConfigResource (client, id)" />
<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>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.LogsSiteSlotConfigResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.LogsSiteSlotConfigResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.LogsSiteSlotConfigResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetLogsSiteSlotConfigResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.LogsSiteSlotConfigResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetMigrateMySqlStatusResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.MigrateMySqlStatusResource GetMigrateMySqlStatusResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.MigrateMySqlStatusResource GetMigrateMySqlStatusResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetMigrateMySqlStatusResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetMigrateMySqlStatusResource (client As ArmClient, id As ResourceIdentifier) As MigrateMySqlStatusResource" />
<MemberSignature Language="F#" Value="static member GetMigrateMySqlStatusResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.MigrateMySqlStatusResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetMigrateMySqlStatusResource (client, id)" />
<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>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.MigrateMySqlStatusResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.MigrateMySqlStatusResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.MigrateMySqlStatusResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetMigrateMySqlStatusResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.MigrateMySqlStatusResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetNetworkFeatureResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.NetworkFeatureResource GetNetworkFeatureResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.NetworkFeatureResource GetNetworkFeatureResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetNetworkFeatureResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetNetworkFeatureResource (client As ArmClient, id As ResourceIdentifier) As NetworkFeatureResource" />
<MemberSignature Language="F#" Value="static member GetNetworkFeatureResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.NetworkFeatureResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetNetworkFeatureResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.NetworkFeatureResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.NetworkFeatureResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.NetworkFeatureResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.NetworkFeatureResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetNetworkFeatureResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.NetworkFeatureResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetOperationsCertificateRegistrationProviders">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription> GetOperationsCertificateRegistrationProviders (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.CsmOperationDescription> GetOperationsCertificateRegistrationProviders(class Azure.ResourceManager.Resources.TenantResource tenantResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetOperationsCertificateRegistrationProviders(Azure.ResourceManager.Resources.TenantResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetOperationsCertificateRegistrationProviders (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CsmOperationDescription)" />
<MemberSignature Language="F#" Value="static member GetOperationsCertificateRegistrationProviders : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetOperationsCertificateRegistrationProviders (tenantResource, 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.CsmOperationDescription></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.CertificateRegistration/operations</description></item><item><term>Operation Id</term><description>CertificateRegistrationProvider_ListOperations</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetOperationsCertificateRegistrationProviders(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.CsmOperationDescription" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetOperationsCertificateRegistrationProvidersAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription> GetOperationsCertificateRegistrationProvidersAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.CsmOperationDescription> GetOperationsCertificateRegistrationProvidersAsync(class Azure.ResourceManager.Resources.TenantResource tenantResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetOperationsCertificateRegistrationProvidersAsync(Azure.ResourceManager.Resources.TenantResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetOperationsCertificateRegistrationProvidersAsync (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CsmOperationDescription)" />
<MemberSignature Language="F#" Value="static member GetOperationsCertificateRegistrationProvidersAsync : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetOperationsCertificateRegistrationProvidersAsync (tenantResource, 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.CsmOperationDescription></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.CertificateRegistration/operations</description></item><item><term>Operation Id</term><description>CertificateRegistrationProvider_ListOperations</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetOperationsCertificateRegistrationProviders(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.CsmOperationDescription" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetOperationsDomainRegistrationProviders">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription> GetOperationsDomainRegistrationProviders (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.CsmOperationDescription> GetOperationsDomainRegistrationProviders(class Azure.ResourceManager.Resources.TenantResource tenantResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetOperationsDomainRegistrationProviders(Azure.ResourceManager.Resources.TenantResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetOperationsDomainRegistrationProviders (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CsmOperationDescription)" />
<MemberSignature Language="F#" Value="static member GetOperationsDomainRegistrationProviders : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetOperationsDomainRegistrationProviders (tenantResource, 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.CsmOperationDescription></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.DomainRegistration/operations</description></item><item><term>Operation Id</term><description>DomainRegistrationProvider_ListOperations</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetOperationsDomainRegistrationProviders(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.CsmOperationDescription" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetOperationsDomainRegistrationProvidersAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription> GetOperationsDomainRegistrationProvidersAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.CsmOperationDescription> GetOperationsDomainRegistrationProvidersAsync(class Azure.ResourceManager.Resources.TenantResource tenantResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetOperationsDomainRegistrationProvidersAsync(Azure.ResourceManager.Resources.TenantResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetOperationsDomainRegistrationProvidersAsync (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CsmOperationDescription)" />
<MemberSignature Language="F#" Value="static member GetOperationsDomainRegistrationProvidersAsync : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetOperationsDomainRegistrationProvidersAsync (tenantResource, 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.CsmOperationDescription></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Implements Csm operations Api to exposes the list of available Csm Apis under the resource provider
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.DomainRegistration/operations</description></item><item><term>Operation Id</term><description>DomainRegistrationProvider_ListOperations</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetOperationsDomainRegistrationProviders(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.CsmOperationDescription" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetOperationsProviders">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription> GetOperationsProviders (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.CsmOperationDescription> GetOperationsProviders(class Azure.ResourceManager.Resources.TenantResource tenantResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetOperationsProviders(Azure.ResourceManager.Resources.TenantResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetOperationsProviders (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CsmOperationDescription)" />
<MemberSignature Language="F#" Value="static member GetOperationsProviders : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetOperationsProviders (tenantResource, 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.CsmOperationDescription></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.Web/operations</description></item><item><term>Operation Id</term><description>Provider_ListOperations</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetOperationsProviders(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.CsmOperationDescription" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetOperationsProvidersAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription> GetOperationsProvidersAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.CsmOperationDescription> GetOperationsProvidersAsync(class Azure.ResourceManager.Resources.TenantResource tenantResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetOperationsProvidersAsync(Azure.ResourceManager.Resources.TenantResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetOperationsProvidersAsync (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CsmOperationDescription)" />
<MemberSignature Language="F#" Value="static member GetOperationsProvidersAsync : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.CsmOperationDescription>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetOperationsProvidersAsync (tenantResource, 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.CsmOperationDescription></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.Web/operations</description></item><item><term>Operation Id</term><description>Provider_ListOperations</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetOperationsProviders(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.CsmOperationDescription" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetPremierAddOnOffers">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.PremierAddOnOffer> GetPremierAddOnOffers (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.PremierAddOnOffer> GetPremierAddOnOffers(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetPremierAddOnOffers(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetPremierAddOnOffers (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of PremierAddOnOffer)" />
<MemberSignature Language="F#" Value="static member GetPremierAddOnOffers : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.PremierAddOnOffer>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetPremierAddOnOffers (subscriptionResource, 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.PremierAddOnOffer></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for List all premier add-on offers.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/premieraddonoffers</description></item><item><term>Operation Id</term><description>ListPremierAddOnOffers</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetPremierAddOnOffers(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.PremierAddOnOffer" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetPremierAddOnOffersAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.PremierAddOnOffer> GetPremierAddOnOffersAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.PremierAddOnOffer> GetPremierAddOnOffersAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetPremierAddOnOffersAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetPremierAddOnOffersAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PremierAddOnOffer)" />
<MemberSignature Language="F#" Value="static member GetPremierAddOnOffersAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.PremierAddOnOffer>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetPremierAddOnOffersAsync (subscriptionResource, 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.PremierAddOnOffer></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for List all premier add-on offers.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/premieraddonoffers</description></item><item><term>Operation Id</term><description>ListPremierAddOnOffers</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetPremierAddOnOffers(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.PremierAddOnOffer" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetPublishingUser">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.PublishingUserResource GetPublishingUser (this Azure.ResourceManager.Resources.TenantResource tenantResource);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.PublishingUserResource GetPublishingUser(class Azure.ResourceManager.Resources.TenantResource tenantResource) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetPublishingUser(Azure.ResourceManager.Resources.TenantResource)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetPublishingUser (tenantResource As TenantResource) As PublishingUserResource" />
<MemberSignature Language="F#" Value="static member GetPublishingUser : Azure.ResourceManager.Resources.TenantResource -> Azure.ResourceManager.AppService.PublishingUserResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetPublishingUser tenantResource" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.PublishingUserResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<summary>
Gets an object representing a PublishingUserResource along with the instance operations that can be performed on it in the TenantResource.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetPublishingUser" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.PublishingUserResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetPublishingUserResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.PublishingUserResource GetPublishingUserResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.PublishingUserResource GetPublishingUserResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetPublishingUserResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetPublishingUserResource (client As ArmClient, id As ResourceIdentifier) As PublishingUserResource" />
<MemberSignature Language="F#" Value="static member GetPublishingUserResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.PublishingUserResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetPublishingUserResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.PublishingUserResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.PublishingUserResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.PublishingUserResource.CreateResourceIdentifier" /> to create a <see cref="T:Azure.ResourceManager.AppService.PublishingUserResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetPublishingUserResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.PublishingUserResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetRecommendations">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation> GetRecommendations (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, bool? featured = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.AppServiceRecommendation> GetRecommendations(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Nullable`1<bool> featured, string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetRecommendations(Azure.ResourceManager.Resources.SubscriptionResource,System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetRecommendations (subscriptionResource As SubscriptionResource, Optional featured As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServiceRecommendation)" />
<MemberSignature Language="F#" Value="static member GetRecommendations : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<bool> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetRecommendations (subscriptionResource, featured, filter, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="featured" Type="System.Nullable<System.Boolean>" />
<Parameter Name="filter" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="featured"> Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations. </param>
<param name="filter"> Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for List all recommendations for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations</description></item><item><term>Operation Id</term><description>Recommendations_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetRecommendations(System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppServiceRecommendation" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetRecommendationsAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation> GetRecommendationsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, bool? featured = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.AppServiceRecommendation> GetRecommendationsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Nullable`1<bool> featured, string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetRecommendationsAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetRecommendationsAsync (subscriptionResource As SubscriptionResource, Optional featured As Nullable(Of Boolean) = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServiceRecommendation)" />
<MemberSignature Language="F#" Value="static member GetRecommendationsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<bool> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetRecommendationsAsync (subscriptionResource, featured, filter, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.AppServiceRecommendation></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="featured" Type="System.Nullable<System.Boolean>" />
<Parameter Name="filter" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="featured"> Specify <code>true</code> to return only the most critical recommendations. The default is <code>false</code>, which returns all recommendations. </param>
<param name="filter"> Filter is specified by using OData syntax. Example: $filter=channel eq 'Api' or channel eq 'Notification' and startTime eq 2014-01-01T00:00:00Z and endTime eq 2014-12-31T23:59:59Z and timeGrain eq duration'[PT1H|PT1M|P1D]. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for List all recommendations for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations</description></item><item><term>Operation Id</term><description>Recommendations_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetRecommendations(System.Nullable{System.Boolean},System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.AppServiceRecommendation" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetScmSiteBasicPublishingCredentialsPolicyResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.ScmSiteBasicPublishingCredentialsPolicyResource GetScmSiteBasicPublishingCredentialsPolicyResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.ScmSiteBasicPublishingCredentialsPolicyResource GetScmSiteBasicPublishingCredentialsPolicyResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetScmSiteBasicPublishingCredentialsPolicyResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetScmSiteBasicPublishingCredentialsPolicyResource (client As ArmClient, id As ResourceIdentifier) As ScmSiteBasicPublishingCredentialsPolicyResource" />
<MemberSignature Language="F#" Value="static member GetScmSiteBasicPublishingCredentialsPolicyResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.ScmSiteBasicPublishingCredentialsPolicyResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetScmSiteBasicPublishingCredentialsPolicyResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.ScmSiteBasicPublishingCredentialsPolicyResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.ScmSiteBasicPublishingCredentialsPolicyResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.ScmSiteBasicPublishingCredentialsPolicyResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.ScmSiteBasicPublishingCredentialsPolicyResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetScmSiteBasicPublishingCredentialsPolicyResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.ScmSiteBasicPublishingCredentialsPolicyResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetScmSiteSlotBasicPublishingCredentialsPolicyResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.ScmSiteSlotBasicPublishingCredentialsPolicyResource GetScmSiteSlotBasicPublishingCredentialsPolicyResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.ScmSiteSlotBasicPublishingCredentialsPolicyResource GetScmSiteSlotBasicPublishingCredentialsPolicyResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetScmSiteSlotBasicPublishingCredentialsPolicyResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetScmSiteSlotBasicPublishingCredentialsPolicyResource (client As ArmClient, id As ResourceIdentifier) As ScmSiteSlotBasicPublishingCredentialsPolicyResource" />
<MemberSignature Language="F#" Value="static member GetScmSiteSlotBasicPublishingCredentialsPolicyResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.ScmSiteSlotBasicPublishingCredentialsPolicyResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetScmSiteSlotBasicPublishingCredentialsPolicyResource (client, id)" />
<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>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.ScmSiteSlotBasicPublishingCredentialsPolicyResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.ScmSiteSlotBasicPublishingCredentialsPolicyResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.ScmSiteSlotBasicPublishingCredentialsPolicyResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetScmSiteSlotBasicPublishingCredentialsPolicyResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.ScmSiteSlotBasicPublishingCredentialsPolicyResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteBackupResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteBackupResource GetSiteBackupResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteBackupResource GetSiteBackupResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteBackupResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteBackupResource (client As ArmClient, id As ResourceIdentifier) As SiteBackupResource" />
<MemberSignature Language="F#" Value="static member GetSiteBackupResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteBackupResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteBackupResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteBackupResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteBackupResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteBackupResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteBackupResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteBackupResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteBackupResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteConfigAppsettingResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteConfigAppsettingResource GetSiteConfigAppsettingResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteConfigAppsettingResource GetSiteConfigAppsettingResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteConfigAppsettingResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteConfigAppsettingResource (client As ArmClient, id As ResourceIdentifier) As SiteConfigAppsettingResource" />
<MemberSignature Language="F#" Value="static member GetSiteConfigAppsettingResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteConfigAppsettingResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteConfigAppsettingResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteConfigAppsettingResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteConfigAppsettingResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteConfigAppsettingResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteConfigAppsettingResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteConfigAppsettingResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteConfigAppsettingResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteConfigSnapshotResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteConfigSnapshotResource GetSiteConfigSnapshotResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteConfigSnapshotResource GetSiteConfigSnapshotResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteConfigSnapshotResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteConfigSnapshotResource (client As ArmClient, id As ResourceIdentifier) As SiteConfigSnapshotResource" />
<MemberSignature Language="F#" Value="static member GetSiteConfigSnapshotResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteConfigSnapshotResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteConfigSnapshotResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteConfigSnapshotResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteConfigSnapshotResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteConfigSnapshotResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteConfigSnapshotResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteConfigSnapshotResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteConfigSnapshotResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteContainerResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteContainerResource GetSiteContainerResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteContainerResource GetSiteContainerResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteContainerResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteContainerResource (client As ArmClient, id As ResourceIdentifier) As SiteContainerResource" />
<MemberSignature Language="F#" Value="static member GetSiteContainerResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteContainerResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteContainerResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteContainerResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteContainerResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteContainerResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteContainerResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteContainerResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteContainerResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteDeploymentResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteDeploymentResource GetSiteDeploymentResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteDeploymentResource GetSiteDeploymentResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteDeploymentResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteDeploymentResource (client As ArmClient, id As ResourceIdentifier) As SiteDeploymentResource" />
<MemberSignature Language="F#" Value="static member GetSiteDeploymentResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteDeploymentResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteDeploymentResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteDeploymentResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteDeploymentResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteDeploymentResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteDeploymentResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteDeploymentResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteDeploymentResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteDetectorResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteDetectorResource GetSiteDetectorResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteDetectorResource GetSiteDetectorResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteDetectorResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteDetectorResource (client As ArmClient, id As ResourceIdentifier) As SiteDetectorResource" />
<MemberSignature Language="F#" Value="static member GetSiteDetectorResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteDetectorResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteDetectorResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteDetectorResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteDetectorResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteDetectorResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteDetectorResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteDetectorResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteDetectorResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteDiagnosticAnalysisResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteDiagnosticAnalysisResource GetSiteDiagnosticAnalysisResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteDiagnosticAnalysisResource GetSiteDiagnosticAnalysisResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteDiagnosticAnalysisResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteDiagnosticAnalysisResource (client As ArmClient, id As ResourceIdentifier) As SiteDiagnosticAnalysisResource" />
<MemberSignature Language="F#" Value="static member GetSiteDiagnosticAnalysisResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteDiagnosticAnalysisResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteDiagnosticAnalysisResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteDiagnosticAnalysisResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteDiagnosticAnalysisResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteDiagnosticAnalysisResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteDiagnosticAnalysisResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteDiagnosticAnalysisResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteDiagnosticAnalysisResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteDiagnosticDetectorResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteDiagnosticDetectorResource GetSiteDiagnosticDetectorResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteDiagnosticDetectorResource GetSiteDiagnosticDetectorResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteDiagnosticDetectorResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteDiagnosticDetectorResource (client As ArmClient, id As ResourceIdentifier) As SiteDiagnosticDetectorResource" />
<MemberSignature Language="F#" Value="static member GetSiteDiagnosticDetectorResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteDiagnosticDetectorResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteDiagnosticDetectorResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteDiagnosticDetectorResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteDiagnosticDetectorResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteDiagnosticDetectorResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteDiagnosticDetectorResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteDiagnosticDetectorResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteDiagnosticDetectorResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteDiagnosticResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteDiagnosticResource GetSiteDiagnosticResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteDiagnosticResource GetSiteDiagnosticResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteDiagnosticResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteDiagnosticResource (client As ArmClient, id As ResourceIdentifier) As SiteDiagnosticResource" />
<MemberSignature Language="F#" Value="static member GetSiteDiagnosticResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteDiagnosticResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteDiagnosticResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteDiagnosticResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteDiagnosticResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteDiagnosticResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteDiagnosticResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteDiagnosticResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteDiagnosticResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteDomainOwnershipIdentifierResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource GetSiteDomainOwnershipIdentifierResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource GetSiteDomainOwnershipIdentifierResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteDomainOwnershipIdentifierResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteDomainOwnershipIdentifierResource (client As ArmClient, id As ResourceIdentifier) As SiteDomainOwnershipIdentifierResource" />
<MemberSignature Language="F#" Value="static member GetSiteDomainOwnershipIdentifierResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteDomainOwnershipIdentifierResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteDomainOwnershipIdentifierResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteDomainOwnershipIdentifierResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteExtensionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteExtensionResource GetSiteExtensionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteExtensionResource GetSiteExtensionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteExtensionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteExtensionResource (client As ArmClient, id As ResourceIdentifier) As SiteExtensionResource" />
<MemberSignature Language="F#" Value="static member GetSiteExtensionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteExtensionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteExtensionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteExtensionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteExtensionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteExtensionResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteExtensionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteExtensionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteExtensionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteFunctionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteFunctionResource GetSiteFunctionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteFunctionResource GetSiteFunctionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteFunctionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteFunctionResource (client As ArmClient, id As ResourceIdentifier) As SiteFunctionResource" />
<MemberSignature Language="F#" Value="static member GetSiteFunctionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteFunctionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteFunctionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteFunctionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteFunctionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteFunctionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteFunctionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteFunctionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteFunctionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteHostNameBindingResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteHostNameBindingResource GetSiteHostNameBindingResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteHostNameBindingResource GetSiteHostNameBindingResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteHostNameBindingResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteHostNameBindingResource (client As ArmClient, id As ResourceIdentifier) As SiteHostNameBindingResource" />
<MemberSignature Language="F#" Value="static member GetSiteHostNameBindingResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteHostNameBindingResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteHostNameBindingResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteHostNameBindingResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteHostNameBindingResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteHostNameBindingResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteHostNameBindingResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteHostNameBindingResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteHostNameBindingResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteHybridConnectionNamespaceRelayResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource GetSiteHybridConnectionNamespaceRelayResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource GetSiteHybridConnectionNamespaceRelayResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteHybridConnectionNamespaceRelayResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteHybridConnectionNamespaceRelayResource (client As ArmClient, id As ResourceIdentifier) As SiteHybridConnectionNamespaceRelayResource" />
<MemberSignature Language="F#" Value="static member GetSiteHybridConnectionNamespaceRelayResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteHybridConnectionNamespaceRelayResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteHybridConnectionNamespaceRelayResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteHybridConnectionNamespaceRelayResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteInstanceExtensionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteInstanceExtensionResource GetSiteInstanceExtensionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteInstanceExtensionResource GetSiteInstanceExtensionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteInstanceExtensionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteInstanceExtensionResource (client As ArmClient, id As ResourceIdentifier) As SiteInstanceExtensionResource" />
<MemberSignature Language="F#" Value="static member GetSiteInstanceExtensionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteInstanceExtensionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteInstanceExtensionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteInstanceExtensionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteInstanceExtensionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteInstanceExtensionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteInstanceExtensionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteInstanceExtensionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteInstanceExtensionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteInstanceProcessModuleResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteInstanceProcessModuleResource GetSiteInstanceProcessModuleResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteInstanceProcessModuleResource GetSiteInstanceProcessModuleResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteInstanceProcessModuleResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteInstanceProcessModuleResource (client As ArmClient, id As ResourceIdentifier) As SiteInstanceProcessModuleResource" />
<MemberSignature Language="F#" Value="static member GetSiteInstanceProcessModuleResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteInstanceProcessModuleResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteInstanceProcessModuleResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteInstanceProcessModuleResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteInstanceProcessModuleResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteInstanceProcessModuleResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteInstanceProcessModuleResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteInstanceProcessModuleResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteInstanceProcessModuleResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteInstanceProcessResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteInstanceProcessResource GetSiteInstanceProcessResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteInstanceProcessResource GetSiteInstanceProcessResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteInstanceProcessResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteInstanceProcessResource (client As ArmClient, id As ResourceIdentifier) As SiteInstanceProcessResource" />
<MemberSignature Language="F#" Value="static member GetSiteInstanceProcessResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteInstanceProcessResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteInstanceProcessResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteInstanceProcessResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteInstanceProcessResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteInstanceProcessResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteInstanceProcessResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteInstanceProcessResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteInstanceProcessResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteInstanceResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteInstanceResource GetSiteInstanceResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteInstanceResource GetSiteInstanceResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteInstanceResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteInstanceResource (client As ArmClient, id As ResourceIdentifier) As SiteInstanceResource" />
<MemberSignature Language="F#" Value="static member GetSiteInstanceResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteInstanceResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteInstanceResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteInstanceResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteInstanceResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteInstanceResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteInstanceResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteInstanceResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteInstanceResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteNetworkConfigResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteNetworkConfigResource GetSiteNetworkConfigResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteNetworkConfigResource GetSiteNetworkConfigResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteNetworkConfigResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteNetworkConfigResource (client As ArmClient, id As ResourceIdentifier) As SiteNetworkConfigResource" />
<MemberSignature Language="F#" Value="static member GetSiteNetworkConfigResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteNetworkConfigResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteNetworkConfigResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteNetworkConfigResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteNetworkConfigResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteNetworkConfigResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteNetworkConfigResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteNetworkConfigResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteNetworkConfigResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSitePrivateEndpointConnectionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource GetSitePrivateEndpointConnectionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource GetSitePrivateEndpointConnectionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSitePrivateEndpointConnectionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSitePrivateEndpointConnectionResource (client As ArmClient, id As ResourceIdentifier) As SitePrivateEndpointConnectionResource" />
<MemberSignature Language="F#" Value="static member GetSitePrivateEndpointConnectionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSitePrivateEndpointConnectionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSitePrivateEndpointConnectionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SitePrivateEndpointConnectionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteProcessModuleResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteProcessModuleResource GetSiteProcessModuleResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteProcessModuleResource GetSiteProcessModuleResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteProcessModuleResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteProcessModuleResource (client As ArmClient, id As ResourceIdentifier) As SiteProcessModuleResource" />
<MemberSignature Language="F#" Value="static member GetSiteProcessModuleResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteProcessModuleResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteProcessModuleResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteProcessModuleResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteProcessModuleResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteProcessModuleResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteProcessModuleResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteProcessModuleResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteProcessModuleResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteProcessResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteProcessResource GetSiteProcessResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteProcessResource GetSiteProcessResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteProcessResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteProcessResource (client As ArmClient, id As ResourceIdentifier) As SiteProcessResource" />
<MemberSignature Language="F#" Value="static member GetSiteProcessResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteProcessResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteProcessResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteProcessResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteProcessResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteProcessResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteProcessResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteProcessResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteProcessResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSitePublicCertificateResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SitePublicCertificateResource GetSitePublicCertificateResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SitePublicCertificateResource GetSitePublicCertificateResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSitePublicCertificateResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSitePublicCertificateResource (client As ArmClient, id As ResourceIdentifier) As SitePublicCertificateResource" />
<MemberSignature Language="F#" Value="static member GetSitePublicCertificateResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SitePublicCertificateResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSitePublicCertificateResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SitePublicCertificateResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SitePublicCertificateResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SitePublicCertificateResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SitePublicCertificateResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSitePublicCertificateResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SitePublicCertificateResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteRecommendationResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteRecommendationResource GetSiteRecommendationResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteRecommendationResource GetSiteRecommendationResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteRecommendationResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteRecommendationResource (client As ArmClient, id As ResourceIdentifier) As SiteRecommendationResource" />
<MemberSignature Language="F#" Value="static member GetSiteRecommendationResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteRecommendationResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteRecommendationResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteRecommendationResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteRecommendationResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteRecommendationResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteRecommendationResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteRecommendationResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteRecommendationResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotBackupResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotBackupResource GetSiteSlotBackupResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotBackupResource GetSiteSlotBackupResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotBackupResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotBackupResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotBackupResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotBackupResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotBackupResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotBackupResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotBackupResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotBackupResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotBackupResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotBackupResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotBackupResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotBackupResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotConfigSnapshotResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotConfigSnapshotResource GetSiteSlotConfigSnapshotResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotConfigSnapshotResource GetSiteSlotConfigSnapshotResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotConfigSnapshotResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotConfigSnapshotResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotConfigSnapshotResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotConfigSnapshotResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotConfigSnapshotResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotConfigSnapshotResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotConfigSnapshotResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotConfigSnapshotResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotConfigSnapshotResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotConfigSnapshotResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotConfigSnapshotResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotConfigSnapshotResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotDeploymentResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotDeploymentResource GetSiteSlotDeploymentResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotDeploymentResource GetSiteSlotDeploymentResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotDeploymentResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotDeploymentResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotDeploymentResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotDeploymentResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotDeploymentResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotDeploymentResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotDeploymentResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDeploymentResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotDeploymentResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDeploymentResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotDeploymentResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDeploymentResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotDetectorResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotDetectorResource GetSiteSlotDetectorResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotDetectorResource GetSiteSlotDetectorResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotDetectorResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotDetectorResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotDetectorResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotDetectorResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotDetectorResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotDetectorResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotDetectorResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDetectorResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotDetectorResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDetectorResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotDetectorResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDetectorResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotDiagnosticAnalysisResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotDiagnosticAnalysisResource GetSiteSlotDiagnosticAnalysisResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotDiagnosticAnalysisResource GetSiteSlotDiagnosticAnalysisResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotDiagnosticAnalysisResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotDiagnosticAnalysisResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotDiagnosticAnalysisResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotDiagnosticAnalysisResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotDiagnosticAnalysisResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotDiagnosticAnalysisResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotDiagnosticAnalysisResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDiagnosticAnalysisResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotDiagnosticAnalysisResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDiagnosticAnalysisResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotDiagnosticAnalysisResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDiagnosticAnalysisResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotDiagnosticDetectorResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotDiagnosticDetectorResource GetSiteSlotDiagnosticDetectorResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotDiagnosticDetectorResource GetSiteSlotDiagnosticDetectorResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotDiagnosticDetectorResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotDiagnosticDetectorResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotDiagnosticDetectorResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotDiagnosticDetectorResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotDiagnosticDetectorResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotDiagnosticDetectorResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotDiagnosticDetectorResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDiagnosticDetectorResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotDiagnosticDetectorResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDiagnosticDetectorResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotDiagnosticDetectorResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDiagnosticDetectorResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotDiagnosticResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotDiagnosticResource GetSiteSlotDiagnosticResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotDiagnosticResource GetSiteSlotDiagnosticResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotDiagnosticResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotDiagnosticResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotDiagnosticResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotDiagnosticResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotDiagnosticResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotDiagnosticResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotDiagnosticResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDiagnosticResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotDiagnosticResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDiagnosticResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotDiagnosticResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDiagnosticResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotDomainOwnershipIdentifierResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource GetSiteSlotDomainOwnershipIdentifierResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource GetSiteSlotDomainOwnershipIdentifierResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotDomainOwnershipIdentifierResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotDomainOwnershipIdentifierResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotDomainOwnershipIdentifierResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotDomainOwnershipIdentifierResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotDomainOwnershipIdentifierResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotDomainOwnershipIdentifierResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotDomainOwnershipIdentifierResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotExtensionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotExtensionResource GetSiteSlotExtensionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotExtensionResource GetSiteSlotExtensionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotExtensionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotExtensionResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotExtensionResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotExtensionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotExtensionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotExtensionResource (client, id)" />
<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>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotExtensionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotExtensionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotExtensionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotExtensionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotExtensionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotFunctionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotFunctionResource GetSiteSlotFunctionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotFunctionResource GetSiteSlotFunctionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotFunctionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotFunctionResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotFunctionResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotFunctionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotFunctionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotFunctionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotFunctionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotFunctionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotFunctionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotFunctionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotFunctionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotFunctionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotHostNameBindingResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource GetSiteSlotHostNameBindingResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource GetSiteSlotHostNameBindingResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotHostNameBindingResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotHostNameBindingResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotHostNameBindingResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotHostNameBindingResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotHostNameBindingResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotHostNameBindingResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotHostNameBindingResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotHybridConnectionNamespaceRelayResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource GetSiteSlotHybridConnectionNamespaceRelayResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource GetSiteSlotHybridConnectionNamespaceRelayResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotHybridConnectionNamespaceRelayResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotHybridConnectionNamespaceRelayResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotHybridConnectionNamespaceRelayResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotHybridConnectionNamespaceRelayResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotHybridConnectionNamespaceRelayResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotHybridConnectionNamespaceRelayResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotHybridConnectionNamespaceRelayResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotInstanceExtensionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotInstanceExtensionResource GetSiteSlotInstanceExtensionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotInstanceExtensionResource GetSiteSlotInstanceExtensionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotInstanceExtensionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotInstanceExtensionResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotInstanceExtensionResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotInstanceExtensionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotInstanceExtensionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotInstanceExtensionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotInstanceExtensionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotInstanceExtensionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotInstanceExtensionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotInstanceExtensionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotInstanceExtensionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotInstanceExtensionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotInstanceProcessModuleResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotInstanceProcessModuleResource GetSiteSlotInstanceProcessModuleResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotInstanceProcessModuleResource GetSiteSlotInstanceProcessModuleResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotInstanceProcessModuleResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotInstanceProcessModuleResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotInstanceProcessModuleResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotInstanceProcessModuleResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotInstanceProcessModuleResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotInstanceProcessModuleResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotInstanceProcessModuleResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotInstanceProcessModuleResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotInstanceProcessModuleResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotInstanceProcessModuleResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotInstanceProcessModuleResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotInstanceProcessModuleResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotInstanceProcessResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotInstanceProcessResource GetSiteSlotInstanceProcessResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotInstanceProcessResource GetSiteSlotInstanceProcessResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotInstanceProcessResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotInstanceProcessResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotInstanceProcessResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotInstanceProcessResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotInstanceProcessResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotInstanceProcessResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotInstanceProcessResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotInstanceProcessResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotInstanceProcessResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotInstanceProcessResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotInstanceProcessResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotInstanceProcessResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotInstanceResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotInstanceResource GetSiteSlotInstanceResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotInstanceResource GetSiteSlotInstanceResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotInstanceResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotInstanceResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotInstanceResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotInstanceResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotInstanceResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotInstanceResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotInstanceResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotInstanceResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotInstanceResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotInstanceResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotInstanceResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotInstanceResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotNetworkConfigResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotNetworkConfigResource GetSiteSlotNetworkConfigResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotNetworkConfigResource GetSiteSlotNetworkConfigResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotNetworkConfigResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotNetworkConfigResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotNetworkConfigResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotNetworkConfigResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotNetworkConfigResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotNetworkConfigResource (client, id)" />
<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>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotNetworkConfigResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotNetworkConfigResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotNetworkConfigResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotNetworkConfigResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotNetworkConfigResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotPrivateEndpointConnectionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource GetSiteSlotPrivateEndpointConnectionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource GetSiteSlotPrivateEndpointConnectionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotPrivateEndpointConnectionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotPrivateEndpointConnectionResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotPrivateEndpointConnectionResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotPrivateEndpointConnectionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotPrivateEndpointConnectionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotPrivateEndpointConnectionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotPrivateEndpointConnectionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotProcessModuleResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotProcessModuleResource GetSiteSlotProcessModuleResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotProcessModuleResource GetSiteSlotProcessModuleResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotProcessModuleResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotProcessModuleResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotProcessModuleResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotProcessModuleResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotProcessModuleResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotProcessModuleResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotProcessModuleResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotProcessModuleResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotProcessModuleResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotProcessModuleResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotProcessModuleResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotProcessModuleResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotProcessResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotProcessResource GetSiteSlotProcessResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotProcessResource GetSiteSlotProcessResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotProcessResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotProcessResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotProcessResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotProcessResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotProcessResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotProcessResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotProcessResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotProcessResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotProcessResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotProcessResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotProcessResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotProcessResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotSiteContainerResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotSiteContainerResource GetSiteSlotSiteContainerResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotSiteContainerResource GetSiteSlotSiteContainerResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotSiteContainerResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotSiteContainerResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotSiteContainerResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotSiteContainerResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotSiteContainerResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotSiteContainerResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotSiteContainerResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotSiteContainerResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotSiteContainerResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotSiteContainerResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotSiteContainerResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotSiteContainerResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotVirtualNetworkConnectionGatewayResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionGatewayResource GetSiteSlotVirtualNetworkConnectionGatewayResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionGatewayResource GetSiteSlotVirtualNetworkConnectionGatewayResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotVirtualNetworkConnectionGatewayResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotVirtualNetworkConnectionGatewayResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotVirtualNetworkConnectionGatewayResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotVirtualNetworkConnectionGatewayResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionGatewayResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotVirtualNetworkConnectionGatewayResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionGatewayResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionGatewayResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionGatewayResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionGatewayResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotVirtualNetworkConnectionGatewayResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionGatewayResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotVirtualNetworkConnectionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource GetSiteSlotVirtualNetworkConnectionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource GetSiteSlotVirtualNetworkConnectionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotVirtualNetworkConnectionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotVirtualNetworkConnectionResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotVirtualNetworkConnectionResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotVirtualNetworkConnectionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotVirtualNetworkConnectionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotVirtualNetworkConnectionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotVirtualNetworkConnectionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteSlotWorkflowResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteSlotWorkflowResource GetSiteSlotWorkflowResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteSlotWorkflowResource GetSiteSlotWorkflowResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotWorkflowResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteSlotWorkflowResource (client As ArmClient, id As ResourceIdentifier) As SiteSlotWorkflowResource" />
<MemberSignature Language="F#" Value="static member GetSiteSlotWorkflowResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteSlotWorkflowResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteSlotWorkflowResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteSlotWorkflowResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteSlotWorkflowResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteSlotWorkflowResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteSlotWorkflowResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteSlotWorkflowResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteSlotWorkflowResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteVirtualNetworkConnectionGatewayResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionGatewayResource GetSiteVirtualNetworkConnectionGatewayResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionGatewayResource GetSiteVirtualNetworkConnectionGatewayResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteVirtualNetworkConnectionGatewayResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteVirtualNetworkConnectionGatewayResource (client As ArmClient, id As ResourceIdentifier) As SiteVirtualNetworkConnectionGatewayResource" />
<MemberSignature Language="F#" Value="static member GetSiteVirtualNetworkConnectionGatewayResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionGatewayResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteVirtualNetworkConnectionGatewayResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionGatewayResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionGatewayResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionGatewayResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionGatewayResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteVirtualNetworkConnectionGatewayResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionGatewayResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteVirtualNetworkConnectionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource GetSiteVirtualNetworkConnectionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource GetSiteVirtualNetworkConnectionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteVirtualNetworkConnectionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteVirtualNetworkConnectionResource (client As ArmClient, id As ResourceIdentifier) As SiteVirtualNetworkConnectionResource" />
<MemberSignature Language="F#" Value="static member GetSiteVirtualNetworkConnectionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteVirtualNetworkConnectionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteVirtualNetworkConnectionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteVirtualNetworkConnectionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSiteWorkflowResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SiteWorkflowResource GetSiteWorkflowResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SiteWorkflowResource GetSiteWorkflowResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteWorkflowResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSiteWorkflowResource (client As ArmClient, id As ResourceIdentifier) As SiteWorkflowResource" />
<MemberSignature Language="F#" Value="static member GetSiteWorkflowResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SiteWorkflowResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSiteWorkflowResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SiteWorkflowResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SiteWorkflowResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SiteWorkflowResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SiteWorkflowResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSiteWorkflowResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SiteWorkflowResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSkus">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceSkuResult> GetSkus (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceSkuResult> GetSkus(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSkus(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSkus (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceSkuResult)" />
<MemberSignature Language="F#" Value="static member GetSkus : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceSkuResult>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSkus (subscriptionResource, 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.AppServiceSkuResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for List all SKUs.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/skus</description></item><item><term>Operation Id</term><description>ListSkus</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetSkus(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSkusAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceSkuResult>> GetSkusAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceSkuResult>> GetSkusAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSkusAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSkusAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceSkuResult))" />
<MemberSignature Language="F#" Value="static member GetSkusAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceSkuResult>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSkusAsync (subscriptionResource, 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.AppServiceSkuResult>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for List all SKUs.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/skus</description></item><item><term>Operation Id</term><description>ListSkus</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetSkus(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetSlotConfigNamesResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.SlotConfigNamesResource GetSlotConfigNamesResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.SlotConfigNamesResource GetSlotConfigNamesResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetSlotConfigNamesResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetSlotConfigNamesResource (client As ArmClient, id As ResourceIdentifier) As SlotConfigNamesResource" />
<MemberSignature Language="F#" Value="static member GetSlotConfigNamesResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.SlotConfigNamesResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetSlotConfigNamesResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.SlotConfigNamesResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.SlotConfigNamesResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.SlotConfigNamesResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.SlotConfigNamesResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetSlotConfigNamesResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.SlotConfigNamesResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetStaticSite">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.StaticSiteResource> GetStaticSite (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.StaticSiteResource> GetStaticSite(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSite(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetStaticSite (resourceGroupResource As ResourceGroupResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of StaticSiteResource)" />
<MemberSignature Language="F#" Value="static member GetStaticSite : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.StaticSiteResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSite (resourceGroupResource, name, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.StaticSiteResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="name"> Name of the static site. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the details of a static site.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}</description></item><item><term>Operation Id</term><description>StaticSites_GetStaticSite</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.StaticSiteResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetStaticSite(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="name" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetStaticSiteAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.StaticSiteResource>> GetStaticSiteAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.StaticSiteResource>> GetStaticSiteAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetStaticSiteAsync (resourceGroupResource As ResourceGroupResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StaticSiteResource))" />
<MemberSignature Language="F#" Value="static member GetStaticSiteAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.StaticSiteResource>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteAsync (resourceGroupResource, name, 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.StaticSiteResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="name"> Name of the static site. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the details of a static site.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}</description></item><item><term>Operation Id</term><description>StaticSites_GetStaticSite</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.StaticSiteResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetStaticSiteAsync(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="name" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetStaticSiteBasicAuthPropertyResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.StaticSiteBasicAuthPropertyResource GetStaticSiteBasicAuthPropertyResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.StaticSiteBasicAuthPropertyResource GetStaticSiteBasicAuthPropertyResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteBasicAuthPropertyResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetStaticSiteBasicAuthPropertyResource (client As ArmClient, id As ResourceIdentifier) As StaticSiteBasicAuthPropertyResource" />
<MemberSignature Language="F#" Value="static member GetStaticSiteBasicAuthPropertyResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.StaticSiteBasicAuthPropertyResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteBasicAuthPropertyResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.StaticSiteBasicAuthPropertyResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.StaticSiteBasicAuthPropertyResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.StaticSiteBasicAuthPropertyResource.CreateResourceIdentifier(System.String,System.String,System.String,Azure.ResourceManager.AppService.Models.StaticSiteBasicAuthName)" /> to create a <see cref="T:Azure.ResourceManager.AppService.StaticSiteBasicAuthPropertyResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetStaticSiteBasicAuthPropertyResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.StaticSiteBasicAuthPropertyResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetStaticSiteBuildDatabaseConnectionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.StaticSiteBuildDatabaseConnectionResource GetStaticSiteBuildDatabaseConnectionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.StaticSiteBuildDatabaseConnectionResource GetStaticSiteBuildDatabaseConnectionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteBuildDatabaseConnectionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetStaticSiteBuildDatabaseConnectionResource (client As ArmClient, id As ResourceIdentifier) As StaticSiteBuildDatabaseConnectionResource" />
<MemberSignature Language="F#" Value="static member GetStaticSiteBuildDatabaseConnectionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.StaticSiteBuildDatabaseConnectionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteBuildDatabaseConnectionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.StaticSiteBuildDatabaseConnectionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.StaticSiteBuildDatabaseConnectionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.StaticSiteBuildDatabaseConnectionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.StaticSiteBuildDatabaseConnectionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetStaticSiteBuildDatabaseConnectionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.StaticSiteBuildDatabaseConnectionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetStaticSiteBuildLinkedBackendResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.StaticSiteBuildLinkedBackendResource GetStaticSiteBuildLinkedBackendResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.StaticSiteBuildLinkedBackendResource GetStaticSiteBuildLinkedBackendResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteBuildLinkedBackendResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetStaticSiteBuildLinkedBackendResource (client As ArmClient, id As ResourceIdentifier) As StaticSiteBuildLinkedBackendResource" />
<MemberSignature Language="F#" Value="static member GetStaticSiteBuildLinkedBackendResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.StaticSiteBuildLinkedBackendResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteBuildLinkedBackendResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.StaticSiteBuildLinkedBackendResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.StaticSiteBuildLinkedBackendResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.StaticSiteBuildLinkedBackendResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.StaticSiteBuildLinkedBackendResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetStaticSiteBuildLinkedBackendResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.StaticSiteBuildLinkedBackendResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetStaticSiteBuildResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.StaticSiteBuildResource GetStaticSiteBuildResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.StaticSiteBuildResource GetStaticSiteBuildResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteBuildResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetStaticSiteBuildResource (client As ArmClient, id As ResourceIdentifier) As StaticSiteBuildResource" />
<MemberSignature Language="F#" Value="static member GetStaticSiteBuildResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.StaticSiteBuildResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteBuildResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.StaticSiteBuildResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.StaticSiteBuildResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.StaticSiteBuildResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.StaticSiteBuildResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetStaticSiteBuildResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.StaticSiteBuildResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetStaticSiteBuildUserProvidedFunctionAppResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.StaticSiteBuildUserProvidedFunctionAppResource GetStaticSiteBuildUserProvidedFunctionAppResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.StaticSiteBuildUserProvidedFunctionAppResource GetStaticSiteBuildUserProvidedFunctionAppResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteBuildUserProvidedFunctionAppResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetStaticSiteBuildUserProvidedFunctionAppResource (client As ArmClient, id As ResourceIdentifier) As StaticSiteBuildUserProvidedFunctionAppResource" />
<MemberSignature Language="F#" Value="static member GetStaticSiteBuildUserProvidedFunctionAppResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.StaticSiteBuildUserProvidedFunctionAppResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteBuildUserProvidedFunctionAppResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.StaticSiteBuildUserProvidedFunctionAppResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.StaticSiteBuildUserProvidedFunctionAppResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.StaticSiteBuildUserProvidedFunctionAppResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.StaticSiteBuildUserProvidedFunctionAppResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetStaticSiteBuildUserProvidedFunctionAppResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.StaticSiteBuildUserProvidedFunctionAppResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetStaticSiteCustomDomainOverviewResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource GetStaticSiteCustomDomainOverviewResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource GetStaticSiteCustomDomainOverviewResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteCustomDomainOverviewResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetStaticSiteCustomDomainOverviewResource (client As ArmClient, id As ResourceIdentifier) As StaticSiteCustomDomainOverviewResource" />
<MemberSignature Language="F#" Value="static member GetStaticSiteCustomDomainOverviewResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteCustomDomainOverviewResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetStaticSiteCustomDomainOverviewResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.StaticSiteCustomDomainOverviewResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetStaticSiteDatabaseConnectionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.StaticSiteDatabaseConnectionResource GetStaticSiteDatabaseConnectionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.StaticSiteDatabaseConnectionResource GetStaticSiteDatabaseConnectionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteDatabaseConnectionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetStaticSiteDatabaseConnectionResource (client As ArmClient, id As ResourceIdentifier) As StaticSiteDatabaseConnectionResource" />
<MemberSignature Language="F#" Value="static member GetStaticSiteDatabaseConnectionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.StaticSiteDatabaseConnectionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteDatabaseConnectionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.StaticSiteDatabaseConnectionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.StaticSiteDatabaseConnectionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.StaticSiteDatabaseConnectionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.StaticSiteDatabaseConnectionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetStaticSiteDatabaseConnectionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.StaticSiteDatabaseConnectionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetStaticSiteLinkedBackendResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.StaticSiteLinkedBackendResource GetStaticSiteLinkedBackendResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.StaticSiteLinkedBackendResource GetStaticSiteLinkedBackendResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteLinkedBackendResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetStaticSiteLinkedBackendResource (client As ArmClient, id As ResourceIdentifier) As StaticSiteLinkedBackendResource" />
<MemberSignature Language="F#" Value="static member GetStaticSiteLinkedBackendResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.StaticSiteLinkedBackendResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteLinkedBackendResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.StaticSiteLinkedBackendResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.StaticSiteLinkedBackendResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.StaticSiteLinkedBackendResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.StaticSiteLinkedBackendResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetStaticSiteLinkedBackendResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.StaticSiteLinkedBackendResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetStaticSitePrivateEndpointConnectionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.StaticSitePrivateEndpointConnectionResource GetStaticSitePrivateEndpointConnectionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.StaticSitePrivateEndpointConnectionResource GetStaticSitePrivateEndpointConnectionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSitePrivateEndpointConnectionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetStaticSitePrivateEndpointConnectionResource (client As ArmClient, id As ResourceIdentifier) As StaticSitePrivateEndpointConnectionResource" />
<MemberSignature Language="F#" Value="static member GetStaticSitePrivateEndpointConnectionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.StaticSitePrivateEndpointConnectionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSitePrivateEndpointConnectionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.StaticSitePrivateEndpointConnectionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.StaticSitePrivateEndpointConnectionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.StaticSitePrivateEndpointConnectionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.StaticSitePrivateEndpointConnectionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetStaticSitePrivateEndpointConnectionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.StaticSitePrivateEndpointConnectionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetStaticSiteResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.StaticSiteResource GetStaticSiteResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.StaticSiteResource GetStaticSiteResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetStaticSiteResource (client As ArmClient, id As ResourceIdentifier) As StaticSiteResource" />
<MemberSignature Language="F#" Value="static member GetStaticSiteResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.StaticSiteResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.StaticSiteResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.StaticSiteResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.StaticSiteResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.StaticSiteResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetStaticSiteResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.StaticSiteResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetStaticSites">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.StaticSiteCollection GetStaticSites (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.StaticSiteCollection GetStaticSites(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSites(Azure.ResourceManager.Resources.ResourceGroupResource)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetStaticSites (resourceGroupResource As ResourceGroupResource) As StaticSiteCollection" />
<MemberSignature Language="F#" Value="static member GetStaticSites : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.AppService.StaticSiteCollection" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSites resourceGroupResource" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.StaticSiteCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<summary>
Gets a collection of StaticSiteResources in the ResourceGroupResource.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetStaticSites" /> instead.</description></item></summary>
<returns> An object representing collection of StaticSiteResources and their operations over a StaticSiteResource. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetStaticSites">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.StaticSiteResource> GetStaticSites (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.StaticSiteResource> GetStaticSites(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSites(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetStaticSites (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of StaticSiteResource)" />
<MemberSignature Language="F#" Value="static member GetStaticSites : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.StaticSiteResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSites (subscriptionResource, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.StaticSiteResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get all Static Sites for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/staticSites</description></item><item><term>Operation Id</term><description>StaticSites_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.StaticSiteResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetStaticSites(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.StaticSiteResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetStaticSitesAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.StaticSiteResource> GetStaticSitesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.StaticSiteResource> GetStaticSitesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSitesAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetStaticSitesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StaticSiteResource)" />
<MemberSignature Language="F#" Value="static member GetStaticSitesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.StaticSiteResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSitesAsync (subscriptionResource, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.StaticSiteResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get all Static Sites for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/staticSites</description></item><item><term>Operation Id</term><description>StaticSites_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.StaticSiteResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetStaticSites(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.StaticSiteResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetStaticSiteUserProvidedFunctionAppResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.StaticSiteUserProvidedFunctionAppResource GetStaticSiteUserProvidedFunctionAppResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.StaticSiteUserProvidedFunctionAppResource GetStaticSiteUserProvidedFunctionAppResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteUserProvidedFunctionAppResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetStaticSiteUserProvidedFunctionAppResource (client As ArmClient, id As ResourceIdentifier) As StaticSiteUserProvidedFunctionAppResource" />
<MemberSignature Language="F#" Value="static member GetStaticSiteUserProvidedFunctionAppResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.StaticSiteUserProvidedFunctionAppResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetStaticSiteUserProvidedFunctionAppResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.StaticSiteUserProvidedFunctionAppResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.StaticSiteUserProvidedFunctionAppResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.StaticSiteUserProvidedFunctionAppResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.StaticSiteUserProvidedFunctionAppResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetStaticSiteUserProvidedFunctionAppResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.StaticSiteUserProvidedFunctionAppResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetTopLevelDomain">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.TopLevelDomainResource> GetTopLevelDomain (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string name, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.TopLevelDomainResource> GetTopLevelDomain(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetTopLevelDomain(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetTopLevelDomain (subscriptionResource As SubscriptionResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TopLevelDomainResource)" />
<MemberSignature Language="F#" Value="static member GetTopLevelDomain : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.TopLevelDomainResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetTopLevelDomain (subscriptionResource, name, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.TopLevelDomainResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="name"> Name of the top-level domain. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get details of a top-level domain.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}</description></item><item><term>Operation Id</term><description>TopLevelDomains_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.TopLevelDomainResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetTopLevelDomain(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="name" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetTopLevelDomainAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.TopLevelDomainResource>> GetTopLevelDomainAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string name, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.TopLevelDomainResource>> GetTopLevelDomainAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetTopLevelDomainAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetTopLevelDomainAsync (subscriptionResource As SubscriptionResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TopLevelDomainResource))" />
<MemberSignature Language="F#" Value="static member GetTopLevelDomainAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.TopLevelDomainResource>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetTopLevelDomainAsync (subscriptionResource, name, 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.TopLevelDomainResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="name"> Name of the top-level domain. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get details of a top-level domain.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/topLevelDomains/{name}</description></item><item><term>Operation Id</term><description>TopLevelDomains_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.TopLevelDomainResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetTopLevelDomainAsync(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="name" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetTopLevelDomainResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.TopLevelDomainResource GetTopLevelDomainResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.TopLevelDomainResource GetTopLevelDomainResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetTopLevelDomainResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetTopLevelDomainResource (client As ArmClient, id As ResourceIdentifier) As TopLevelDomainResource" />
<MemberSignature Language="F#" Value="static member GetTopLevelDomainResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.TopLevelDomainResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetTopLevelDomainResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.TopLevelDomainResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.TopLevelDomainResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.TopLevelDomainResource.CreateResourceIdentifier(System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.TopLevelDomainResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetTopLevelDomainResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.TopLevelDomainResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetTopLevelDomains">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.TopLevelDomainCollection GetTopLevelDomains (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.TopLevelDomainCollection GetTopLevelDomains(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetTopLevelDomains(Azure.ResourceManager.Resources.SubscriptionResource)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetTopLevelDomains (subscriptionResource As SubscriptionResource) As TopLevelDomainCollection" />
<MemberSignature Language="F#" Value="static member GetTopLevelDomains : Azure.ResourceManager.Resources.SubscriptionResource -> Azure.ResourceManager.AppService.TopLevelDomainCollection" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetTopLevelDomains subscriptionResource" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.TopLevelDomainCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<summary>
Gets a collection of TopLevelDomainResources in the SubscriptionResource.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetTopLevelDomains" /> instead.</description></item></summary>
<returns> An object representing collection of TopLevelDomainResources and their operations over a TopLevelDomainResource. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebAppRequestHistoryResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebAppRequestHistoryResource GetWebAppRequestHistoryResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebAppRequestHistoryResource GetWebAppRequestHistoryResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebAppRequestHistoryResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebAppRequestHistoryResource (client As ArmClient, id As ResourceIdentifier) As WebAppRequestHistoryResource" />
<MemberSignature Language="F#" Value="static member GetWebAppRequestHistoryResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebAppRequestHistoryResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebAppRequestHistoryResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebAppRequestHistoryResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebAppRequestHistoryResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebAppRequestHistoryResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebAppRequestHistoryResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebAppRequestHistoryResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebAppRequestHistoryResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebAppStacksByLocation">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppStack> GetWebAppStacksByLocation (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.Core.AzureLocation location, Azure.ResourceManager.AppService.Models.ProviderStackOSType? stackOSType = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.WebAppStack> GetWebAppStacksByLocation(class Azure.ResourceManager.Resources.TenantResource tenantResource, valuetype Azure.Core.AzureLocation location, valuetype System.Nullable`1<valuetype Azure.ResourceManager.AppService.Models.ProviderStackOSType> stackOSType, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebAppStacksByLocation(Azure.ResourceManager.Resources.TenantResource,Azure.Core.AzureLocation,System.Nullable{Azure.ResourceManager.AppService.Models.ProviderStackOSType},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebAppStacksByLocation (tenantResource As TenantResource, location As AzureLocation, Optional stackOSType As Nullable(Of ProviderStackOSType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebAppStack)" />
<MemberSignature Language="F#" Value="static member GetWebAppStacksByLocation : Azure.ResourceManager.Resources.TenantResource * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppStack>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebAppStacksByLocation (tenantResource, location, stackOSType, 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.WebAppStack></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="location" Type="Azure.Core.AzureLocation" />
<Parameter Name="stackOSType" Type="System.Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="location"> Web App stack location. </param>
<param name="stackOSType"> Stack OS Type. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get available Web app frameworks and their versions for location
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.Web/locations/{location}/webAppStacks</description></item><item><term>Operation Id</term><description>Provider_GetWebAppStacksForLocation</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetWebAppStacksByLocation(Azure.Core.AzureLocation,System.Nullable{Azure.ResourceManager.AppService.Models.ProviderStackOSType},System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.WebAppStack" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebAppStacksByLocationAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppStack> GetWebAppStacksByLocationAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.Core.AzureLocation location, Azure.ResourceManager.AppService.Models.ProviderStackOSType? stackOSType = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.WebAppStack> GetWebAppStacksByLocationAsync(class Azure.ResourceManager.Resources.TenantResource tenantResource, valuetype Azure.Core.AzureLocation location, valuetype System.Nullable`1<valuetype Azure.ResourceManager.AppService.Models.ProviderStackOSType> stackOSType, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebAppStacksByLocationAsync(Azure.ResourceManager.Resources.TenantResource,Azure.Core.AzureLocation,System.Nullable{Azure.ResourceManager.AppService.Models.ProviderStackOSType},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebAppStacksByLocationAsync (tenantResource As TenantResource, location As AzureLocation, Optional stackOSType As Nullable(Of ProviderStackOSType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebAppStack)" />
<MemberSignature Language="F#" Value="static member GetWebAppStacksByLocationAsync : Azure.ResourceManager.Resources.TenantResource * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppStack>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebAppStacksByLocationAsync (tenantResource, location, stackOSType, 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.WebAppStack></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="location" Type="Azure.Core.AzureLocation" />
<Parameter Name="stackOSType" Type="System.Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="location"> Web App stack location. </param>
<param name="stackOSType"> Stack OS Type. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get available Web app frameworks and their versions for location
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.Web/locations/{location}/webAppStacks</description></item><item><term>Operation Id</term><description>Provider_GetWebAppStacksForLocation</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetWebAppStacksByLocation(Azure.Core.AzureLocation,System.Nullable{Azure.ResourceManager.AppService.Models.ProviderStackOSType},System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.WebAppStack" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebAppStacksProviders">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppStack> GetWebAppStacksProviders (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.AppService.Models.ProviderStackOSType? stackOSType = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.Models.WebAppStack> GetWebAppStacksProviders(class Azure.ResourceManager.Resources.TenantResource tenantResource, valuetype System.Nullable`1<valuetype Azure.ResourceManager.AppService.Models.ProviderStackOSType> stackOSType, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebAppStacksProviders(Azure.ResourceManager.Resources.TenantResource,System.Nullable{Azure.ResourceManager.AppService.Models.ProviderStackOSType},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebAppStacksProviders (tenantResource As TenantResource, Optional stackOSType As Nullable(Of ProviderStackOSType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebAppStack)" />
<MemberSignature Language="F#" Value="static member GetWebAppStacksProviders : Azure.ResourceManager.Resources.TenantResource * Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.Models.WebAppStack>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebAppStacksProviders (tenantResource, stackOSType, 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.WebAppStack></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="stackOSType" Type="System.Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="stackOSType"> Stack OS Type. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get available Web app frameworks and their versions
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.Web/webAppStacks</description></item><item><term>Operation Id</term><description>Provider_GetWebAppStacks</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetWebAppStacksProviders(System.Nullable{Azure.ResourceManager.AppService.Models.ProviderStackOSType},System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.Models.WebAppStack" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebAppStacksProvidersAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppStack> GetWebAppStacksProvidersAsync (this Azure.ResourceManager.Resources.TenantResource tenantResource, Azure.ResourceManager.AppService.Models.ProviderStackOSType? stackOSType = default, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.Models.WebAppStack> GetWebAppStacksProvidersAsync(class Azure.ResourceManager.Resources.TenantResource tenantResource, valuetype System.Nullable`1<valuetype Azure.ResourceManager.AppService.Models.ProviderStackOSType> stackOSType, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebAppStacksProvidersAsync(Azure.ResourceManager.Resources.TenantResource,System.Nullable{Azure.ResourceManager.AppService.Models.ProviderStackOSType},System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebAppStacksProvidersAsync (tenantResource As TenantResource, Optional stackOSType As Nullable(Of ProviderStackOSType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebAppStack)" />
<MemberSignature Language="F#" Value="static member GetWebAppStacksProvidersAsync : Azure.ResourceManager.Resources.TenantResource * Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.WebAppStack>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebAppStacksProvidersAsync (tenantResource, stackOSType, 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.WebAppStack></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="tenantResource" Type="Azure.ResourceManager.Resources.TenantResource" RefType="this" />
<Parameter Name="stackOSType" Type="System.Nullable<Azure.ResourceManager.AppService.Models.ProviderStackOSType>" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="tenantResource"> The <see cref="T:Azure.ResourceManager.Resources.TenantResource" /> instance the method will execute against. </param>
<param name="stackOSType"> Stack OS Type. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get available Web app frameworks and their versions
<list type="bullet"><item><term>Request Path</term><description>/providers/Microsoft.Web/webAppStacks</description></item><item><term>Operation Id</term><description>Provider_GetWebAppStacks</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceTenantResource.GetWebAppStacksProviders(System.Nullable{Azure.ResourceManager.AppService.Models.ProviderStackOSType},System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.Models.WebAppStack" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="tenantResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSite">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.WebSiteResource> GetWebSite (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteResource> GetWebSite(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSite(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSite (resourceGroupResource As ResourceGroupResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of WebSiteResource)" />
<MemberSignature Language="F#" Value="static member GetWebSite : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.WebSiteResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSite (resourceGroupResource, name, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response<Azure.ResourceManager.AppService.WebSiteResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="name"> Name of the app. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the details of a web, mobile, or API app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}</description></item><item><term>Operation Id</term><description>WebApps_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetWebSite(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="name" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteResource>> GetWebSiteAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.WebSiteResource>> GetWebSiteAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteAsync (resourceGroupResource As ResourceGroupResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WebSiteResource))" />
<MemberSignature Language="F#" Value="static member GetWebSiteAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteResource>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteAsync (resourceGroupResource, name, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.WebSiteResource>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="name" Type="System.String" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="name"> Name of the app. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Gets the details of a web, mobile, or API app.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}</description></item><item><term>Operation Id</term><description>WebApps_Get</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetWebSiteAsync(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="name" /> is null. </exception>
<exception cref="T:System.ArgumentException">
<paramref name="name" /> is an empty string, and was expected to be non-empty. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteConfigConnectionStringResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource GetWebSiteConfigConnectionStringResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource GetWebSiteConfigConnectionStringResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteConfigConnectionStringResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteConfigConnectionStringResource (client As ArmClient, id As ResourceIdentifier) As WebSiteConfigConnectionStringResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteConfigConnectionStringResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteConfigConnectionStringResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteConfigConnectionStringResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteConfigConnectionStringResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteConfigResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteConfigResource GetWebSiteConfigResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteConfigResource GetWebSiteConfigResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteConfigResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteConfigResource (client As ArmClient, id As ResourceIdentifier) As WebSiteConfigResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteConfigResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteConfigResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteConfigResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteConfigResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteConfigResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteConfigResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteConfigResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteConfigResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteConfigResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteContinuousWebJobResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource GetWebSiteContinuousWebJobResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource GetWebSiteContinuousWebJobResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteContinuousWebJobResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteContinuousWebJobResource (client As ArmClient, id As ResourceIdentifier) As WebSiteContinuousWebJobResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteContinuousWebJobResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteContinuousWebJobResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteContinuousWebJobResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteContinuousWebJobResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteExtensionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteExtensionResource GetWebSiteExtensionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteExtensionResource GetWebSiteExtensionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteExtensionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteExtensionResource (client As ArmClient, id As ResourceIdentifier) As WebSiteExtensionResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteExtensionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteExtensionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteExtensionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteExtensionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteExtensionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteExtensionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteExtensionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteExtensionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteExtensionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteFtpPublishingCredentialsPolicyResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource GetWebSiteFtpPublishingCredentialsPolicyResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource GetWebSiteFtpPublishingCredentialsPolicyResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteFtpPublishingCredentialsPolicyResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteFtpPublishingCredentialsPolicyResource (client As ArmClient, id As ResourceIdentifier) As WebSiteFtpPublishingCredentialsPolicyResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteFtpPublishingCredentialsPolicyResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteFtpPublishingCredentialsPolicyResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteFtpPublishingCredentialsPolicyResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteFtpPublishingCredentialsPolicyResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteHybridConnectionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteHybridConnectionResource GetWebSiteHybridConnectionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteHybridConnectionResource GetWebSiteHybridConnectionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteHybridConnectionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteHybridConnectionResource (client As ArmClient, id As ResourceIdentifier) As WebSiteHybridConnectionResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteHybridConnectionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteHybridConnectionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteHybridConnectionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteHybridConnectionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteHybridConnectionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteHybridConnectionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteHybridConnectionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteHybridConnectionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteHybridConnectionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSitePremierAddonResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSitePremierAddonResource GetWebSitePremierAddonResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSitePremierAddonResource GetWebSitePremierAddonResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSitePremierAddonResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSitePremierAddonResource (client As ArmClient, id As ResourceIdentifier) As WebSitePremierAddonResource" />
<MemberSignature Language="F#" Value="static member GetWebSitePremierAddonResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSitePremierAddonResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSitePremierAddonResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSitePremierAddonResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSitePremierAddonResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSitePremierAddonResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSitePremierAddonResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSitePremierAddonResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSitePremierAddonResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSitePrivateAccessResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSitePrivateAccessResource GetWebSitePrivateAccessResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSitePrivateAccessResource GetWebSitePrivateAccessResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSitePrivateAccessResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSitePrivateAccessResource (client As ArmClient, id As ResourceIdentifier) As WebSitePrivateAccessResource" />
<MemberSignature Language="F#" Value="static member GetWebSitePrivateAccessResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSitePrivateAccessResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSitePrivateAccessResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSitePrivateAccessResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSitePrivateAccessResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSitePrivateAccessResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSitePrivateAccessResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSitePrivateAccessResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSitePrivateAccessResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteResource GetWebSiteResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteResource GetWebSiteResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteResource (client As ArmClient, id As ResourceIdentifier) As WebSiteResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteResourceHealthMetadataResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteResourceHealthMetadataResource GetWebSiteResourceHealthMetadataResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteResourceHealthMetadataResource GetWebSiteResourceHealthMetadataResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteResourceHealthMetadataResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteResourceHealthMetadataResource (client As ArmClient, id As ResourceIdentifier) As WebSiteResourceHealthMetadataResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteResourceHealthMetadataResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteResourceHealthMetadataResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteResourceHealthMetadataResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteResourceHealthMetadataResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteResourceHealthMetadataResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteResourceHealthMetadataResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteResourceHealthMetadataResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteResourceHealthMetadataResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteResourceHealthMetadataResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSites">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteCollection GetWebSites (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteCollection GetWebSites(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSites(Azure.ResourceManager.Resources.ResourceGroupResource)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSites (resourceGroupResource As ResourceGroupResource) As WebSiteCollection" />
<MemberSignature Language="F#" Value="static member GetWebSites : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.AppService.WebSiteCollection" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSites resourceGroupResource" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteCollection</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<summary>
Gets a collection of WebSiteResources in the ResourceGroupResource.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.GetWebSites" /> instead.</description></item></summary>
<returns> An object representing collection of WebSiteResources and their operations over a WebSiteResource. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSites">
<MemberSignature Language="C#" Value="public static Azure.Pageable<Azure.ResourceManager.AppService.WebSiteResource> GetWebSites (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1<class Azure.ResourceManager.AppService.WebSiteResource> GetWebSites(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSites(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSites (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of WebSiteResource)" />
<MemberSignature Language="F#" Value="static member GetWebSites : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.WebSiteResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSites (subscriptionResource, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Pageable<Azure.ResourceManager.AppService.WebSiteResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get all apps for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/sites</description></item><item><term>Operation Id</term><description>WebApps_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetWebSites(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> A collection of <see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSitesAsync">
<MemberSignature Language="C#" Value="public static Azure.AsyncPageable<Azure.ResourceManager.AppService.WebSiteResource> GetWebSitesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1<class Azure.ResourceManager.AppService.WebSiteResource> GetWebSitesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSitesAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSitesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WebSiteResource)" />
<MemberSignature Language="F#" Value="static member GetWebSitesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.WebSiteResource>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSitesAsync (subscriptionResource, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.AsyncPageable<Azure.ResourceManager.AppService.WebSiteResource></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Get all apps for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/sites</description></item><item><term>Operation Id</term><description>WebApps_List</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.GetWebSites(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns> An async collection of <see cref="T:Azure.ResourceManager.AppService.WebSiteResource" /> that may take multiple service requests to iterate over. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteSlotConfigAppSettingResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource GetWebSiteSlotConfigAppSettingResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource GetWebSiteSlotConfigAppSettingResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotConfigAppSettingResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSlotConfigAppSettingResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSlotConfigAppSettingResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSlotConfigAppSettingResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotConfigAppSettingResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteSlotConfigAppSettingResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotConfigAppSettingResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteSlotConfigConnectionStringResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource GetWebSiteSlotConfigConnectionStringResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource GetWebSiteSlotConfigConnectionStringResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotConfigConnectionStringResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSlotConfigConnectionStringResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSlotConfigConnectionStringResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSlotConfigConnectionStringResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotConfigConnectionStringResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteSlotConfigConnectionStringResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotConfigConnectionStringResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteSlotConfigResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSlotConfigResource GetWebSiteSlotConfigResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSlotConfigResource GetWebSiteSlotConfigResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotConfigResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSlotConfigResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSlotConfigResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSlotConfigResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSlotConfigResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotConfigResource (client, id)" />
<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>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotConfigResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSlotConfigResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotConfigResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteSlotConfigResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotConfigResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteSlotContinuousWebJobResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource GetWebSiteSlotContinuousWebJobResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource GetWebSiteSlotContinuousWebJobResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotContinuousWebJobResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSlotContinuousWebJobResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSlotContinuousWebJobResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSlotContinuousWebJobResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotContinuousWebJobResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteSlotContinuousWebJobResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotContinuousWebJobResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteSlotExtensionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSlotExtensionResource GetWebSiteSlotExtensionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSlotExtensionResource GetWebSiteSlotExtensionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotExtensionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSlotExtensionResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSlotExtensionResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSlotExtensionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSlotExtensionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotExtensionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteSlotExtensionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotExtensionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSlotExtensionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotExtensionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteSlotExtensionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotExtensionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteSlotFtpPublishingCredentialsPolicyResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSlotFtpPublishingCredentialsPolicyResource GetWebSiteSlotFtpPublishingCredentialsPolicyResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSlotFtpPublishingCredentialsPolicyResource GetWebSiteSlotFtpPublishingCredentialsPolicyResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotFtpPublishingCredentialsPolicyResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSlotFtpPublishingCredentialsPolicyResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSlotFtpPublishingCredentialsPolicyResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSlotFtpPublishingCredentialsPolicyResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSlotFtpPublishingCredentialsPolicyResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotFtpPublishingCredentialsPolicyResource (client, id)" />
<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>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotFtpPublishingCredentialsPolicyResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSlotFtpPublishingCredentialsPolicyResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotFtpPublishingCredentialsPolicyResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteSlotFtpPublishingCredentialsPolicyResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotFtpPublishingCredentialsPolicyResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteSlotHybridConnectionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource GetWebSiteSlotHybridConnectionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource GetWebSiteSlotHybridConnectionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotHybridConnectionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSlotHybridConnectionResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSlotHybridConnectionResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSlotHybridConnectionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotHybridConnectionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteSlotHybridConnectionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotHybridConnectionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteSlotPremierAddOnResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource GetWebSiteSlotPremierAddOnResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource GetWebSiteSlotPremierAddOnResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotPremierAddOnResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSlotPremierAddOnResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSlotPremierAddOnResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSlotPremierAddOnResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotPremierAddOnResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteSlotPremierAddOnResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotPremierAddOnResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteSlotPrivateAccessResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSlotPrivateAccessResource GetWebSiteSlotPrivateAccessResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSlotPrivateAccessResource GetWebSiteSlotPrivateAccessResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotPrivateAccessResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSlotPrivateAccessResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSlotPrivateAccessResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSlotPrivateAccessResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSlotPrivateAccessResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotPrivateAccessResource (client, id)" />
<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>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotPrivateAccessResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSlotPrivateAccessResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotPrivateAccessResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteSlotPrivateAccessResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotPrivateAccessResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteSlotPublicCertificateResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource GetWebSiteSlotPublicCertificateResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource GetWebSiteSlotPublicCertificateResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotPublicCertificateResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSlotPublicCertificateResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSlotPublicCertificateResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSlotPublicCertificateResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotPublicCertificateResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteSlotPublicCertificateResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotPublicCertificateResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteSlotResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSlotResource GetWebSiteSlotResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSlotResource GetWebSiteSlotResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSlotResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSlotResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSlotResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSlotResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteSlotResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSlotResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteSlotResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteSlotResourceHealthMetadataResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSlotResourceHealthMetadataResource GetWebSiteSlotResourceHealthMetadataResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSlotResourceHealthMetadataResource GetWebSiteSlotResourceHealthMetadataResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotResourceHealthMetadataResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSlotResourceHealthMetadataResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSlotResourceHealthMetadataResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSlotResourceHealthMetadataResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSlotResourceHealthMetadataResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotResourceHealthMetadataResource (client, id)" />
<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>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotResourceHealthMetadataResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSlotResourceHealthMetadataResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotResourceHealthMetadataResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteSlotResourceHealthMetadataResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotResourceHealthMetadataResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteSlotSourceControlResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSlotSourceControlResource GetWebSiteSlotSourceControlResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSlotSourceControlResource GetWebSiteSlotSourceControlResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotSourceControlResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSlotSourceControlResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSlotSourceControlResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSlotSourceControlResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSlotSourceControlResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotSourceControlResource (client, id)" />
<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>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotSourceControlResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSlotSourceControlResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotSourceControlResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteSlotSourceControlResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotSourceControlResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteSlotTriggeredWebJobHistoryResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobHistoryResource GetWebSiteSlotTriggeredWebJobHistoryResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobHistoryResource GetWebSiteSlotTriggeredWebJobHistoryResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotTriggeredWebJobHistoryResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSlotTriggeredWebJobHistoryResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSlotTriggeredWebJobHistoryResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSlotTriggeredWebJobHistoryResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobHistoryResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotTriggeredWebJobHistoryResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobHistoryResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobHistoryResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobHistoryResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobHistoryResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
</summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobHistoryResource" /> object. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetWebSiteSlotTriggeredWebJobResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource GetWebSiteSlotTriggeredWebJobResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource GetWebSiteSlotTriggeredWebJobResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotTriggeredWebJobResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSlotTriggeredWebJobResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSlotTriggeredWebJobResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSlotTriggeredWebJobResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotTriggeredWebJobResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
</summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotTriggeredWebJobResource" /> object. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetWebSiteSlotWebJobResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSlotWebJobResource GetWebSiteSlotWebJobResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSlotWebJobResource GetWebSiteSlotWebJobResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotWebJobResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSlotWebJobResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSlotWebJobResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSlotWebJobResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSlotWebJobResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSlotWebJobResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteSlotWebJobResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotWebJobResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSlotWebJobResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotWebJobResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteSlotWebJobResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSlotWebJobResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteSourceControlResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteSourceControlResource GetWebSiteSourceControlResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteSourceControlResource GetWebSiteSourceControlResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSourceControlResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteSourceControlResource (client As ArmClient, id As ResourceIdentifier) As WebSiteSourceControlResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteSourceControlResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteSourceControlResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteSourceControlResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteSourceControlResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteSourceControlResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteSourceControlResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteSourceControlResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteSourceControlResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteSourceControlResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWebSiteTriggeredWebJobHistoryResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteTriggeredWebJobHistoryResource GetWebSiteTriggeredWebJobHistoryResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteTriggeredWebJobHistoryResource GetWebSiteTriggeredWebJobHistoryResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteTriggeredWebJobHistoryResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteTriggeredWebJobHistoryResource (client As ArmClient, id As ResourceIdentifier) As WebSiteTriggeredWebJobHistoryResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteTriggeredWebJobHistoryResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteTriggeredWebJobHistoryResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteTriggeredWebJobHistoryResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteTriggeredWebJobHistoryResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteTriggeredWebJobHistoryResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteTriggeredWebJobHistoryResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteTriggeredWebJobHistoryResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
</summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteTriggeredWebJobHistoryResource" /> object. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetWebSiteTriggeredwebJobResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource GetWebSiteTriggeredwebJobResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource GetWebSiteTriggeredwebJobResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteTriggeredwebJobResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteTriggeredwebJobResource (client As ArmClient, id As ResourceIdentifier) As WebSiteTriggeredwebJobResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteTriggeredwebJobResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteTriggeredwebJobResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
</summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteTriggeredwebJobResource" /> object. </returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetWebSiteWebJobResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WebSiteWebJobResource GetWebSiteWebJobResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WebSiteWebJobResource GetWebSiteWebJobResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteWebJobResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWebSiteWebJobResource (client As ArmClient, id As ResourceIdentifier) As WebSiteWebJobResource" />
<MemberSignature Language="F#" Value="static member GetWebSiteWebJobResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WebSiteWebJobResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWebSiteWebJobResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WebSiteWebJobResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WebSiteWebJobResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WebSiteWebJobResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WebSiteWebJobResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWebSiteWebJobResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WebSiteWebJobResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWorkflowRunActionRepetitionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WorkflowRunActionRepetitionResource GetWorkflowRunActionRepetitionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WorkflowRunActionRepetitionResource GetWorkflowRunActionRepetitionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWorkflowRunActionRepetitionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWorkflowRunActionRepetitionResource (client As ArmClient, id As ResourceIdentifier) As WorkflowRunActionRepetitionResource" />
<MemberSignature Language="F#" Value="static member GetWorkflowRunActionRepetitionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WorkflowRunActionRepetitionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWorkflowRunActionRepetitionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WorkflowRunActionRepetitionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WorkflowRunActionRepetitionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WorkflowRunActionRepetitionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WorkflowRunActionRepetitionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWorkflowRunActionRepetitionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WorkflowRunActionRepetitionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWorkflowRunActionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WorkflowRunActionResource GetWorkflowRunActionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WorkflowRunActionResource GetWorkflowRunActionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWorkflowRunActionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWorkflowRunActionResource (client As ArmClient, id As ResourceIdentifier) As WorkflowRunActionResource" />
<MemberSignature Language="F#" Value="static member GetWorkflowRunActionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WorkflowRunActionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWorkflowRunActionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WorkflowRunActionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WorkflowRunActionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WorkflowRunActionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WorkflowRunActionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWorkflowRunActionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WorkflowRunActionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWorkflowRunActionScopeRepetitionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WorkflowRunActionScopeRepetitionResource GetWorkflowRunActionScopeRepetitionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WorkflowRunActionScopeRepetitionResource GetWorkflowRunActionScopeRepetitionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWorkflowRunActionScopeRepetitionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWorkflowRunActionScopeRepetitionResource (client As ArmClient, id As ResourceIdentifier) As WorkflowRunActionScopeRepetitionResource" />
<MemberSignature Language="F#" Value="static member GetWorkflowRunActionScopeRepetitionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WorkflowRunActionScopeRepetitionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWorkflowRunActionScopeRepetitionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WorkflowRunActionScopeRepetitionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WorkflowRunActionScopeRepetitionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WorkflowRunActionScopeRepetitionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WorkflowRunActionScopeRepetitionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWorkflowRunActionScopeRepetitionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WorkflowRunActionScopeRepetitionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWorkflowRunResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WorkflowRunResource GetWorkflowRunResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WorkflowRunResource GetWorkflowRunResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWorkflowRunResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWorkflowRunResource (client As ArmClient, id As ResourceIdentifier) As WorkflowRunResource" />
<MemberSignature Language="F#" Value="static member GetWorkflowRunResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WorkflowRunResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWorkflowRunResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WorkflowRunResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WorkflowRunResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WorkflowRunResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WorkflowRunResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWorkflowRunResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WorkflowRunResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWorkflowTriggerHistoryResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WorkflowTriggerHistoryResource GetWorkflowTriggerHistoryResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WorkflowTriggerHistoryResource GetWorkflowTriggerHistoryResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWorkflowTriggerHistoryResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWorkflowTriggerHistoryResource (client As ArmClient, id As ResourceIdentifier) As WorkflowTriggerHistoryResource" />
<MemberSignature Language="F#" Value="static member GetWorkflowTriggerHistoryResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WorkflowTriggerHistoryResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWorkflowTriggerHistoryResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WorkflowTriggerHistoryResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WorkflowTriggerHistoryResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WorkflowTriggerHistoryResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WorkflowTriggerHistoryResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWorkflowTriggerHistoryResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WorkflowTriggerHistoryResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWorkflowTriggerResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WorkflowTriggerResource GetWorkflowTriggerResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WorkflowTriggerResource GetWorkflowTriggerResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWorkflowTriggerResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWorkflowTriggerResource (client As ArmClient, id As ResourceIdentifier) As WorkflowTriggerResource" />
<MemberSignature Language="F#" Value="static member GetWorkflowTriggerResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WorkflowTriggerResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWorkflowTriggerResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WorkflowTriggerResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WorkflowTriggerResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WorkflowTriggerResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WorkflowTriggerResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWorkflowTriggerResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WorkflowTriggerResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="GetWorkflowVersionResource">
<MemberSignature Language="C#" Value="public static Azure.ResourceManager.AppService.WorkflowVersionResource GetWorkflowVersionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.AppService.WorkflowVersionResource GetWorkflowVersionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.GetWorkflowVersionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function GetWorkflowVersionResource (client As ArmClient, id As ResourceIdentifier) As WorkflowVersionResource" />
<MemberSignature Language="F#" Value="static member GetWorkflowVersionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WorkflowVersionResource" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.GetWorkflowVersionResource (client, id)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.ResourceManager.AppService.WorkflowVersionResource</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="client" Type="Azure.ResourceManager.ArmClient" RefType="this" />
<Parameter Name="id" Type="Azure.Core.ResourceIdentifier" />
</Parameters>
<Docs>
<param name="client"> The <see cref="T:Azure.ResourceManager.ArmClient" /> instance the method will execute against. </param>
<param name="id"> The resource ID of the resource to get. </param>
<summary>
Gets an object representing a <see cref="T:Azure.ResourceManager.AppService.WorkflowVersionResource" /> along with the instance operations that can be performed on it but with no data.
You can use <see cref="M:Azure.ResourceManager.AppService.WorkflowVersionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.AppService.WorkflowVersionResource" /><see cref="T:Azure.Core.ResourceIdentifier" /> from its components.
<item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceArmClient.GetWorkflowVersionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary>
<returns> Returns a <see cref="T:Azure.ResourceManager.AppService.WorkflowVersionResource" /> object. </returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="client" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="PreviewStaticSiteWorkflow">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreview> PreviewStaticSiteWorkflow (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreviewContent content, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreview> PreviewStaticSiteWorkflow(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, class Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreviewContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.PreviewStaticSiteWorkflow(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreviewContent,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function PreviewStaticSiteWorkflow (subscriptionResource As SubscriptionResource, location As AzureLocation, content As StaticSitesWorkflowPreviewContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of StaticSitesWorkflowPreview)" />
<MemberSignature Language="F#" Value="static member PreviewStaticSiteWorkflow : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreviewContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreview>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.PreviewStaticSiteWorkflow (subscriptionResource, location, content, 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.StaticSitesWorkflowPreview></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="location" Type="Azure.Core.AzureLocation" />
<Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreviewContent" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="location"> Location where you plan to create the static site. </param>
<param name="content"> A JSON representation of the StaticSitesWorkflowPreviewRequest properties. See example. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Generates a preview workflow file for the static site
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/previewStaticSiteWorkflowFile</description></item><item><term>Operation Id</term><description>StaticSites_PreviewWorkflow</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.PreviewStaticSiteWorkflow(Azure.Core.AzureLocation,Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreviewContent,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="content" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="PreviewStaticSiteWorkflowAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreview>> PreviewStaticSiteWorkflowAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreviewContent content, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreview>> PreviewStaticSiteWorkflowAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, class Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreviewContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.PreviewStaticSiteWorkflowAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreviewContent,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function PreviewStaticSiteWorkflowAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, content As StaticSitesWorkflowPreviewContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of StaticSitesWorkflowPreview))" />
<MemberSignature Language="F#" Value="static member PreviewStaticSiteWorkflowAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreviewContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreview>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.PreviewStaticSiteWorkflowAsync (subscriptionResource, location, content, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreview>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="location" Type="Azure.Core.AzureLocation" />
<Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreviewContent" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="location"> Location where you plan to create the static site. </param>
<param name="content"> A JSON representation of the StaticSitesWorkflowPreviewRequest properties. See example. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Generates a preview workflow file for the static site
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/locations/{location}/previewStaticSiteWorkflowFile</description></item><item><term>Operation Id</term><description>StaticSites_PreviewWorkflow</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.PreviewStaticSiteWorkflow(Azure.Core.AzureLocation,Azure.ResourceManager.AppService.Models.StaticSitesWorkflowPreviewContent,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="content" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="ResetAllRecommendationFilters">
<MemberSignature Language="C#" Value="public static Azure.Response ResetAllRecommendationFilters (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response ResetAllRecommendationFilters(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.ResetAllRecommendationFilters(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ResetAllRecommendationFilters (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Response" />
<MemberSignature Language="F#" Value="static member ResetAllRecommendationFilters : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.Response" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.ResetAllRecommendationFilters (subscriptionResource, 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="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Reset all recommendation opt-out settings for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations/reset</description></item><item><term>Operation Id</term><description>Recommendations_ResetAllFilters</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.ResetAllRecommendationFilters(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="ResetAllRecommendationFiltersAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response> ResetAllRecommendationFiltersAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response> ResetAllRecommendationFiltersAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.ResetAllRecommendationFiltersAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ResetAllRecommendationFiltersAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" />
<MemberSignature Language="F#" Value="static member ResetAllRecommendationFiltersAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.ResetAllRecommendationFiltersAsync (subscriptionResource, 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="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Reset all recommendation opt-out settings for a subscription.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/recommendations/reset</description></item><item><term>Operation Id</term><description>Recommendations_ResetAllFilters</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.ResetAllRecommendationFilters(System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceValidateResult> Validate (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.ResourceManager.AppService.Models.AppServiceValidateContent content, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceValidateResult> Validate(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, class Azure.ResourceManager.AppService.Models.AppServiceValidateContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.Validate(Azure.ResourceManager.Resources.ResourceGroupResource,Azure.ResourceManager.AppService.Models.AppServiceValidateContent,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function Validate (resourceGroupResource As ResourceGroupResource, content As AppServiceValidateContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServiceValidateResult)" />
<MemberSignature Language="F#" Value="static member Validate : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.ResourceManager.AppService.Models.AppServiceValidateContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceValidateResult>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.Validate (resourceGroupResource, content, 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.AppServiceValidateResult></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.AppServiceValidateContent" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="content"> Request with the resources to validate. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Validate if a resource can be created.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/validate</description></item><item><term>Operation Id</term><description>Validate</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.Validate(Azure.ResourceManager.AppService.Models.AppServiceValidateContent,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="content" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="ValidateAppServiceCertificateOrderPurchaseInformation">
<MemberSignature Language="C#" Value="public static Azure.Response ValidateAppServiceCertificateOrderPurchaseInformation (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.AppServiceCertificateOrderData data, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response ValidateAppServiceCertificateOrderPurchaseInformation(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.AppService.AppServiceCertificateOrderData data, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.ValidateAppServiceCertificateOrderPurchaseInformation(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.AppService.AppServiceCertificateOrderData,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ValidateAppServiceCertificateOrderPurchaseInformation (subscriptionResource As SubscriptionResource, data As AppServiceCertificateOrderData, Optional cancellationToken As CancellationToken = Nothing) As Response" />
<MemberSignature Language="F#" Value="static member ValidateAppServiceCertificateOrderPurchaseInformation : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.AppService.AppServiceCertificateOrderData * System.Threading.CancellationToken -> Azure.Response" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.ValidateAppServiceCertificateOrderPurchaseInformation (subscriptionResource, data, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Azure.Response</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="data" Type="Azure.ResourceManager.AppService.AppServiceCertificateOrderData" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="data"> Information for a certificate order. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Validate information for a certificate order.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/validateCertificateRegistrationInformation</description></item><item><term>Operation Id</term><description>AppServiceCertificateOrders_ValidatePurchaseInformation</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.ValidateAppServiceCertificateOrderPurchaseInformation(Azure.ResourceManager.AppService.AppServiceCertificateOrderData,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="data" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="ValidateAppServiceCertificateOrderPurchaseInformationAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response> ValidateAppServiceCertificateOrderPurchaseInformationAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.AppServiceCertificateOrderData data, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response> ValidateAppServiceCertificateOrderPurchaseInformationAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.AppService.AppServiceCertificateOrderData data, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.ValidateAppServiceCertificateOrderPurchaseInformationAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.AppService.AppServiceCertificateOrderData,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ValidateAppServiceCertificateOrderPurchaseInformationAsync (subscriptionResource As SubscriptionResource, data As AppServiceCertificateOrderData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)" />
<MemberSignature Language="F#" Value="static member ValidateAppServiceCertificateOrderPurchaseInformationAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.AppService.AppServiceCertificateOrderData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.ValidateAppServiceCertificateOrderPurchaseInformationAsync (subscriptionResource, data, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="data" Type="Azure.ResourceManager.AppService.AppServiceCertificateOrderData" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="data"> Information for a certificate order. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Validate information for a certificate order.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.CertificateRegistration/validateCertificateRegistrationInformation</description></item><item><term>Operation Id</term><description>AppServiceCertificateOrders_ValidatePurchaseInformation</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.ValidateAppServiceCertificateOrderPurchaseInformation(Azure.ResourceManager.AppService.AppServiceCertificateOrderData,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="data" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="ValidateAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceValidateResult>> ValidateAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, Azure.ResourceManager.AppService.Models.AppServiceValidateContent content, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.AppServiceValidateResult>> ValidateAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, class Azure.ResourceManager.AppService.Models.AppServiceValidateContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.ValidateAsync(Azure.ResourceManager.Resources.ResourceGroupResource,Azure.ResourceManager.AppService.Models.AppServiceValidateContent,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function ValidateAsync (resourceGroupResource As ResourceGroupResource, content As AppServiceValidateContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppServiceValidateResult))" />
<MemberSignature Language="F#" Value="static member ValidateAsync : Azure.ResourceManager.Resources.ResourceGroupResource * Azure.ResourceManager.AppService.Models.AppServiceValidateContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceValidateResult>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.ValidateAsync (resourceGroupResource, content, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.AppServiceValidateResult>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" />
<Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.AppServiceValidateContent" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="resourceGroupResource"> The <see cref="T:Azure.ResourceManager.Resources.ResourceGroupResource" /> instance the method will execute against. </param>
<param name="content"> Request with the resources to validate. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Validate if a resource can be created.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/validate</description></item><item><term>Operation Id</term><description>Validate</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceResourceGroupResource.Validate(Azure.ResourceManager.AppService.Models.AppServiceValidateContent,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="resourceGroupResource" /> or <paramref name="content" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="VerifyHostingEnvironmentVnet">
<MemberSignature Language="C#" Value="public static Azure.Response<Azure.ResourceManager.AppService.Models.VirtualNetworkValidationFailureDetails> VerifyHostingEnvironmentVnet (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkValidationContent content, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1<class Azure.ResourceManager.AppService.Models.VirtualNetworkValidationFailureDetails> VerifyHostingEnvironmentVnet(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkValidationContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.VerifyHostingEnvironmentVnet(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkValidationContent,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function VerifyHostingEnvironmentVnet (subscriptionResource As SubscriptionResource, content As AppServiceVirtualNetworkValidationContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of VirtualNetworkValidationFailureDetails)" />
<MemberSignature Language="F#" Value="static member VerifyHostingEnvironmentVnet : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkValidationContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.Models.VirtualNetworkValidationFailureDetails>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.VerifyHostingEnvironmentVnet (subscriptionResource, content, 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.VirtualNetworkValidationFailureDetails></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkValidationContent" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="content"> VNET information. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/verifyHostingEnvironmentVnet</description></item><item><term>Operation Id</term><description>VerifyHostingEnvironmentVnet</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.VerifyHostingEnvironmentVnet(Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkValidationContent,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="content" /> is null. </exception>
</Docs>
</Member>
<Member MemberName="VerifyHostingEnvironmentVnetAsync">
<MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.VirtualNetworkValidationFailureDetails>> VerifyHostingEnvironmentVnetAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkValidationContent content, System.Threading.CancellationToken cancellationToken = default);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1<class Azure.Response`1<class Azure.ResourceManager.AppService.Models.VirtualNetworkValidationFailureDetails>> VerifyHostingEnvironmentVnetAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkValidationContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" />
<MemberSignature Language="DocId" Value="M:Azure.ResourceManager.AppService.AppServiceExtensions.VerifyHostingEnvironmentVnetAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkValidationContent,System.Threading.CancellationToken)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function VerifyHostingEnvironmentVnetAsync (subscriptionResource As SubscriptionResource, content As AppServiceVirtualNetworkValidationContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VirtualNetworkValidationFailureDetails))" />
<MemberSignature Language="F#" Value="static member VerifyHostingEnvironmentVnetAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkValidationContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.VirtualNetworkValidationFailureDetails>>" Usage="Azure.ResourceManager.AppService.AppServiceExtensions.VerifyHostingEnvironmentVnetAsync (subscriptionResource, content, cancellationToken)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Azure.ResourceManager.AppService</AssemblyName>
<AssemblyVersion>1.3.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppService.Models.VirtualNetworkValidationFailureDetails>></ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" />
<Parameter Name="content" Type="Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkValidationContent" />
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" />
</Parameters>
<Docs>
<param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param>
<param name="content"> VNET information. </param>
<param name="cancellationToken"> The cancellation token to use. </param>
<summary>
Description for Verifies if this VNET is compatible with an App Service Environment by analyzing the Network Security Group rules.
<list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Web/verifyHostingEnvironmentVnet</description></item><item><term>Operation Id</term><description>VerifyHostingEnvironmentVnet</description></item><item><term>Default Api Version</term><description>2024-04-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.AppService.Mocking.MockableAppServiceSubscriptionResource.VerifyHostingEnvironmentVnet(Azure.ResourceManager.AppService.Models.AppServiceVirtualNetworkValidationContent,System.Threading.CancellationToken)" /> instead.</description></item></summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionResource" /> or <paramref name="content" /> is null. </exception>
</Docs>
</Member>
</Members>
</Type>