xml/Azure.ResourceManager.Compute/ComputeExtensions.xml (6,234 lines of code) (raw):

<Type Name="ComputeExtensions" FullName="Azure.ResourceManager.Compute.ComputeExtensions"> <TypeSignature Language="C#" Value="public static class ComputeExtensions" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit ComputeExtensions extends System.Object" /> <TypeSignature Language="DocId" Value="T:Azure.ResourceManager.Compute.ComputeExtensions" /> <TypeSignature Language="VB.NET" Value="Public Module ComputeExtensions" /> <TypeSignature Language="F#" Value="type ComputeExtensions = class" /> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.0.0.0</AssemblyVersion> <AssemblyVersion>1.0.1.0</AssemblyVersion> <AssemblyVersion>1.1.0.0</AssemblyVersion> <AssemblyVersion>1.2.0.0</AssemblyVersion> <AssemblyVersion>1.2.1.0</AssemblyVersion> <AssemblyVersion>1.3.0.0</AssemblyVersion> <AssemblyVersion>1.4.0.0</AssemblyVersion> <AssemblyVersion>1.5.0.0</AssemblyVersion> <AssemblyVersion>1.6.0.0</AssemblyVersion> <AssemblyVersion>1.7.0.0</AssemblyVersion> <AssemblyVersion>1.8.0.0</AssemblyVersion> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <Base> <BaseTypeName>System.Object</BaseTypeName> </Base> <Interfaces /> <Docs> <summary> A class to add extension methods to Azure.ResourceManager.Compute. </summary> <remarks>To be added.</remarks> </Docs> <Members> <Member MemberName="ExportLogAnalyticsRequestRateByInterval"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.Compute.Models.LogAnalytics&gt; ExportLogAnalyticsRequestRateByInterval (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent content, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.ArmOperation`1&lt;class Azure.ResourceManager.Compute.Models.LogAnalytics&gt; ExportLogAnalyticsRequestRateByInterval(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.WaitUntil waitUntil, valuetype Azure.Core.AzureLocation location, class Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.ExportLogAnalyticsRequestRateByInterval(Azure.ResourceManager.Resources.SubscriptionResource,Azure.WaitUntil,Azure.Core.AzureLocation,Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ExportLogAnalyticsRequestRateByInterval (subscriptionResource As SubscriptionResource, waitUntil As WaitUntil, location As AzureLocation, content As RequestRateByIntervalContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of LogAnalytics)" /> <MemberSignature Language="F#" Value="static member ExportLogAnalyticsRequestRateByInterval : Azure.ResourceManager.Resources.SubscriptionResource * Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.Compute.Models.LogAnalytics&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.ExportLogAnalyticsRequestRateByInterval (subscriptionResource, waitUntil, location, content, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.Compute.Models.LogAnalytics&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="content" Type="Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent" /> <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="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="location"> The location upon which virtual-machine-sizes is queried. </param> <param name="content"> Parameters supplied to the LogAnalytics getRequestRateByInterval Api. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Export logs that show Api requests made by this subscription in the given time window to show throttling activities. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getRequestRateByInterval</description></item><item><term>Operation Id</term><description>LogAnalytics_ExportRequestRateByInterval</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.ExportLogAnalyticsRequestRateByInterval(Azure.WaitUntil,Azure.Core.AzureLocation,Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent,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="ExportLogAnalyticsRequestRateByIntervalAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.Compute.Models.LogAnalytics&gt;&gt; ExportLogAnalyticsRequestRateByIntervalAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent content, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation`1&lt;class Azure.ResourceManager.Compute.Models.LogAnalytics&gt;&gt; ExportLogAnalyticsRequestRateByIntervalAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.WaitUntil waitUntil, valuetype Azure.Core.AzureLocation location, class Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.ExportLogAnalyticsRequestRateByIntervalAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.WaitUntil,Azure.Core.AzureLocation,Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ExportLogAnalyticsRequestRateByIntervalAsync (subscriptionResource As SubscriptionResource, waitUntil As WaitUntil, location As AzureLocation, content As RequestRateByIntervalContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of LogAnalytics))" /> <MemberSignature Language="F#" Value="static member ExportLogAnalyticsRequestRateByIntervalAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.Compute.Models.LogAnalytics&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.ExportLogAnalyticsRequestRateByIntervalAsync (subscriptionResource, waitUntil, location, content, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.Compute.Models.LogAnalytics&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="content" Type="Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent" /> <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="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="location"> The location upon which virtual-machine-sizes is queried. </param> <param name="content"> Parameters supplied to the LogAnalytics getRequestRateByInterval Api. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Export logs that show Api requests made by this subscription in the given time window to show throttling activities. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getRequestRateByInterval</description></item><item><term>Operation Id</term><description>LogAnalytics_ExportRequestRateByInterval</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.ExportLogAnalyticsRequestRateByInterval(Azure.WaitUntil,Azure.Core.AzureLocation,Azure.ResourceManager.Compute.Models.RequestRateByIntervalContent,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="ExportLogAnalyticsThrottledRequests"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.Compute.Models.LogAnalytics&gt; ExportLogAnalyticsThrottledRequests (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.Compute.Models.ThrottledRequestsContent content, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.ArmOperation`1&lt;class Azure.ResourceManager.Compute.Models.LogAnalytics&gt; ExportLogAnalyticsThrottledRequests(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.WaitUntil waitUntil, valuetype Azure.Core.AzureLocation location, class Azure.ResourceManager.Compute.Models.ThrottledRequestsContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.ExportLogAnalyticsThrottledRequests(Azure.ResourceManager.Resources.SubscriptionResource,Azure.WaitUntil,Azure.Core.AzureLocation,Azure.ResourceManager.Compute.Models.ThrottledRequestsContent,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ExportLogAnalyticsThrottledRequests (subscriptionResource As SubscriptionResource, waitUntil As WaitUntil, location As AzureLocation, content As ThrottledRequestsContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of LogAnalytics)" /> <MemberSignature Language="F#" Value="static member ExportLogAnalyticsThrottledRequests : Azure.ResourceManager.Resources.SubscriptionResource * Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.Compute.Models.ThrottledRequestsContent * System.Threading.CancellationToken -&gt; Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.Compute.Models.LogAnalytics&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.ExportLogAnalyticsThrottledRequests (subscriptionResource, waitUntil, location, content, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.Compute.Models.LogAnalytics&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="content" Type="Azure.ResourceManager.Compute.Models.ThrottledRequestsContent" /> <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="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="location"> The location upon which virtual-machine-sizes is queried. </param> <param name="content"> Parameters supplied to the LogAnalytics getThrottledRequests Api. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Export logs that show total throttled Api requests for this subscription in the given time window. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getThrottledRequests</description></item><item><term>Operation Id</term><description>LogAnalytics_ExportThrottledRequests</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.ExportLogAnalyticsThrottledRequests(Azure.WaitUntil,Azure.Core.AzureLocation,Azure.ResourceManager.Compute.Models.ThrottledRequestsContent,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="ExportLogAnalyticsThrottledRequestsAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.Compute.Models.LogAnalytics&gt;&gt; ExportLogAnalyticsThrottledRequestsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.WaitUntil waitUntil, Azure.Core.AzureLocation location, Azure.ResourceManager.Compute.Models.ThrottledRequestsContent content, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.ResourceManager.ArmOperation`1&lt;class Azure.ResourceManager.Compute.Models.LogAnalytics&gt;&gt; ExportLogAnalyticsThrottledRequestsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.WaitUntil waitUntil, valuetype Azure.Core.AzureLocation location, class Azure.ResourceManager.Compute.Models.ThrottledRequestsContent content, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.ExportLogAnalyticsThrottledRequestsAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.WaitUntil,Azure.Core.AzureLocation,Azure.ResourceManager.Compute.Models.ThrottledRequestsContent,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function ExportLogAnalyticsThrottledRequestsAsync (subscriptionResource As SubscriptionResource, waitUntil As WaitUntil, location As AzureLocation, content As ThrottledRequestsContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of LogAnalytics))" /> <MemberSignature Language="F#" Value="static member ExportLogAnalyticsThrottledRequestsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.WaitUntil * Azure.Core.AzureLocation * Azure.ResourceManager.Compute.Models.ThrottledRequestsContent * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.Compute.Models.LogAnalytics&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.ExportLogAnalyticsThrottledRequestsAsync (subscriptionResource, waitUntil, location, content, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.ResourceManager.ArmOperation&lt;Azure.ResourceManager.Compute.Models.LogAnalytics&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="waitUntil" Type="Azure.WaitUntil" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="content" Type="Azure.ResourceManager.Compute.Models.ThrottledRequestsContent" /> <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="waitUntil"> <see cref="F:Azure.WaitUntil.Completed" /> if the method should wait to return until the long-running operation has completed on the service; <see cref="F:Azure.WaitUntil.Started" /> if it should return after starting the operation. For more information on long-running operations, please see <see href="https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/Azure.Core/samples/LongRunningOperations.md"> Azure.Core Long-Running Operation samples</see>. </param> <param name="location"> The location upon which virtual-machine-sizes is queried. </param> <param name="content"> Parameters supplied to the LogAnalytics getThrottledRequests Api. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Export logs that show total throttled Api requests for this subscription in the given time window. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getThrottledRequests</description></item><item><term>Operation Id</term><description>LogAnalytics_ExportThrottledRequests</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.ExportLogAnalyticsThrottledRequests(Azure.WaitUntil,Azure.Core.AzureLocation,Azure.ResourceManager.Compute.Models.ThrottledRequestsContent,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="GetAvailabilitySet"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.AvailabilitySetResource&gt; GetAvailabilitySet (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string availabilitySetName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.AvailabilitySetResource&gt; GetAvailabilitySet(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string availabilitySetName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetAvailabilitySet(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAvailabilitySet (resourceGroupResource As ResourceGroupResource, availabilitySetName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AvailabilitySetResource)" /> <MemberSignature Language="F#" Value="static member GetAvailabilitySet : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.AvailabilitySetResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetAvailabilitySet (resourceGroupResource, availabilitySetName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.AvailabilitySetResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="availabilitySetName" 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="availabilitySetName"> The name of the availability set. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Retrieves information about an availability set. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}</description></item><item><term>Operation Id</term><description>AvailabilitySets_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.AvailabilitySetResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetAvailabilitySet(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="availabilitySetName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="availabilitySetName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetAvailabilitySetAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.AvailabilitySetResource&gt;&gt; GetAvailabilitySetAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string availabilitySetName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.AvailabilitySetResource&gt;&gt; GetAvailabilitySetAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string availabilitySetName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetAvailabilitySetAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAvailabilitySetAsync (resourceGroupResource As ResourceGroupResource, availabilitySetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AvailabilitySetResource))" /> <MemberSignature Language="F#" Value="static member GetAvailabilitySetAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.AvailabilitySetResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetAvailabilitySetAsync (resourceGroupResource, availabilitySetName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.AvailabilitySetResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="availabilitySetName" 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="availabilitySetName"> The name of the availability set. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Retrieves information about an availability set. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}</description></item><item><term>Operation Id</term><description>AvailabilitySets_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.AvailabilitySetResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetAvailabilitySetAsync(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="availabilitySetName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="availabilitySetName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetAvailabilitySetResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.AvailabilitySetResource GetAvailabilitySetResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.AvailabilitySetResource GetAvailabilitySetResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetAvailabilitySetResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAvailabilitySetResource (client As ArmClient, id As ResourceIdentifier) As AvailabilitySetResource" /> <MemberSignature Language="F#" Value="static member GetAvailabilitySetResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.AvailabilitySetResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetAvailabilitySetResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.AvailabilitySetResource</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.Compute.AvailabilitySetResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.AvailabilitySetResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create an <see cref="T:Azure.ResourceManager.Compute.AvailabilitySetResource" /><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.Compute.Mocking.MockableComputeArmClient.GetAvailabilitySetResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.AvailabilitySetResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetAvailabilitySets"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.AvailabilitySetCollection GetAvailabilitySets (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.AvailabilitySetCollection GetAvailabilitySets(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetAvailabilitySets(Azure.ResourceManager.Resources.ResourceGroupResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAvailabilitySets (resourceGroupResource As ResourceGroupResource) As AvailabilitySetCollection" /> <MemberSignature Language="F#" Value="static member GetAvailabilitySets : Azure.ResourceManager.Resources.ResourceGroupResource -&gt; Azure.ResourceManager.Compute.AvailabilitySetCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetAvailabilitySets resourceGroupResource" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.AvailabilitySetCollection</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 AvailabilitySetResources in the ResourceGroupResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetAvailabilitySets" /> instead.</description></item></summary> <returns> An object representing collection of AvailabilitySetResources and their operations over a AvailabilitySetResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="resourceGroupResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetAvailabilitySets"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.AvailabilitySetResource&gt; GetAvailabilitySets (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.AvailabilitySetResource&gt; GetAvailabilitySets(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetAvailabilitySets(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAvailabilitySets (subscriptionResource As SubscriptionResource, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AvailabilitySetResource)" /> <MemberSignature Language="F#" Value="static member GetAvailabilitySets : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.AvailabilitySetResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetAvailabilitySets (subscriptionResource, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.AvailabilitySetResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="expand" 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="expand"> The expand expression to apply to the operation. Allowed values are 'virtualMachines/$ref'. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Lists all availability sets in a subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/availabilitySets</description></item><item><term>Operation Id</term><description>AvailabilitySets_ListBySubscription</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.AvailabilitySetResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetAvailabilitySets(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.AvailabilitySetResource" /> 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="GetAvailabilitySetsAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.AvailabilitySetResource&gt; GetAvailabilitySetsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.AvailabilitySetResource&gt; GetAvailabilitySetsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetAvailabilitySetsAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetAvailabilitySetsAsync (subscriptionResource As SubscriptionResource, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AvailabilitySetResource)" /> <MemberSignature Language="F#" Value="static member GetAvailabilitySetsAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.AvailabilitySetResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetAvailabilitySetsAsync (subscriptionResource, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.AvailabilitySetResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="expand" 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="expand"> The expand expression to apply to the operation. Allowed values are 'virtualMachines/$ref'. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Lists all availability sets in a subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/availabilitySets</description></item><item><term>Operation Id</term><description>AvailabilitySets_ListBySubscription</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.AvailabilitySetResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetAvailabilitySets(System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.AvailabilitySetResource" /> 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="GetCapacityReservationGroup"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt; GetCapacityReservationGroup (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string capacityReservationGroupName, Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt; GetCapacityReservationGroup(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string capacityReservationGroupName, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType&gt; expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationGroup(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Nullable{Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCapacityReservationGroup (resourceGroupResource As ResourceGroupResource, capacityReservationGroupName As String, Optional expand As Nullable(Of CapacityReservationGroupInstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CapacityReservationGroupResource)" /> <MemberSignature Language="F#" Value="static member GetCapacityReservationGroup : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable&lt;Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType&gt; * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationGroup (resourceGroupResource, capacityReservationGroupName, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="capacityReservationGroupName" Type="System.String" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType&gt;" /> <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="capacityReservationGroupName"> The name of the capacity reservation group. </param> <param name="expand"> The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the capacity reservations under the capacity reservation group which is a snapshot of the runtime properties of a capacity reservation that is managed by the platform and can change outside of control plane operations. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> The operation that retrieves information about a capacity reservation group. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}</description></item><item><term>Operation Id</term><description>CapacityReservationGroups_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.CapacityReservationGroupResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetCapacityReservationGroup(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType},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="capacityReservationGroupName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="capacityReservationGroupName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetCapacityReservationGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt;&gt; GetCapacityReservationGroupAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string capacityReservationGroupName, Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt;&gt; GetCapacityReservationGroupAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string capacityReservationGroupName, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType&gt; expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationGroupAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Nullable{Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCapacityReservationGroupAsync (resourceGroupResource As ResourceGroupResource, capacityReservationGroupName As String, Optional expand As Nullable(Of CapacityReservationGroupInstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CapacityReservationGroupResource))" /> <MemberSignature Language="F#" Value="static member GetCapacityReservationGroupAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable&lt;Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationGroupAsync (resourceGroupResource, capacityReservationGroupName, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="capacityReservationGroupName" Type="System.String" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType&gt;" /> <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="capacityReservationGroupName"> The name of the capacity reservation group. </param> <param name="expand"> The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the capacity reservations under the capacity reservation group which is a snapshot of the runtime properties of a capacity reservation that is managed by the platform and can change outside of control plane operations. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> The operation that retrieves information about a capacity reservation group. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}</description></item><item><term>Operation Id</term><description>CapacityReservationGroups_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.CapacityReservationGroupResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetCapacityReservationGroupAsync(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.CapacityReservationGroupInstanceViewType},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="capacityReservationGroupName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="capacityReservationGroupName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetCapacityReservationGroupResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.CapacityReservationGroupResource GetCapacityReservationGroupResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.CapacityReservationGroupResource GetCapacityReservationGroupResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationGroupResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCapacityReservationGroupResource (client As ArmClient, id As ResourceIdentifier) As CapacityReservationGroupResource" /> <MemberSignature Language="F#" Value="static member GetCapacityReservationGroupResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.CapacityReservationGroupResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationGroupResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.CapacityReservationGroupResource</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.Compute.CapacityReservationGroupResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.CapacityReservationGroupResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.CapacityReservationGroupResource" /><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.Compute.Mocking.MockableComputeArmClient.GetCapacityReservationGroupResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.CapacityReservationGroupResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetCapacityReservationGroups"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.CapacityReservationGroupCollection GetCapacityReservationGroups (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.CapacityReservationGroupCollection GetCapacityReservationGroups(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationGroups(Azure.ResourceManager.Resources.ResourceGroupResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCapacityReservationGroups (resourceGroupResource As ResourceGroupResource) As CapacityReservationGroupCollection" /> <MemberSignature Language="F#" Value="static member GetCapacityReservationGroups : Azure.ResourceManager.Resources.ResourceGroupResource -&gt; Azure.ResourceManager.Compute.CapacityReservationGroupCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationGroups resourceGroupResource" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.CapacityReservationGroupCollection</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 CapacityReservationGroupResources in the ResourceGroupResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetCapacityReservationGroups" /> instead.</description></item></summary> <returns> An object representing collection of CapacityReservationGroupResources and their operations over a CapacityReservationGroupResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="resourceGroupResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetCapacityReservationGroups"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt; GetCapacityReservationGroups (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand? expand, System.Threading.CancellationToken cancellationToken);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt; GetCapacityReservationGroups(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand&gt; expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationGroups(Azure.ResourceManager.Resources.SubscriptionResource,System.Nullable{Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCapacityReservationGroups (subscriptionResource As SubscriptionResource, expand As Nullable(Of CapacityReservationGroupGetExpand), cancellationToken As CancellationToken) As Pageable(Of CapacityReservationGroupResource)" /> <MemberSignature Language="F#" Value="static member GetCapacityReservationGroups : Azure.ResourceManager.Resources.SubscriptionResource * Nullable&lt;Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand&gt; * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationGroups (subscriptionResource, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName> <AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand&gt;" /> <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="expand"> The expand expression to apply on the operation. Based on the expand param(s) specified we return Virtual Machine or ScaleSet VM Instance or both resource Ids which are associated to capacity reservation group in the response. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/capacityReservationGroups</description></item><item><term>Operation Id</term><description>CapacityReservationGroups_ListBySubscription</description></item><item><term>Default Api Version</term><description>2024-03-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.CapacityReservationGroupResource" /></description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.CapacityReservationGroupResource" /> 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="GetCapacityReservationGroups"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt; GetCapacityReservationGroups (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand? expand = default, Azure.ResourceManager.Compute.Models.ResourceIdOptionsForGetCapacityReservationGroup? resourceIdsOnly = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt; GetCapacityReservationGroups(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand&gt; expand, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.ResourceIdOptionsForGetCapacityReservationGroup&gt; resourceIdsOnly, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationGroups(Azure.ResourceManager.Resources.SubscriptionResource,System.Nullable{Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand},System.Nullable{Azure.ResourceManager.Compute.Models.ResourceIdOptionsForGetCapacityReservationGroup},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCapacityReservationGroups (subscriptionResource As SubscriptionResource, Optional expand As Nullable(Of CapacityReservationGroupGetExpand) = Nothing, Optional resourceIdsOnly As Nullable(Of ResourceIdOptionsForGetCapacityReservationGroup) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CapacityReservationGroupResource)" /> <MemberSignature Language="F#" Value="static member GetCapacityReservationGroups : Azure.ResourceManager.Resources.SubscriptionResource * Nullable&lt;Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand&gt; * Nullable&lt;Azure.ResourceManager.Compute.Models.ResourceIdOptionsForGetCapacityReservationGroup&gt; * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationGroups (subscriptionResource, expand, resourceIdsOnly, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand&gt;" /> <Parameter Name="resourceIdsOnly" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.ResourceIdOptionsForGetCapacityReservationGroup&gt;" /> <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="expand"> The expand expression to apply on the operation. Based on the expand param(s) specified we return Virtual Machine or ScaleSet VM Instance or both resource Ids which are associated to capacity reservation group in the response. </param> <param name="resourceIdsOnly"> The query option to fetch Capacity Reservation Group Resource Ids. &lt;br&gt; 'CreatedInSubscription' enables fetching Resource Ids for all capacity reservation group resources created in the subscription. &lt;br&gt; 'SharedWithSubscription' enables fetching Resource Ids for all capacity reservation group resources shared with the subscription. &lt;br&gt; 'All' enables fetching Resource Ids for all capacity reservation group resources shared with the subscription and created in the subscription. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/capacityReservationGroups</description></item><item><term>Operation Id</term><description>CapacityReservationGroups_ListBySubscription</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.CapacityReservationGroupResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetCapacityReservationGroups(System.Nullable{Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand},System.Nullable{Azure.ResourceManager.Compute.Models.ResourceIdOptionsForGetCapacityReservationGroup},System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.CapacityReservationGroupResource" /> 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="GetCapacityReservationGroupsAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt; GetCapacityReservationGroupsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand? expand, System.Threading.CancellationToken cancellationToken);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt; GetCapacityReservationGroupsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand&gt; expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationGroupsAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Nullable{Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCapacityReservationGroupsAsync (subscriptionResource As SubscriptionResource, expand As Nullable(Of CapacityReservationGroupGetExpand), cancellationToken As CancellationToken) As AsyncPageable(Of CapacityReservationGroupResource)" /> <MemberSignature Language="F#" Value="static member GetCapacityReservationGroupsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Nullable&lt;Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand&gt; * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationGroupsAsync (subscriptionResource, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName> <AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand&gt;" /> <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="expand"> The expand expression to apply on the operation. Based on the expand param(s) specified we return Virtual Machine or ScaleSet VM Instance or both resource Ids which are associated to capacity reservation group in the response. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/capacityReservationGroups</description></item><item><term>Operation Id</term><description>CapacityReservationGroups_ListBySubscription</description></item><item><term>Default Api Version</term><description>2024-03-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.CapacityReservationGroupResource" /></description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.CapacityReservationGroupResource" /> 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="GetCapacityReservationGroupsAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt; GetCapacityReservationGroupsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand? expand = default, Azure.ResourceManager.Compute.Models.ResourceIdOptionsForGetCapacityReservationGroup? resourceIdsOnly = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt; GetCapacityReservationGroupsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand&gt; expand, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.ResourceIdOptionsForGetCapacityReservationGroup&gt; resourceIdsOnly, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationGroupsAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Nullable{Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand},System.Nullable{Azure.ResourceManager.Compute.Models.ResourceIdOptionsForGetCapacityReservationGroup},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCapacityReservationGroupsAsync (subscriptionResource As SubscriptionResource, Optional expand As Nullable(Of CapacityReservationGroupGetExpand) = Nothing, Optional resourceIdsOnly As Nullable(Of ResourceIdOptionsForGetCapacityReservationGroup) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CapacityReservationGroupResource)" /> <MemberSignature Language="F#" Value="static member GetCapacityReservationGroupsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Nullable&lt;Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand&gt; * Nullable&lt;Azure.ResourceManager.Compute.Models.ResourceIdOptionsForGetCapacityReservationGroup&gt; * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationGroupsAsync (subscriptionResource, expand, resourceIdsOnly, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.CapacityReservationGroupResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand&gt;" /> <Parameter Name="resourceIdsOnly" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.ResourceIdOptionsForGetCapacityReservationGroup&gt;" /> <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="expand"> The expand expression to apply on the operation. Based on the expand param(s) specified we return Virtual Machine or ScaleSet VM Instance or both resource Ids which are associated to capacity reservation group in the response. </param> <param name="resourceIdsOnly"> The query option to fetch Capacity Reservation Group Resource Ids. &lt;br&gt; 'CreatedInSubscription' enables fetching Resource Ids for all capacity reservation group resources created in the subscription. &lt;br&gt; 'SharedWithSubscription' enables fetching Resource Ids for all capacity reservation group resources shared with the subscription. &lt;br&gt; 'All' enables fetching Resource Ids for all capacity reservation group resources shared with the subscription and created in the subscription. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/capacityReservationGroups</description></item><item><term>Operation Id</term><description>CapacityReservationGroups_ListBySubscription</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.CapacityReservationGroupResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetCapacityReservationGroups(System.Nullable{Azure.ResourceManager.Compute.Models.CapacityReservationGroupGetExpand},System.Nullable{Azure.ResourceManager.Compute.Models.ResourceIdOptionsForGetCapacityReservationGroup},System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.CapacityReservationGroupResource" /> 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="GetCapacityReservationResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.CapacityReservationResource GetCapacityReservationResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.CapacityReservationResource GetCapacityReservationResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCapacityReservationResource (client As ArmClient, id As ResourceIdentifier) As CapacityReservationResource" /> <MemberSignature Language="F#" Value="static member GetCapacityReservationResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.CapacityReservationResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCapacityReservationResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.CapacityReservationResource</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.Compute.CapacityReservationResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.CapacityReservationResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.CapacityReservationResource" /><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.Compute.Mocking.MockableComputeArmClient.GetCapacityReservationResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.CapacityReservationResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetCloudService"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceResource&gt; GetCloudService (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string cloudServiceName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.CloudServiceResource&gt; GetCloudService(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string cloudServiceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCloudService(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCloudService (resourceGroupResource As ResourceGroupResource, cloudServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CloudServiceResource)" /> <MemberSignature Language="F#" Value="static member GetCloudService : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCloudService (resourceGroupResource, cloudServiceName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="cloudServiceName" 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="cloudServiceName"> Name of the cloud service. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Display information about a cloud service. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}</description></item><item><term>Operation Id</term><description>CloudServices_Get</description></item><item><term>Default Api Version</term><description>2024-11-04</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.CloudServiceResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetCloudService(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="cloudServiceName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="cloudServiceName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetCloudServiceAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceResource&gt;&gt; GetCloudServiceAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string cloudServiceName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.CloudServiceResource&gt;&gt; GetCloudServiceAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string cloudServiceName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCloudServiceAsync (resourceGroupResource As ResourceGroupResource, cloudServiceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CloudServiceResource))" /> <MemberSignature Language="F#" Value="static member GetCloudServiceAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceAsync (resourceGroupResource, cloudServiceName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="cloudServiceName" 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="cloudServiceName"> Name of the cloud service. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Display information about a cloud service. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}</description></item><item><term>Operation Id</term><description>CloudServices_Get</description></item><item><term>Default Api Version</term><description>2024-11-04</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.CloudServiceResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetCloudServiceAsync(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="cloudServiceName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="cloudServiceName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetCloudServiceOSFamilies"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.CloudServiceOSFamilyCollection GetCloudServiceOSFamilies (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.CloudServiceOSFamilyCollection GetCloudServiceOSFamilies(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceOSFamilies(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCloudServiceOSFamilies (subscriptionResource As SubscriptionResource, location As AzureLocation) As CloudServiceOSFamilyCollection" /> <MemberSignature Language="F#" Value="static member GetCloudServiceOSFamilies : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation -&gt; Azure.ResourceManager.Compute.CloudServiceOSFamilyCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceOSFamilies (subscriptionResource, location)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.CloudServiceOSFamilyCollection</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> </Parameters> <Docs> <param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param> <param name="location"> Name of the location that the OS families pertain to. </param> <summary> Gets a collection of CloudServiceOSFamilyResources in the SubscriptionResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetCloudServiceOSFamilies(Azure.Core.AzureLocation)" /> instead.</description></item></summary> <returns> An object representing collection of CloudServiceOSFamilyResources and their operations over a CloudServiceOSFamilyResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetCloudServiceOSFamily"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceOSFamilyResource&gt; GetCloudServiceOSFamily (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string osFamilyName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.CloudServiceOSFamilyResource&gt; GetCloudServiceOSFamily(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string osFamilyName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceOSFamily(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCloudServiceOSFamily (subscriptionResource As SubscriptionResource, location As AzureLocation, osFamilyName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CloudServiceOSFamilyResource)" /> <MemberSignature Language="F#" Value="static member GetCloudServiceOSFamily : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceOSFamilyResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceOSFamily (subscriptionResource, location, osFamilyName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceOSFamilyResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="osFamilyName" 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"> Name of the location that the OS families pertain to. </param> <param name="osFamilyName"> Name of the OS family. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies/{osFamilyName}</description></item><item><term>Operation Id</term><description>CloudServiceOperatingSystems_GetOSFamily</description></item><item><term>Default Api Version</term><description>2024-11-04</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.CloudServiceOSFamilyResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetCloudServiceOSFamily(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.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="osFamilyName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="osFamilyName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetCloudServiceOSFamilyAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceOSFamilyResource&gt;&gt; GetCloudServiceOSFamilyAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string osFamilyName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.CloudServiceOSFamilyResource&gt;&gt; GetCloudServiceOSFamilyAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string osFamilyName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceOSFamilyAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCloudServiceOSFamilyAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, osFamilyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CloudServiceOSFamilyResource))" /> <MemberSignature Language="F#" Value="static member GetCloudServiceOSFamilyAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceOSFamilyResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceOSFamilyAsync (subscriptionResource, location, osFamilyName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceOSFamilyResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="osFamilyName" 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"> Name of the location that the OS families pertain to. </param> <param name="osFamilyName"> Name of the OS family. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies/{osFamilyName}</description></item><item><term>Operation Id</term><description>CloudServiceOperatingSystems_GetOSFamily</description></item><item><term>Default Api Version</term><description>2024-11-04</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.CloudServiceOSFamilyResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetCloudServiceOSFamilyAsync(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.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="osFamilyName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="osFamilyName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetCloudServiceOSFamilyResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.CloudServiceOSFamilyResource GetCloudServiceOSFamilyResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.CloudServiceOSFamilyResource GetCloudServiceOSFamilyResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceOSFamilyResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCloudServiceOSFamilyResource (client As ArmClient, id As ResourceIdentifier) As CloudServiceOSFamilyResource" /> <MemberSignature Language="F#" Value="static member GetCloudServiceOSFamilyResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.CloudServiceOSFamilyResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceOSFamilyResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.CloudServiceOSFamilyResource</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.Compute.CloudServiceOSFamilyResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.CloudServiceOSFamilyResource.CreateResourceIdentifier(System.String,Azure.Core.AzureLocation,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.CloudServiceOSFamilyResource" /><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.Compute.Mocking.MockableComputeArmClient.GetCloudServiceOSFamilyResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.CloudServiceOSFamilyResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetCloudServiceOSVersion"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceOSVersionResource&gt; GetCloudServiceOSVersion (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string osVersionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.CloudServiceOSVersionResource&gt; GetCloudServiceOSVersion(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string osVersionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceOSVersion(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCloudServiceOSVersion (subscriptionResource As SubscriptionResource, location As AzureLocation, osVersionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CloudServiceOSVersionResource)" /> <MemberSignature Language="F#" Value="static member GetCloudServiceOSVersion : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceOSVersionResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceOSVersion (subscriptionResource, location, osVersionName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceOSVersionResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="osVersionName" 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"> Name of the location that the OS versions pertain to. </param> <param name="osVersionName"> Name of the OS version. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsVersions/{osVersionName}</description></item><item><term>Operation Id</term><description>CloudServiceOperatingSystems_GetOSVersion</description></item><item><term>Default Api Version</term><description>2024-11-04</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.CloudServiceOSVersionResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetCloudServiceOSVersion(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.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="osVersionName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="osVersionName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetCloudServiceOSVersionAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceOSVersionResource&gt;&gt; GetCloudServiceOSVersionAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string osVersionName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.CloudServiceOSVersionResource&gt;&gt; GetCloudServiceOSVersionAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string osVersionName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceOSVersionAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCloudServiceOSVersionAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, osVersionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CloudServiceOSVersionResource))" /> <MemberSignature Language="F#" Value="static member GetCloudServiceOSVersionAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceOSVersionResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceOSVersionAsync (subscriptionResource, location, osVersionName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.CloudServiceOSVersionResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="osVersionName" 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"> Name of the location that the OS versions pertain to. </param> <param name="osVersionName"> Name of the OS version. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsVersions/{osVersionName}</description></item><item><term>Operation Id</term><description>CloudServiceOperatingSystems_GetOSVersion</description></item><item><term>Default Api Version</term><description>2024-11-04</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.CloudServiceOSVersionResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetCloudServiceOSVersionAsync(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.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="osVersionName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="osVersionName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetCloudServiceOSVersionResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.CloudServiceOSVersionResource GetCloudServiceOSVersionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.CloudServiceOSVersionResource GetCloudServiceOSVersionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceOSVersionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCloudServiceOSVersionResource (client As ArmClient, id As ResourceIdentifier) As CloudServiceOSVersionResource" /> <MemberSignature Language="F#" Value="static member GetCloudServiceOSVersionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.CloudServiceOSVersionResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceOSVersionResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.CloudServiceOSVersionResource</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.Compute.CloudServiceOSVersionResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.CloudServiceOSVersionResource.CreateResourceIdentifier(System.String,Azure.Core.AzureLocation,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.CloudServiceOSVersionResource" /><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.Compute.Mocking.MockableComputeArmClient.GetCloudServiceOSVersionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.CloudServiceOSVersionResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetCloudServiceOSVersions"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.CloudServiceOSVersionCollection GetCloudServiceOSVersions (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.CloudServiceOSVersionCollection GetCloudServiceOSVersions(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceOSVersions(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCloudServiceOSVersions (subscriptionResource As SubscriptionResource, location As AzureLocation) As CloudServiceOSVersionCollection" /> <MemberSignature Language="F#" Value="static member GetCloudServiceOSVersions : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation -&gt; Azure.ResourceManager.Compute.CloudServiceOSVersionCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceOSVersions (subscriptionResource, location)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.CloudServiceOSVersionCollection</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> </Parameters> <Docs> <param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param> <param name="location"> Name of the location that the OS versions pertain to. </param> <summary> Gets a collection of CloudServiceOSVersionResources in the SubscriptionResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetCloudServiceOSVersions(Azure.Core.AzureLocation)" /> instead.</description></item></summary> <returns> An object representing collection of CloudServiceOSVersionResources and their operations over a CloudServiceOSVersionResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetCloudServiceResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.CloudServiceResource GetCloudServiceResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.CloudServiceResource GetCloudServiceResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCloudServiceResource (client As ArmClient, id As ResourceIdentifier) As CloudServiceResource" /> <MemberSignature Language="F#" Value="static member GetCloudServiceResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.CloudServiceResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.CloudServiceResource</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.Compute.CloudServiceResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.CloudServiceResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.CloudServiceResource" /><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.Compute.Mocking.MockableComputeArmClient.GetCloudServiceResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.CloudServiceResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetCloudServiceRoleInstanceResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.CloudServiceRoleInstanceResource GetCloudServiceRoleInstanceResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.CloudServiceRoleInstanceResource GetCloudServiceRoleInstanceResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceRoleInstanceResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCloudServiceRoleInstanceResource (client As ArmClient, id As ResourceIdentifier) As CloudServiceRoleInstanceResource" /> <MemberSignature Language="F#" Value="static member GetCloudServiceRoleInstanceResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.CloudServiceRoleInstanceResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceRoleInstanceResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.CloudServiceRoleInstanceResource</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.Compute.CloudServiceRoleInstanceResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.CloudServiceRoleInstanceResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.CloudServiceRoleInstanceResource" /><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.Compute.Mocking.MockableComputeArmClient.GetCloudServiceRoleInstanceResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.CloudServiceRoleInstanceResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetCloudServiceRoleResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.CloudServiceRoleResource GetCloudServiceRoleResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.CloudServiceRoleResource GetCloudServiceRoleResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceRoleResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCloudServiceRoleResource (client As ArmClient, id As ResourceIdentifier) As CloudServiceRoleResource" /> <MemberSignature Language="F#" Value="static member GetCloudServiceRoleResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.CloudServiceRoleResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServiceRoleResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.CloudServiceRoleResource</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.Compute.CloudServiceRoleResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.CloudServiceRoleResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.CloudServiceRoleResource" /><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.Compute.Mocking.MockableComputeArmClient.GetCloudServiceRoleResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.CloudServiceRoleResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetCloudServices"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.CloudServiceCollection GetCloudServices (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.CloudServiceCollection GetCloudServices(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServices(Azure.ResourceManager.Resources.ResourceGroupResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCloudServices (resourceGroupResource As ResourceGroupResource) As CloudServiceCollection" /> <MemberSignature Language="F#" Value="static member GetCloudServices : Azure.ResourceManager.Resources.ResourceGroupResource -&gt; Azure.ResourceManager.Compute.CloudServiceCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServices resourceGroupResource" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.CloudServiceCollection</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 CloudServiceResources in the ResourceGroupResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetCloudServices" /> instead.</description></item></summary> <returns> An object representing collection of CloudServiceResources and their operations over a CloudServiceResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="resourceGroupResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetCloudServices"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.CloudServiceResource&gt; GetCloudServices (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.CloudServiceResource&gt; GetCloudServices(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServices(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCloudServices (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CloudServiceResource)" /> <MemberSignature Language="F#" Value="static member GetCloudServices : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.CloudServiceResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServices (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.CloudServiceResource&gt;</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> Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/cloudServices</description></item><item><term>Operation Id</term><description>CloudServices_ListAll</description></item><item><term>Default Api Version</term><description>2024-11-04</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.CloudServiceResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetCloudServices(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.CloudServiceResource" /> 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="GetCloudServicesAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.CloudServiceResource&gt; GetCloudServicesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.CloudServiceResource&gt; GetCloudServicesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServicesAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCloudServicesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CloudServiceResource)" /> <MemberSignature Language="F#" Value="static member GetCloudServicesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.CloudServiceResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCloudServicesAsync (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.CloudServiceResource&gt;</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> Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/cloudServices</description></item><item><term>Operation Id</term><description>CloudServices_ListAll</description></item><item><term>Default Api Version</term><description>2024-11-04</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.CloudServiceResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetCloudServices(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.CloudServiceResource" /> 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="GetCommunityGalleries"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.CommunityGalleryCollection GetCommunityGalleries (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.CommunityGalleryCollection GetCommunityGalleries(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCommunityGalleries(Azure.ResourceManager.Resources.SubscriptionResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCommunityGalleries (subscriptionResource As SubscriptionResource) As CommunityGalleryCollection" /> <MemberSignature Language="F#" Value="static member GetCommunityGalleries : Azure.ResourceManager.Resources.SubscriptionResource -&gt; Azure.ResourceManager.Compute.CommunityGalleryCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCommunityGalleries subscriptionResource" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.CommunityGalleryCollection</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 CommunityGalleryResources in the SubscriptionResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetCommunityGalleries" /> instead.</description></item></summary> <returns> An object representing collection of CommunityGalleryResources and their operations over a CommunityGalleryResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetCommunityGallery"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.CommunityGalleryResource&gt; GetCommunityGallery (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string publicGalleryName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.CommunityGalleryResource&gt; GetCommunityGallery(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string publicGalleryName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCommunityGallery(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCommunityGallery (subscriptionResource As SubscriptionResource, location As AzureLocation, publicGalleryName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CommunityGalleryResource)" /> <MemberSignature Language="F#" Value="static member GetCommunityGallery : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.CommunityGalleryResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCommunityGallery (subscriptionResource, location, publicGalleryName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.CommunityGalleryResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="publicGalleryName" 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"> Resource location. </param> <param name="publicGalleryName"> The public name of the community gallery. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Get a community gallery by gallery public name. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}</description></item><item><term>Operation Id</term><description>CommunityGalleries_Get</description></item><item><term>Default Api Version</term><description>2024-03-03</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.CommunityGalleryResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetCommunityGallery(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.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="publicGalleryName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="publicGalleryName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetCommunityGalleryAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.CommunityGalleryResource&gt;&gt; GetCommunityGalleryAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string publicGalleryName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.CommunityGalleryResource&gt;&gt; GetCommunityGalleryAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string publicGalleryName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCommunityGalleryAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCommunityGalleryAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, publicGalleryName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of CommunityGalleryResource))" /> <MemberSignature Language="F#" Value="static member GetCommunityGalleryAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.CommunityGalleryResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCommunityGalleryAsync (subscriptionResource, location, publicGalleryName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.CommunityGalleryResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="publicGalleryName" 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"> Resource location. </param> <param name="publicGalleryName"> The public name of the community gallery. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Get a community gallery by gallery public name. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}</description></item><item><term>Operation Id</term><description>CommunityGalleries_Get</description></item><item><term>Default Api Version</term><description>2024-03-03</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.CommunityGalleryResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetCommunityGalleryAsync(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.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="publicGalleryName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="publicGalleryName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetCommunityGalleryImageResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.CommunityGalleryImageResource GetCommunityGalleryImageResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.CommunityGalleryImageResource GetCommunityGalleryImageResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCommunityGalleryImageResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCommunityGalleryImageResource (client As ArmClient, id As ResourceIdentifier) As CommunityGalleryImageResource" /> <MemberSignature Language="F#" Value="static member GetCommunityGalleryImageResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.CommunityGalleryImageResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCommunityGalleryImageResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.CommunityGalleryImageResource</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.Compute.CommunityGalleryImageResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.CommunityGalleryImageResource.CreateResourceIdentifier(System.String,Azure.Core.AzureLocation,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.CommunityGalleryImageResource" /><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.Compute.Mocking.MockableComputeArmClient.GetCommunityGalleryImageResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.CommunityGalleryImageResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetCommunityGalleryImageVersionResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.CommunityGalleryImageVersionResource GetCommunityGalleryImageVersionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.CommunityGalleryImageVersionResource GetCommunityGalleryImageVersionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCommunityGalleryImageVersionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCommunityGalleryImageVersionResource (client As ArmClient, id As ResourceIdentifier) As CommunityGalleryImageVersionResource" /> <MemberSignature Language="F#" Value="static member GetCommunityGalleryImageVersionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.CommunityGalleryImageVersionResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCommunityGalleryImageVersionResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.CommunityGalleryImageVersionResource</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.Compute.CommunityGalleryImageVersionResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.CommunityGalleryImageVersionResource.CreateResourceIdentifier(System.String,Azure.Core.AzureLocation,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.CommunityGalleryImageVersionResource" /><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.Compute.Mocking.MockableComputeArmClient.GetCommunityGalleryImageVersionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.CommunityGalleryImageVersionResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetCommunityGalleryResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.CommunityGalleryResource GetCommunityGalleryResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.CommunityGalleryResource GetCommunityGalleryResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetCommunityGalleryResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetCommunityGalleryResource (client As ArmClient, id As ResourceIdentifier) As CommunityGalleryResource" /> <MemberSignature Language="F#" Value="static member GetCommunityGalleryResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.CommunityGalleryResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetCommunityGalleryResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.CommunityGalleryResource</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.Compute.CommunityGalleryResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.CommunityGalleryResource.CreateResourceIdentifier(System.String,Azure.Core.AzureLocation,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.CommunityGalleryResource" /><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.Compute.Mocking.MockableComputeArmClient.GetCommunityGalleryResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.CommunityGalleryResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetComputePrivateEndpointConnectionResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionResource GetComputePrivateEndpointConnectionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionResource GetComputePrivateEndpointConnectionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetComputePrivateEndpointConnectionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetComputePrivateEndpointConnectionResource (client As ArmClient, id As ResourceIdentifier) As ComputePrivateEndpointConnectionResource" /> <MemberSignature Language="F#" Value="static member GetComputePrivateEndpointConnectionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetComputePrivateEndpointConnectionResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionResource</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.Compute.ComputePrivateEndpointConnectionResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionResource" /><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.Compute.Mocking.MockableComputeArmClient.GetComputePrivateEndpointConnectionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.ComputePrivateEndpointConnectionResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetComputeResourceSkus"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.ComputeResourceSku&gt; GetComputeResourceSkus (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string filter = default, string includeExtendedLocations = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.Models.ComputeResourceSku&gt; GetComputeResourceSkus(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string filter, string includeExtendedLocations, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetComputeResourceSkus(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetComputeResourceSkus (subscriptionResource As SubscriptionResource, Optional filter As String = Nothing, Optional includeExtendedLocations As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ComputeResourceSku)" /> <MemberSignature Language="F#" Value="static member GetComputeResourceSkus : Azure.ResourceManager.Resources.SubscriptionResource * string * string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.ComputeResourceSku&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetComputeResourceSkus (subscriptionResource, filter, includeExtendedLocations, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.ComputeResourceSku&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="filter" Type="System.String" /> <Parameter Name="includeExtendedLocations" 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"> The filter to apply on the operation. Only **location** filter is supported currently. </param> <param name="includeExtendedLocations"> To Include Extended Locations information or not in the response. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets the list of Microsoft.Compute SKUs available for your Subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/skus</description></item><item><term>Operation Id</term><description>ResourceSkus_List</description></item><item><term>Default Api Version</term><description>2021-07-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetComputeResourceSkus(System.String,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.Models.ComputeResourceSku" /> 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="GetComputeResourceSkusAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.ComputeResourceSku&gt; GetComputeResourceSkusAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string filter = default, string includeExtendedLocations = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.Models.ComputeResourceSku&gt; GetComputeResourceSkusAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string filter, string includeExtendedLocations, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetComputeResourceSkusAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetComputeResourceSkusAsync (subscriptionResource As SubscriptionResource, Optional filter As String = Nothing, Optional includeExtendedLocations As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ComputeResourceSku)" /> <MemberSignature Language="F#" Value="static member GetComputeResourceSkusAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.ComputeResourceSku&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetComputeResourceSkusAsync (subscriptionResource, filter, includeExtendedLocations, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.ComputeResourceSku&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="filter" Type="System.String" /> <Parameter Name="includeExtendedLocations" 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"> The filter to apply on the operation. Only **location** filter is supported currently. </param> <param name="includeExtendedLocations"> To Include Extended Locations information or not in the response. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets the list of Microsoft.Compute SKUs available for your Subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/skus</description></item><item><term>Operation Id</term><description>ResourceSkus_List</description></item><item><term>Default Api Version</term><description>2021-07-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetComputeResourceSkus(System.String,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.Models.ComputeResourceSku" /> 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="GetDedicatedHostGroup"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.DedicatedHostGroupResource&gt; GetDedicatedHostGroup (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string hostGroupName, Azure.ResourceManager.Compute.Models.InstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.DedicatedHostGroupResource&gt; GetDedicatedHostGroup(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string hostGroupName, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.InstanceViewType&gt; expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDedicatedHostGroup(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Nullable{Azure.ResourceManager.Compute.Models.InstanceViewType},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDedicatedHostGroup (resourceGroupResource As ResourceGroupResource, hostGroupName As String, Optional expand As Nullable(Of InstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DedicatedHostGroupResource)" /> <MemberSignature Language="F#" Value="static member GetDedicatedHostGroup : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable&lt;Azure.ResourceManager.Compute.Models.InstanceViewType&gt; * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.DedicatedHostGroupResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDedicatedHostGroup (resourceGroupResource, hostGroupName, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.DedicatedHostGroupResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="hostGroupName" Type="System.String" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.InstanceViewType&gt;" /> <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="hostGroupName"> The name of the dedicated host group. </param> <param name="expand"> The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the dedicated hosts under the dedicated host group. 'UserData' is not supported for dedicated host group. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Retrieves information about a dedicated host group. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}</description></item><item><term>Operation Id</term><description>DedicatedHostGroups_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.DedicatedHostGroupResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetDedicatedHostGroup(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.InstanceViewType},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="hostGroupName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="hostGroupName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetDedicatedHostGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.DedicatedHostGroupResource&gt;&gt; GetDedicatedHostGroupAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string hostGroupName, Azure.ResourceManager.Compute.Models.InstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.DedicatedHostGroupResource&gt;&gt; GetDedicatedHostGroupAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string hostGroupName, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.InstanceViewType&gt; expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDedicatedHostGroupAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Nullable{Azure.ResourceManager.Compute.Models.InstanceViewType},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDedicatedHostGroupAsync (resourceGroupResource As ResourceGroupResource, hostGroupName As String, Optional expand As Nullable(Of InstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DedicatedHostGroupResource))" /> <MemberSignature Language="F#" Value="static member GetDedicatedHostGroupAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable&lt;Azure.ResourceManager.Compute.Models.InstanceViewType&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.DedicatedHostGroupResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDedicatedHostGroupAsync (resourceGroupResource, hostGroupName, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.DedicatedHostGroupResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="hostGroupName" Type="System.String" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.InstanceViewType&gt;" /> <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="hostGroupName"> The name of the dedicated host group. </param> <param name="expand"> The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the dedicated hosts under the dedicated host group. 'UserData' is not supported for dedicated host group. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Retrieves information about a dedicated host group. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}</description></item><item><term>Operation Id</term><description>DedicatedHostGroups_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.DedicatedHostGroupResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetDedicatedHostGroupAsync(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.InstanceViewType},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="hostGroupName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="hostGroupName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetDedicatedHostGroupResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.DedicatedHostGroupResource GetDedicatedHostGroupResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.DedicatedHostGroupResource GetDedicatedHostGroupResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDedicatedHostGroupResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDedicatedHostGroupResource (client As ArmClient, id As ResourceIdentifier) As DedicatedHostGroupResource" /> <MemberSignature Language="F#" Value="static member GetDedicatedHostGroupResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.DedicatedHostGroupResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDedicatedHostGroupResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.DedicatedHostGroupResource</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.Compute.DedicatedHostGroupResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.DedicatedHostGroupResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.DedicatedHostGroupResource" /><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.Compute.Mocking.MockableComputeArmClient.GetDedicatedHostGroupResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.DedicatedHostGroupResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetDedicatedHostGroups"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.DedicatedHostGroupCollection GetDedicatedHostGroups (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.DedicatedHostGroupCollection GetDedicatedHostGroups(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDedicatedHostGroups(Azure.ResourceManager.Resources.ResourceGroupResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDedicatedHostGroups (resourceGroupResource As ResourceGroupResource) As DedicatedHostGroupCollection" /> <MemberSignature Language="F#" Value="static member GetDedicatedHostGroups : Azure.ResourceManager.Resources.ResourceGroupResource -&gt; Azure.ResourceManager.Compute.DedicatedHostGroupCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDedicatedHostGroups resourceGroupResource" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.DedicatedHostGroupCollection</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 DedicatedHostGroupResources in the ResourceGroupResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetDedicatedHostGroups" /> instead.</description></item></summary> <returns> An object representing collection of DedicatedHostGroupResources and their operations over a DedicatedHostGroupResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="resourceGroupResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetDedicatedHostGroups"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.DedicatedHostGroupResource&gt; GetDedicatedHostGroups (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.DedicatedHostGroupResource&gt; GetDedicatedHostGroups(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDedicatedHostGroups(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDedicatedHostGroups (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DedicatedHostGroupResource)" /> <MemberSignature Language="F#" Value="static member GetDedicatedHostGroups : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.DedicatedHostGroupResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDedicatedHostGroups (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.DedicatedHostGroupResource&gt;</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> Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/hostGroups</description></item><item><term>Operation Id</term><description>DedicatedHostGroups_ListBySubscription</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.DedicatedHostGroupResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetDedicatedHostGroups(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.DedicatedHostGroupResource" /> 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="GetDedicatedHostGroupsAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.DedicatedHostGroupResource&gt; GetDedicatedHostGroupsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.DedicatedHostGroupResource&gt; GetDedicatedHostGroupsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDedicatedHostGroupsAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDedicatedHostGroupsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DedicatedHostGroupResource)" /> <MemberSignature Language="F#" Value="static member GetDedicatedHostGroupsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.DedicatedHostGroupResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDedicatedHostGroupsAsync (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.DedicatedHostGroupResource&gt;</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> Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/hostGroups</description></item><item><term>Operation Id</term><description>DedicatedHostGroups_ListBySubscription</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.DedicatedHostGroupResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetDedicatedHostGroups(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.DedicatedHostGroupResource" /> 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="GetDedicatedHostResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.DedicatedHostResource GetDedicatedHostResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.DedicatedHostResource GetDedicatedHostResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDedicatedHostResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDedicatedHostResource (client As ArmClient, id As ResourceIdentifier) As DedicatedHostResource" /> <MemberSignature Language="F#" Value="static member GetDedicatedHostResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.DedicatedHostResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDedicatedHostResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.DedicatedHostResource</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.Compute.DedicatedHostResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.DedicatedHostResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.DedicatedHostResource" /><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.Compute.Mocking.MockableComputeArmClient.GetDedicatedHostResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.DedicatedHostResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetDiskAccess"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.DiskAccessResource&gt; GetDiskAccess (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string diskAccessName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.DiskAccessResource&gt; GetDiskAccess(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string diskAccessName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskAccess(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskAccess (resourceGroupResource As ResourceGroupResource, diskAccessName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DiskAccessResource)" /> <MemberSignature Language="F#" Value="static member GetDiskAccess : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.DiskAccessResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskAccess (resourceGroupResource, diskAccessName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.DiskAccessResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="diskAccessName" 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="diskAccessName"> The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets information about a disk access resource. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}</description></item><item><term>Operation Id</term><description>DiskAccesses_Get</description></item><item><term>Default Api Version</term><description>2024-03-02</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.DiskAccessResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetDiskAccess(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="diskAccessName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="diskAccessName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetDiskAccessAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.DiskAccessResource&gt;&gt; GetDiskAccessAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string diskAccessName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.DiskAccessResource&gt;&gt; GetDiskAccessAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string diskAccessName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskAccessAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskAccessAsync (resourceGroupResource As ResourceGroupResource, diskAccessName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DiskAccessResource))" /> <MemberSignature Language="F#" Value="static member GetDiskAccessAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.DiskAccessResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskAccessAsync (resourceGroupResource, diskAccessName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.DiskAccessResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="diskAccessName" 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="diskAccessName"> The name of the disk access resource that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets information about a disk access resource. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}</description></item><item><term>Operation Id</term><description>DiskAccesses_Get</description></item><item><term>Default Api Version</term><description>2024-03-02</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.DiskAccessResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetDiskAccessAsync(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="diskAccessName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="diskAccessName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetDiskAccesses"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.DiskAccessCollection GetDiskAccesses (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.DiskAccessCollection GetDiskAccesses(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskAccesses(Azure.ResourceManager.Resources.ResourceGroupResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskAccesses (resourceGroupResource As ResourceGroupResource) As DiskAccessCollection" /> <MemberSignature Language="F#" Value="static member GetDiskAccesses : Azure.ResourceManager.Resources.ResourceGroupResource -&gt; Azure.ResourceManager.Compute.DiskAccessCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskAccesses resourceGroupResource" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.DiskAccessCollection</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 DiskAccessResources in the ResourceGroupResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetDiskAccesses" /> instead.</description></item></summary> <returns> An object representing collection of DiskAccessResources and their operations over a DiskAccessResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="resourceGroupResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetDiskAccesses"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.DiskAccessResource&gt; GetDiskAccesses (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.DiskAccessResource&gt; GetDiskAccesses(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskAccesses(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskAccesses (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DiskAccessResource)" /> <MemberSignature Language="F#" Value="static member GetDiskAccesses : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.DiskAccessResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskAccesses (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.DiskAccessResource&gt;</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> Lists all the disk access resources under a subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskAccesses</description></item><item><term>Operation Id</term><description>DiskAccesses_List</description></item><item><term>Default Api Version</term><description>2024-03-02</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.DiskAccessResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetDiskAccesses(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.DiskAccessResource" /> 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="GetDiskAccessesAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.DiskAccessResource&gt; GetDiskAccessesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.DiskAccessResource&gt; GetDiskAccessesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskAccessesAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskAccessesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DiskAccessResource)" /> <MemberSignature Language="F#" Value="static member GetDiskAccessesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.DiskAccessResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskAccessesAsync (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.DiskAccessResource&gt;</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> Lists all the disk access resources under a subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskAccesses</description></item><item><term>Operation Id</term><description>DiskAccesses_List</description></item><item><term>Default Api Version</term><description>2024-03-02</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.DiskAccessResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetDiskAccesses(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.DiskAccessResource" /> 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="GetDiskAccessResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.DiskAccessResource GetDiskAccessResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.DiskAccessResource GetDiskAccessResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskAccessResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskAccessResource (client As ArmClient, id As ResourceIdentifier) As DiskAccessResource" /> <MemberSignature Language="F#" Value="static member GetDiskAccessResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.DiskAccessResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskAccessResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.DiskAccessResource</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.Compute.DiskAccessResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.DiskAccessResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.DiskAccessResource" /><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.Compute.Mocking.MockableComputeArmClient.GetDiskAccessResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.DiskAccessResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetDiskEncryptionSet"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.DiskEncryptionSetResource&gt; GetDiskEncryptionSet (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string diskEncryptionSetName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.DiskEncryptionSetResource&gt; GetDiskEncryptionSet(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string diskEncryptionSetName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskEncryptionSet(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskEncryptionSet (resourceGroupResource As ResourceGroupResource, diskEncryptionSetName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DiskEncryptionSetResource)" /> <MemberSignature Language="F#" Value="static member GetDiskEncryptionSet : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.DiskEncryptionSetResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskEncryptionSet (resourceGroupResource, diskEncryptionSetName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.DiskEncryptionSetResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="diskEncryptionSetName" 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="diskEncryptionSetName"> The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets information about a disk encryption set. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}</description></item><item><term>Operation Id</term><description>DiskEncryptionSets_Get</description></item><item><term>Default Api Version</term><description>2024-03-02</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.DiskEncryptionSetResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetDiskEncryptionSet(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="diskEncryptionSetName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="diskEncryptionSetName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetDiskEncryptionSetAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.DiskEncryptionSetResource&gt;&gt; GetDiskEncryptionSetAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string diskEncryptionSetName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.DiskEncryptionSetResource&gt;&gt; GetDiskEncryptionSetAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string diskEncryptionSetName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskEncryptionSetAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskEncryptionSetAsync (resourceGroupResource As ResourceGroupResource, diskEncryptionSetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DiskEncryptionSetResource))" /> <MemberSignature Language="F#" Value="static member GetDiskEncryptionSetAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.DiskEncryptionSetResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskEncryptionSetAsync (resourceGroupResource, diskEncryptionSetName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.DiskEncryptionSetResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="diskEncryptionSetName" 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="diskEncryptionSetName"> The name of the disk encryption set that is being created. The name can't be changed after the disk encryption set is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets information about a disk encryption set. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}</description></item><item><term>Operation Id</term><description>DiskEncryptionSets_Get</description></item><item><term>Default Api Version</term><description>2024-03-02</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.DiskEncryptionSetResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetDiskEncryptionSetAsync(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="diskEncryptionSetName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="diskEncryptionSetName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetDiskEncryptionSetResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.DiskEncryptionSetResource GetDiskEncryptionSetResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.DiskEncryptionSetResource GetDiskEncryptionSetResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskEncryptionSetResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskEncryptionSetResource (client As ArmClient, id As ResourceIdentifier) As DiskEncryptionSetResource" /> <MemberSignature Language="F#" Value="static member GetDiskEncryptionSetResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.DiskEncryptionSetResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskEncryptionSetResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.DiskEncryptionSetResource</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.Compute.DiskEncryptionSetResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.DiskEncryptionSetResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.DiskEncryptionSetResource" /><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.Compute.Mocking.MockableComputeArmClient.GetDiskEncryptionSetResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.DiskEncryptionSetResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetDiskEncryptionSets"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.DiskEncryptionSetCollection GetDiskEncryptionSets (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.DiskEncryptionSetCollection GetDiskEncryptionSets(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskEncryptionSets(Azure.ResourceManager.Resources.ResourceGroupResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskEncryptionSets (resourceGroupResource As ResourceGroupResource) As DiskEncryptionSetCollection" /> <MemberSignature Language="F#" Value="static member GetDiskEncryptionSets : Azure.ResourceManager.Resources.ResourceGroupResource -&gt; Azure.ResourceManager.Compute.DiskEncryptionSetCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskEncryptionSets resourceGroupResource" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.DiskEncryptionSetCollection</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 DiskEncryptionSetResources in the ResourceGroupResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetDiskEncryptionSets" /> instead.</description></item></summary> <returns> An object representing collection of DiskEncryptionSetResources and their operations over a DiskEncryptionSetResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="resourceGroupResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetDiskEncryptionSets"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.DiskEncryptionSetResource&gt; GetDiskEncryptionSets (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.DiskEncryptionSetResource&gt; GetDiskEncryptionSets(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskEncryptionSets(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskEncryptionSets (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DiskEncryptionSetResource)" /> <MemberSignature Language="F#" Value="static member GetDiskEncryptionSets : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.DiskEncryptionSetResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskEncryptionSets (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.DiskEncryptionSetResource&gt;</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> Lists all the disk encryption sets under a subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskEncryptionSets</description></item><item><term>Operation Id</term><description>DiskEncryptionSets_List</description></item><item><term>Default Api Version</term><description>2024-03-02</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.DiskEncryptionSetResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetDiskEncryptionSets(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.DiskEncryptionSetResource" /> 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="GetDiskEncryptionSetsAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.DiskEncryptionSetResource&gt; GetDiskEncryptionSetsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.DiskEncryptionSetResource&gt; GetDiskEncryptionSetsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskEncryptionSetsAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskEncryptionSetsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DiskEncryptionSetResource)" /> <MemberSignature Language="F#" Value="static member GetDiskEncryptionSetsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.DiskEncryptionSetResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskEncryptionSetsAsync (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.DiskEncryptionSetResource&gt;</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> Lists all the disk encryption sets under a subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskEncryptionSets</description></item><item><term>Operation Id</term><description>DiskEncryptionSets_List</description></item><item><term>Default Api Version</term><description>2024-03-02</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.DiskEncryptionSetResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetDiskEncryptionSets(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.DiskEncryptionSetResource" /> 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="GetDiskImage"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.DiskImageResource&gt; GetDiskImage (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string imageName, string expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.DiskImageResource&gt; GetDiskImage(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string imageName, string expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskImage(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskImage (resourceGroupResource As ResourceGroupResource, imageName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DiskImageResource)" /> <MemberSignature Language="F#" Value="static member GetDiskImage : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.DiskImageResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskImage (resourceGroupResource, imageName, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.DiskImageResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="imageName" Type="System.String" /> <Parameter Name="expand" 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="imageName"> The name of the image. </param> <param name="expand"> The expand expression to apply on the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets an image. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}</description></item><item><term>Operation Id</term><description>Images_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.DiskImageResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetDiskImage(System.String,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="imageName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="imageName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetDiskImageAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.DiskImageResource&gt;&gt; GetDiskImageAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string imageName, string expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.DiskImageResource&gt;&gt; GetDiskImageAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string imageName, string expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskImageAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskImageAsync (resourceGroupResource As ResourceGroupResource, imageName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of DiskImageResource))" /> <MemberSignature Language="F#" Value="static member GetDiskImageAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.DiskImageResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskImageAsync (resourceGroupResource, imageName, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.DiskImageResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="imageName" Type="System.String" /> <Parameter Name="expand" 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="imageName"> The name of the image. </param> <param name="expand"> The expand expression to apply on the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets an image. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}</description></item><item><term>Operation Id</term><description>Images_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.DiskImageResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetDiskImageAsync(System.String,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="imageName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="imageName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetDiskImageResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.DiskImageResource GetDiskImageResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.DiskImageResource GetDiskImageResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskImageResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskImageResource (client As ArmClient, id As ResourceIdentifier) As DiskImageResource" /> <MemberSignature Language="F#" Value="static member GetDiskImageResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.DiskImageResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskImageResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.DiskImageResource</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.Compute.DiskImageResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.DiskImageResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.DiskImageResource" /><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.Compute.Mocking.MockableComputeArmClient.GetDiskImageResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.DiskImageResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetDiskImages"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.DiskImageCollection GetDiskImages (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.DiskImageCollection GetDiskImages(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskImages(Azure.ResourceManager.Resources.ResourceGroupResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskImages (resourceGroupResource As ResourceGroupResource) As DiskImageCollection" /> <MemberSignature Language="F#" Value="static member GetDiskImages : Azure.ResourceManager.Resources.ResourceGroupResource -&gt; Azure.ResourceManager.Compute.DiskImageCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskImages resourceGroupResource" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.DiskImageCollection</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 DiskImageResources in the ResourceGroupResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetDiskImages" /> instead.</description></item></summary> <returns> An object representing collection of DiskImageResources and their operations over a DiskImageResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="resourceGroupResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetDiskImages"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.DiskImageResource&gt; GetDiskImages (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.DiskImageResource&gt; GetDiskImages(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskImages(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskImages (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DiskImageResource)" /> <MemberSignature Language="F#" Value="static member GetDiskImages : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.DiskImageResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskImages (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.DiskImageResource&gt;</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> Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/images</description></item><item><term>Operation Id</term><description>Images_List</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.DiskImageResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetDiskImages(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.DiskImageResource" /> 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="GetDiskImagesAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.DiskImageResource&gt; GetDiskImagesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.DiskImageResource&gt; GetDiskImagesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskImagesAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskImagesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DiskImageResource)" /> <MemberSignature Language="F#" Value="static member GetDiskImagesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.DiskImageResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskImagesAsync (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.DiskImageResource&gt;</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> Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/images</description></item><item><term>Operation Id</term><description>Images_List</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.DiskImageResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetDiskImages(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.DiskImageResource" /> 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="GetDiskRestorePointResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.DiskRestorePointResource GetDiskRestorePointResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.DiskRestorePointResource GetDiskRestorePointResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetDiskRestorePointResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetDiskRestorePointResource (client As ArmClient, id As ResourceIdentifier) As DiskRestorePointResource" /> <MemberSignature Language="F#" Value="static member GetDiskRestorePointResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.DiskRestorePointResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetDiskRestorePointResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.DiskRestorePointResource</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.Compute.DiskRestorePointResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.DiskRestorePointResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.DiskRestorePointResource" /><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.Compute.Mocking.MockableComputeArmClient.GetDiskRestorePointResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.DiskRestorePointResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetGalleries"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.GalleryCollection GetGalleries (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.GalleryCollection GetGalleries(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetGalleries(Azure.ResourceManager.Resources.ResourceGroupResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetGalleries (resourceGroupResource As ResourceGroupResource) As GalleryCollection" /> <MemberSignature Language="F#" Value="static member GetGalleries : Azure.ResourceManager.Resources.ResourceGroupResource -&gt; Azure.ResourceManager.Compute.GalleryCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetGalleries resourceGroupResource" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.GalleryCollection</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 GalleryResources in the ResourceGroupResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetGalleries" /> instead.</description></item></summary> <returns> An object representing collection of GalleryResources and their operations over a GalleryResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="resourceGroupResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetGalleries"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.GalleryResource&gt; GetGalleries (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.GalleryResource&gt; GetGalleries(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetGalleries(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetGalleries (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of GalleryResource)" /> <MemberSignature Language="F#" Value="static member GetGalleries : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.GalleryResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetGalleries (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.GalleryResource&gt;</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> List galleries under a subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/galleries</description></item><item><term>Operation Id</term><description>Galleries_List</description></item><item><term>Default Api Version</term><description>2024-03-03</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.GalleryResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetGalleries(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.GalleryResource" /> 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="GetGalleriesAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.GalleryResource&gt; GetGalleriesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.GalleryResource&gt; GetGalleriesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetGalleriesAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetGalleriesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of GalleryResource)" /> <MemberSignature Language="F#" Value="static member GetGalleriesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.GalleryResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetGalleriesAsync (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.GalleryResource&gt;</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> List galleries under a subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/galleries</description></item><item><term>Operation Id</term><description>Galleries_List</description></item><item><term>Default Api Version</term><description>2024-03-03</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.GalleryResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetGalleries(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.GalleryResource" /> 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="GetGallery"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.GalleryResource&gt; GetGallery (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string galleryName, Azure.ResourceManager.Compute.Models.SelectPermission? select = default, Azure.ResourceManager.Compute.Models.GalleryExpand? expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.GalleryResource&gt; GetGallery(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string galleryName, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.SelectPermission&gt; select, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.GalleryExpand&gt; expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetGallery(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Nullable{Azure.ResourceManager.Compute.Models.SelectPermission},System.Nullable{Azure.ResourceManager.Compute.Models.GalleryExpand},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetGallery (resourceGroupResource As ResourceGroupResource, galleryName As String, Optional select As Nullable(Of SelectPermission) = Nothing, Optional expand As Nullable(Of GalleryExpand) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of GalleryResource)" /> <MemberSignature Language="F#" Value="static member GetGallery : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable&lt;Azure.ResourceManager.Compute.Models.SelectPermission&gt; * Nullable&lt;Azure.ResourceManager.Compute.Models.GalleryExpand&gt; * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.GalleryResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetGallery (resourceGroupResource, galleryName, select, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.GalleryResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="galleryName" Type="System.String" /> <Parameter Name="select" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.SelectPermission&gt;" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.GalleryExpand&gt;" /> <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="galleryName"> The name of the Shared Image Gallery. </param> <param name="select"> The select expression to apply on the operation. </param> <param name="expand"> The expand query option to apply on the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Retrieves information about a Shared Image Gallery. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}</description></item><item><term>Operation Id</term><description>Galleries_Get</description></item><item><term>Default Api Version</term><description>2024-03-03</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.GalleryResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetGallery(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.SelectPermission},System.Nullable{Azure.ResourceManager.Compute.Models.GalleryExpand},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="galleryName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="galleryName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetGalleryApplicationResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.GalleryApplicationResource GetGalleryApplicationResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.GalleryApplicationResource GetGalleryApplicationResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetGalleryApplicationResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetGalleryApplicationResource (client As ArmClient, id As ResourceIdentifier) As GalleryApplicationResource" /> <MemberSignature Language="F#" Value="static member GetGalleryApplicationResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.GalleryApplicationResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetGalleryApplicationResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.GalleryApplicationResource</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.Compute.GalleryApplicationResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.GalleryApplicationResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.GalleryApplicationResource" /><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.Compute.Mocking.MockableComputeArmClient.GetGalleryApplicationResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.GalleryApplicationResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetGalleryApplicationVersionResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.GalleryApplicationVersionResource GetGalleryApplicationVersionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.GalleryApplicationVersionResource GetGalleryApplicationVersionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetGalleryApplicationVersionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetGalleryApplicationVersionResource (client As ArmClient, id As ResourceIdentifier) As GalleryApplicationVersionResource" /> <MemberSignature Language="F#" Value="static member GetGalleryApplicationVersionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.GalleryApplicationVersionResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetGalleryApplicationVersionResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.GalleryApplicationVersionResource</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.Compute.GalleryApplicationVersionResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.GalleryApplicationVersionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.GalleryApplicationVersionResource" /><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.Compute.Mocking.MockableComputeArmClient.GetGalleryApplicationVersionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.GalleryApplicationVersionResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetGalleryAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.GalleryResource&gt;&gt; GetGalleryAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string galleryName, Azure.ResourceManager.Compute.Models.SelectPermission? select = default, Azure.ResourceManager.Compute.Models.GalleryExpand? expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.GalleryResource&gt;&gt; GetGalleryAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string galleryName, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.SelectPermission&gt; select, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.GalleryExpand&gt; expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetGalleryAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Nullable{Azure.ResourceManager.Compute.Models.SelectPermission},System.Nullable{Azure.ResourceManager.Compute.Models.GalleryExpand},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetGalleryAsync (resourceGroupResource As ResourceGroupResource, galleryName As String, Optional select As Nullable(Of SelectPermission) = Nothing, Optional expand As Nullable(Of GalleryExpand) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of GalleryResource))" /> <MemberSignature Language="F#" Value="static member GetGalleryAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable&lt;Azure.ResourceManager.Compute.Models.SelectPermission&gt; * Nullable&lt;Azure.ResourceManager.Compute.Models.GalleryExpand&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.GalleryResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetGalleryAsync (resourceGroupResource, galleryName, select, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.GalleryResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="galleryName" Type="System.String" /> <Parameter Name="select" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.SelectPermission&gt;" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.GalleryExpand&gt;" /> <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="galleryName"> The name of the Shared Image Gallery. </param> <param name="select"> The select expression to apply on the operation. </param> <param name="expand"> The expand query option to apply on the operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Retrieves information about a Shared Image Gallery. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}</description></item><item><term>Operation Id</term><description>Galleries_Get</description></item><item><term>Default Api Version</term><description>2024-03-03</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.GalleryResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetGalleryAsync(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.SelectPermission},System.Nullable{Azure.ResourceManager.Compute.Models.GalleryExpand},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="galleryName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="galleryName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetGalleryImageResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.GalleryImageResource GetGalleryImageResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.GalleryImageResource GetGalleryImageResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetGalleryImageResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetGalleryImageResource (client As ArmClient, id As ResourceIdentifier) As GalleryImageResource" /> <MemberSignature Language="F#" Value="static member GetGalleryImageResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.GalleryImageResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetGalleryImageResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.GalleryImageResource</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.Compute.GalleryImageResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.GalleryImageResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.GalleryImageResource" /><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.Compute.Mocking.MockableComputeArmClient.GetGalleryImageResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.GalleryImageResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetGalleryImageVersionResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.GalleryImageVersionResource GetGalleryImageVersionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.GalleryImageVersionResource GetGalleryImageVersionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetGalleryImageVersionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetGalleryImageVersionResource (client As ArmClient, id As ResourceIdentifier) As GalleryImageVersionResource" /> <MemberSignature Language="F#" Value="static member GetGalleryImageVersionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.GalleryImageVersionResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetGalleryImageVersionResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.GalleryImageVersionResource</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.Compute.GalleryImageVersionResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.GalleryImageVersionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.GalleryImageVersionResource" /><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.Compute.Mocking.MockableComputeArmClient.GetGalleryImageVersionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.GalleryImageVersionResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetGalleryInVmAccessControlProfileResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileResource GetGalleryInVmAccessControlProfileResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileResource GetGalleryInVmAccessControlProfileResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetGalleryInVmAccessControlProfileResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetGalleryInVmAccessControlProfileResource (client As ArmClient, id As ResourceIdentifier) As GalleryInVmAccessControlProfileResource" /> <MemberSignature Language="F#" Value="static member GetGalleryInVmAccessControlProfileResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetGalleryInVmAccessControlProfileResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileResource</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.Compute.GalleryInVmAccessControlProfileResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileResource" /><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.Compute.Mocking.MockableComputeArmClient.GetGalleryInVmAccessControlProfileResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetGalleryInVmAccessControlProfileVersionResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionResource GetGalleryInVmAccessControlProfileVersionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionResource GetGalleryInVmAccessControlProfileVersionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetGalleryInVmAccessControlProfileVersionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetGalleryInVmAccessControlProfileVersionResource (client As ArmClient, id As ResourceIdentifier) As GalleryInVmAccessControlProfileVersionResource" /> <MemberSignature Language="F#" Value="static member GetGalleryInVmAccessControlProfileVersionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetGalleryInVmAccessControlProfileVersionResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionResource</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.Compute.GalleryInVmAccessControlProfileVersionResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionResource" /><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.Compute.Mocking.MockableComputeArmClient.GetGalleryInVmAccessControlProfileVersionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.GalleryInVmAccessControlProfileVersionResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetGalleryResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.GalleryResource GetGalleryResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.GalleryResource GetGalleryResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetGalleryResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetGalleryResource (client As ArmClient, id As ResourceIdentifier) As GalleryResource" /> <MemberSignature Language="F#" Value="static member GetGalleryResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.GalleryResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetGalleryResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.GalleryResource</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.Compute.GalleryResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.GalleryResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.GalleryResource" /><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.Compute.Mocking.MockableComputeArmClient.GetGalleryResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.GalleryResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetManagedDisk"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.ManagedDiskResource&gt; GetManagedDisk (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string diskName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.ManagedDiskResource&gt; GetManagedDisk(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string diskName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetManagedDisk(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetManagedDisk (resourceGroupResource As ResourceGroupResource, diskName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ManagedDiskResource)" /> <MemberSignature Language="F#" Value="static member GetManagedDisk : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.ManagedDiskResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetManagedDisk (resourceGroupResource, diskName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.ManagedDiskResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="diskName" 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="diskName"> The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets information about a disk. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName}</description></item><item><term>Operation Id</term><description>Disks_Get</description></item><item><term>Default Api Version</term><description>2024-03-02</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.ManagedDiskResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetManagedDisk(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="diskName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="diskName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetManagedDiskAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.ManagedDiskResource&gt;&gt; GetManagedDiskAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string diskName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.ManagedDiskResource&gt;&gt; GetManagedDiskAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string diskName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetManagedDiskAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetManagedDiskAsync (resourceGroupResource As ResourceGroupResource, diskName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ManagedDiskResource))" /> <MemberSignature Language="F#" Value="static member GetManagedDiskAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.ManagedDiskResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetManagedDiskAsync (resourceGroupResource, diskName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.ManagedDiskResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="diskName" 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="diskName"> The name of the managed disk that is being created. The name can't be changed after the disk is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The maximum name length is 80 characters. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets information about a disk. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName}</description></item><item><term>Operation Id</term><description>Disks_Get</description></item><item><term>Default Api Version</term><description>2024-03-02</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.ManagedDiskResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetManagedDiskAsync(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="diskName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="diskName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetManagedDiskResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.ManagedDiskResource GetManagedDiskResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.ManagedDiskResource GetManagedDiskResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetManagedDiskResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetManagedDiskResource (client As ArmClient, id As ResourceIdentifier) As ManagedDiskResource" /> <MemberSignature Language="F#" Value="static member GetManagedDiskResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.ManagedDiskResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetManagedDiskResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.ManagedDiskResource</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.Compute.ManagedDiskResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.ManagedDiskResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.ManagedDiskResource" /><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.Compute.Mocking.MockableComputeArmClient.GetManagedDiskResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.ManagedDiskResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetManagedDisks"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.ManagedDiskCollection GetManagedDisks (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.ManagedDiskCollection GetManagedDisks(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetManagedDisks(Azure.ResourceManager.Resources.ResourceGroupResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetManagedDisks (resourceGroupResource As ResourceGroupResource) As ManagedDiskCollection" /> <MemberSignature Language="F#" Value="static member GetManagedDisks : Azure.ResourceManager.Resources.ResourceGroupResource -&gt; Azure.ResourceManager.Compute.ManagedDiskCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetManagedDisks resourceGroupResource" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.ManagedDiskCollection</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 ManagedDiskResources in the ResourceGroupResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetManagedDisks" /> instead.</description></item></summary> <returns> An object representing collection of ManagedDiskResources and their operations over a ManagedDiskResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="resourceGroupResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetManagedDisks"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.ManagedDiskResource&gt; GetManagedDisks (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.ManagedDiskResource&gt; GetManagedDisks(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetManagedDisks(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetManagedDisks (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedDiskResource)" /> <MemberSignature Language="F#" Value="static member GetManagedDisks : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.ManagedDiskResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetManagedDisks (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.ManagedDiskResource&gt;</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> Lists all the disks under a subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/disks</description></item><item><term>Operation Id</term><description>Disks_List</description></item><item><term>Default Api Version</term><description>2024-03-02</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.ManagedDiskResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetManagedDisks(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.ManagedDiskResource" /> 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="GetManagedDisksAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.ManagedDiskResource&gt; GetManagedDisksAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.ManagedDiskResource&gt; GetManagedDisksAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetManagedDisksAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetManagedDisksAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ManagedDiskResource)" /> <MemberSignature Language="F#" Value="static member GetManagedDisksAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.ManagedDiskResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetManagedDisksAsync (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.ManagedDiskResource&gt;</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> Lists all the disks under a subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/disks</description></item><item><term>Operation Id</term><description>Disks_List</description></item><item><term>Default Api Version</term><description>2024-03-02</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.ManagedDiskResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetManagedDisks(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.ManagedDiskResource" /> 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="GetOffersVirtualMachineImagesEdgeZones"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetOffersVirtualMachineImagesEdgeZones (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string edgeZone, string publisherName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetOffersVirtualMachineImagesEdgeZones(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string edgeZone, string publisherName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetOffersVirtualMachineImagesEdgeZones(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetOffersVirtualMachineImagesEdgeZones (subscriptionResource As SubscriptionResource, location As AzureLocation, edgeZone As String, publisherName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetOffersVirtualMachineImagesEdgeZones : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetOffersVirtualMachineImagesEdgeZones (subscriptionResource, location, edgeZone, publisherName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="edgeZone" Type="System.String" /> <Parameter Name="publisherName" 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 name of a supported Azure region. </param> <param name="edgeZone"> The name of the edge zone. </param> <param name="publisherName"> A valid image publisher. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of virtual machine image offers for the specified location, edge zone and publisher. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers</description></item><item><term>Operation Id</term><description>VirtualMachineImagesEdgeZone_ListOffers</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetOffersVirtualMachineImagesEdgeZones(Azure.Core.AzureLocation,System.String,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="edgeZone" /> or <paramref name="publisherName" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" />, <paramref name="edgeZone" /> or <paramref name="publisherName" /> is null. </exception> </Docs> </Member> <Member MemberName="GetOffersVirtualMachineImagesEdgeZonesAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetOffersVirtualMachineImagesEdgeZonesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string edgeZone, string publisherName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetOffersVirtualMachineImagesEdgeZonesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string edgeZone, string publisherName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetOffersVirtualMachineImagesEdgeZonesAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetOffersVirtualMachineImagesEdgeZonesAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, edgeZone As String, publisherName As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetOffersVirtualMachineImagesEdgeZonesAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetOffersVirtualMachineImagesEdgeZonesAsync (subscriptionResource, location, edgeZone, publisherName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="edgeZone" Type="System.String" /> <Parameter Name="publisherName" 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 name of a supported Azure region. </param> <param name="edgeZone"> The name of the edge zone. </param> <param name="publisherName"> A valid image publisher. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of virtual machine image offers for the specified location, edge zone and publisher. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers</description></item><item><term>Operation Id</term><description>VirtualMachineImagesEdgeZone_ListOffers</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetOffersVirtualMachineImagesEdgeZones(Azure.Core.AzureLocation,System.String,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="edgeZone" /> or <paramref name="publisherName" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" />, <paramref name="edgeZone" /> or <paramref name="publisherName" /> is null. </exception> </Docs> </Member> <Member MemberName="GetProximityPlacementGroup"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.ProximityPlacementGroupResource&gt; GetProximityPlacementGroup (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string proximityPlacementGroupName, string includeColocationStatus = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.ProximityPlacementGroupResource&gt; GetProximityPlacementGroup(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string proximityPlacementGroupName, string includeColocationStatus, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetProximityPlacementGroup(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetProximityPlacementGroup (resourceGroupResource As ResourceGroupResource, proximityPlacementGroupName As String, Optional includeColocationStatus As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ProximityPlacementGroupResource)" /> <MemberSignature Language="F#" Value="static member GetProximityPlacementGroup : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.ProximityPlacementGroupResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetProximityPlacementGroup (resourceGroupResource, proximityPlacementGroupName, includeColocationStatus, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.ProximityPlacementGroupResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="proximityPlacementGroupName" Type="System.String" /> <Parameter Name="includeColocationStatus" 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="proximityPlacementGroupName"> The name of the proximity placement group. </param> <param name="includeColocationStatus"> includeColocationStatus=true enables fetching the colocation status of all the resources in the proximity placement group. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Retrieves information about a proximity placement group . <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}</description></item><item><term>Operation Id</term><description>ProximityPlacementGroups_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.ProximityPlacementGroupResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetProximityPlacementGroup(System.String,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="proximityPlacementGroupName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="proximityPlacementGroupName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetProximityPlacementGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.ProximityPlacementGroupResource&gt;&gt; GetProximityPlacementGroupAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string proximityPlacementGroupName, string includeColocationStatus = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.ProximityPlacementGroupResource&gt;&gt; GetProximityPlacementGroupAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string proximityPlacementGroupName, string includeColocationStatus, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetProximityPlacementGroupAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetProximityPlacementGroupAsync (resourceGroupResource As ResourceGroupResource, proximityPlacementGroupName As String, Optional includeColocationStatus As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ProximityPlacementGroupResource))" /> <MemberSignature Language="F#" Value="static member GetProximityPlacementGroupAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.ProximityPlacementGroupResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetProximityPlacementGroupAsync (resourceGroupResource, proximityPlacementGroupName, includeColocationStatus, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.ProximityPlacementGroupResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="proximityPlacementGroupName" Type="System.String" /> <Parameter Name="includeColocationStatus" 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="proximityPlacementGroupName"> The name of the proximity placement group. </param> <param name="includeColocationStatus"> includeColocationStatus=true enables fetching the colocation status of all the resources in the proximity placement group. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Retrieves information about a proximity placement group . <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}</description></item><item><term>Operation Id</term><description>ProximityPlacementGroups_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.ProximityPlacementGroupResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetProximityPlacementGroupAsync(System.String,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="proximityPlacementGroupName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="proximityPlacementGroupName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetProximityPlacementGroupResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.ProximityPlacementGroupResource GetProximityPlacementGroupResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.ProximityPlacementGroupResource GetProximityPlacementGroupResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetProximityPlacementGroupResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetProximityPlacementGroupResource (client As ArmClient, id As ResourceIdentifier) As ProximityPlacementGroupResource" /> <MemberSignature Language="F#" Value="static member GetProximityPlacementGroupResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.ProximityPlacementGroupResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetProximityPlacementGroupResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.ProximityPlacementGroupResource</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.Compute.ProximityPlacementGroupResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.ProximityPlacementGroupResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.ProximityPlacementGroupResource" /><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.Compute.Mocking.MockableComputeArmClient.GetProximityPlacementGroupResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.ProximityPlacementGroupResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetProximityPlacementGroups"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.ProximityPlacementGroupCollection GetProximityPlacementGroups (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.ProximityPlacementGroupCollection GetProximityPlacementGroups(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetProximityPlacementGroups(Azure.ResourceManager.Resources.ResourceGroupResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetProximityPlacementGroups (resourceGroupResource As ResourceGroupResource) As ProximityPlacementGroupCollection" /> <MemberSignature Language="F#" Value="static member GetProximityPlacementGroups : Azure.ResourceManager.Resources.ResourceGroupResource -&gt; Azure.ResourceManager.Compute.ProximityPlacementGroupCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetProximityPlacementGroups resourceGroupResource" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.ProximityPlacementGroupCollection</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 ProximityPlacementGroupResources in the ResourceGroupResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetProximityPlacementGroups" /> instead.</description></item></summary> <returns> An object representing collection of ProximityPlacementGroupResources and their operations over a ProximityPlacementGroupResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="resourceGroupResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetProximityPlacementGroups"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.ProximityPlacementGroupResource&gt; GetProximityPlacementGroups (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.ProximityPlacementGroupResource&gt; GetProximityPlacementGroups(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetProximityPlacementGroups(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetProximityPlacementGroups (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ProximityPlacementGroupResource)" /> <MemberSignature Language="F#" Value="static member GetProximityPlacementGroups : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.ProximityPlacementGroupResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetProximityPlacementGroups (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.ProximityPlacementGroupResource&gt;</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> Lists all proximity placement groups in a subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/proximityPlacementGroups</description></item><item><term>Operation Id</term><description>ProximityPlacementGroups_ListBySubscription</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.ProximityPlacementGroupResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetProximityPlacementGroups(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.ProximityPlacementGroupResource" /> 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="GetProximityPlacementGroupsAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.ProximityPlacementGroupResource&gt; GetProximityPlacementGroupsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.ProximityPlacementGroupResource&gt; GetProximityPlacementGroupsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetProximityPlacementGroupsAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetProximityPlacementGroupsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ProximityPlacementGroupResource)" /> <MemberSignature Language="F#" Value="static member GetProximityPlacementGroupsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.ProximityPlacementGroupResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetProximityPlacementGroupsAsync (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.ProximityPlacementGroupResource&gt;</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> Lists all proximity placement groups in a subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/proximityPlacementGroups</description></item><item><term>Operation Id</term><description>ProximityPlacementGroups_ListBySubscription</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.ProximityPlacementGroupResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetProximityPlacementGroups(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.ProximityPlacementGroupResource" /> 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="GetPublishersVirtualMachineImagesEdgeZones"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetPublishersVirtualMachineImagesEdgeZones (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string edgeZone, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetPublishersVirtualMachineImagesEdgeZones(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string edgeZone, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetPublishersVirtualMachineImagesEdgeZones(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetPublishersVirtualMachineImagesEdgeZones (subscriptionResource As SubscriptionResource, location As AzureLocation, edgeZone As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetPublishersVirtualMachineImagesEdgeZones : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetPublishersVirtualMachineImagesEdgeZones (subscriptionResource, location, edgeZone, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="edgeZone" 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 name of a supported Azure region. </param> <param name="edgeZone"> The name of the edge zone. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of virtual machine image publishers for the specified Azure location and edge zone. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers</description></item><item><term>Operation Id</term><description>VirtualMachineImagesEdgeZone_ListPublishers</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetPublishersVirtualMachineImagesEdgeZones(Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="edgeZone" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="edgeZone" /> is null. </exception> </Docs> </Member> <Member MemberName="GetPublishersVirtualMachineImagesEdgeZonesAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetPublishersVirtualMachineImagesEdgeZonesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string edgeZone, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetPublishersVirtualMachineImagesEdgeZonesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string edgeZone, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetPublishersVirtualMachineImagesEdgeZonesAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetPublishersVirtualMachineImagesEdgeZonesAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, edgeZone As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetPublishersVirtualMachineImagesEdgeZonesAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetPublishersVirtualMachineImagesEdgeZonesAsync (subscriptionResource, location, edgeZone, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="edgeZone" 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 name of a supported Azure region. </param> <param name="edgeZone"> The name of the edge zone. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of virtual machine image publishers for the specified Azure location and edge zone. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers</description></item><item><term>Operation Id</term><description>VirtualMachineImagesEdgeZone_ListPublishers</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetPublishersVirtualMachineImagesEdgeZones(Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="edgeZone" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="edgeZone" /> is null. </exception> </Docs> </Member> <Member MemberName="GetRestorePointGroup"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.RestorePointGroupResource&gt; GetRestorePointGroup (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string restorePointGroupName, Azure.ResourceManager.Compute.Models.RestorePointGroupExpand? expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.RestorePointGroupResource&gt; GetRestorePointGroup(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string restorePointGroupName, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.RestorePointGroupExpand&gt; expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetRestorePointGroup(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Nullable{Azure.ResourceManager.Compute.Models.RestorePointGroupExpand},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetRestorePointGroup (resourceGroupResource As ResourceGroupResource, restorePointGroupName As String, Optional expand As Nullable(Of RestorePointGroupExpand) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RestorePointGroupResource)" /> <MemberSignature Language="F#" Value="static member GetRestorePointGroup : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable&lt;Azure.ResourceManager.Compute.Models.RestorePointGroupExpand&gt; * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.RestorePointGroupResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetRestorePointGroup (resourceGroupResource, restorePointGroupName, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.RestorePointGroupResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="restorePointGroupName" Type="System.String" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.RestorePointGroupExpand&gt;" /> <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="restorePointGroupName"> The name of the restore point collection. </param> <param name="expand"> The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> The operation to get the restore point collection. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}</description></item><item><term>Operation Id</term><description>RestorePointCollections_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.RestorePointGroupResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetRestorePointGroup(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.RestorePointGroupExpand},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="restorePointGroupName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="restorePointGroupName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetRestorePointGroupAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.RestorePointGroupResource&gt;&gt; GetRestorePointGroupAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string restorePointGroupName, Azure.ResourceManager.Compute.Models.RestorePointGroupExpand? expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.RestorePointGroupResource&gt;&gt; GetRestorePointGroupAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string restorePointGroupName, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.RestorePointGroupExpand&gt; expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetRestorePointGroupAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Nullable{Azure.ResourceManager.Compute.Models.RestorePointGroupExpand},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetRestorePointGroupAsync (resourceGroupResource As ResourceGroupResource, restorePointGroupName As String, Optional expand As Nullable(Of RestorePointGroupExpand) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RestorePointGroupResource))" /> <MemberSignature Language="F#" Value="static member GetRestorePointGroupAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable&lt;Azure.ResourceManager.Compute.Models.RestorePointGroupExpand&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.RestorePointGroupResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetRestorePointGroupAsync (resourceGroupResource, restorePointGroupName, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.RestorePointGroupResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="restorePointGroupName" Type="System.String" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.RestorePointGroupExpand&gt;" /> <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="restorePointGroupName"> The name of the restore point collection. </param> <param name="expand"> The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> The operation to get the restore point collection. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}</description></item><item><term>Operation Id</term><description>RestorePointCollections_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.RestorePointGroupResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetRestorePointGroupAsync(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.RestorePointGroupExpand},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="restorePointGroupName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="restorePointGroupName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetRestorePointGroupResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.RestorePointGroupResource GetRestorePointGroupResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.RestorePointGroupResource GetRestorePointGroupResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetRestorePointGroupResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetRestorePointGroupResource (client As ArmClient, id As ResourceIdentifier) As RestorePointGroupResource" /> <MemberSignature Language="F#" Value="static member GetRestorePointGroupResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.RestorePointGroupResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetRestorePointGroupResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.RestorePointGroupResource</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.Compute.RestorePointGroupResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.RestorePointGroupResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.RestorePointGroupResource" /><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.Compute.Mocking.MockableComputeArmClient.GetRestorePointGroupResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.RestorePointGroupResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetRestorePointGroups"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.RestorePointGroupCollection GetRestorePointGroups (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.RestorePointGroupCollection GetRestorePointGroups(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetRestorePointGroups(Azure.ResourceManager.Resources.ResourceGroupResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetRestorePointGroups (resourceGroupResource As ResourceGroupResource) As RestorePointGroupCollection" /> <MemberSignature Language="F#" Value="static member GetRestorePointGroups : Azure.ResourceManager.Resources.ResourceGroupResource -&gt; Azure.ResourceManager.Compute.RestorePointGroupCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetRestorePointGroups resourceGroupResource" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.RestorePointGroupCollection</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 RestorePointGroupResources in the ResourceGroupResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetRestorePointGroups" /> instead.</description></item></summary> <returns> An object representing collection of RestorePointGroupResources and their operations over a RestorePointGroupResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="resourceGroupResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetRestorePointGroups"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.RestorePointGroupResource&gt; GetRestorePointGroups (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.RestorePointGroupResource&gt; GetRestorePointGroups(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetRestorePointGroups(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetRestorePointGroups (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RestorePointGroupResource)" /> <MemberSignature Language="F#" Value="static member GetRestorePointGroups : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.RestorePointGroupResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetRestorePointGroups (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.RestorePointGroupResource&gt;</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> Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/restorePointCollections</description></item><item><term>Operation Id</term><description>RestorePointCollections_ListAll</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.RestorePointGroupResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetRestorePointGroups(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.RestorePointGroupResource" /> 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="GetRestorePointGroupsAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.RestorePointGroupResource&gt; GetRestorePointGroupsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.RestorePointGroupResource&gt; GetRestorePointGroupsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetRestorePointGroupsAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetRestorePointGroupsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RestorePointGroupResource)" /> <MemberSignature Language="F#" Value="static member GetRestorePointGroupsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.RestorePointGroupResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetRestorePointGroupsAsync (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.RestorePointGroupResource&gt;</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> Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/restorePointCollections</description></item><item><term>Operation Id</term><description>RestorePointCollections_ListAll</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.RestorePointGroupResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetRestorePointGroups(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.RestorePointGroupResource" /> 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="GetRestorePointResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.RestorePointResource GetRestorePointResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.RestorePointResource GetRestorePointResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetRestorePointResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetRestorePointResource (client As ArmClient, id As ResourceIdentifier) As RestorePointResource" /> <MemberSignature Language="F#" Value="static member GetRestorePointResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.RestorePointResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetRestorePointResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.RestorePointResource</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.Compute.RestorePointResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.RestorePointResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.RestorePointResource" /><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.Compute.Mocking.MockableComputeArmClient.GetRestorePointResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.RestorePointResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetSharedGalleries"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.SharedGalleryCollection GetSharedGalleries (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.SharedGalleryCollection GetSharedGalleries(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSharedGalleries(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSharedGalleries (subscriptionResource As SubscriptionResource, location As AzureLocation) As SharedGalleryCollection" /> <MemberSignature Language="F#" Value="static member GetSharedGalleries : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation -&gt; Azure.ResourceManager.Compute.SharedGalleryCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSharedGalleries (subscriptionResource, location)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.SharedGalleryCollection</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> </Parameters> <Docs> <param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param> <param name="location"> Resource location. </param> <summary> Gets a collection of SharedGalleryResources in the SubscriptionResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetSharedGalleries(Azure.Core.AzureLocation)" /> instead.</description></item></summary> <returns> An object representing collection of SharedGalleryResources and their operations over a SharedGalleryResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetSharedGallery"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.SharedGalleryResource&gt; GetSharedGallery (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string galleryUniqueName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.SharedGalleryResource&gt; GetSharedGallery(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string galleryUniqueName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSharedGallery(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSharedGallery (subscriptionResource As SubscriptionResource, location As AzureLocation, galleryUniqueName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SharedGalleryResource)" /> <MemberSignature Language="F#" Value="static member GetSharedGallery : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.SharedGalleryResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSharedGallery (subscriptionResource, location, galleryUniqueName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.SharedGalleryResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="galleryUniqueName" 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"> Resource location. </param> <param name="galleryUniqueName"> The unique name of the Shared Gallery. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Get a shared gallery by subscription id or tenant id. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}</description></item><item><term>Operation Id</term><description>SharedGalleries_Get</description></item><item><term>Default Api Version</term><description>2024-03-03</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.SharedGalleryResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetSharedGallery(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.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="galleryUniqueName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="galleryUniqueName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSharedGalleryAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.SharedGalleryResource&gt;&gt; GetSharedGalleryAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string galleryUniqueName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.SharedGalleryResource&gt;&gt; GetSharedGalleryAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string galleryUniqueName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSharedGalleryAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSharedGalleryAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, galleryUniqueName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SharedGalleryResource))" /> <MemberSignature Language="F#" Value="static member GetSharedGalleryAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.SharedGalleryResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSharedGalleryAsync (subscriptionResource, location, galleryUniqueName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.SharedGalleryResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="galleryUniqueName" 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"> Resource location. </param> <param name="galleryUniqueName"> The unique name of the Shared Gallery. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Get a shared gallery by subscription id or tenant id. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}</description></item><item><term>Operation Id</term><description>SharedGalleries_Get</description></item><item><term>Default Api Version</term><description>2024-03-03</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.SharedGalleryResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetSharedGalleryAsync(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.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="galleryUniqueName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="galleryUniqueName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSharedGalleryImageResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.SharedGalleryImageResource GetSharedGalleryImageResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.SharedGalleryImageResource GetSharedGalleryImageResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSharedGalleryImageResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSharedGalleryImageResource (client As ArmClient, id As ResourceIdentifier) As SharedGalleryImageResource" /> <MemberSignature Language="F#" Value="static member GetSharedGalleryImageResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.SharedGalleryImageResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSharedGalleryImageResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.SharedGalleryImageResource</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.Compute.SharedGalleryImageResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.SharedGalleryImageResource.CreateResourceIdentifier(System.String,Azure.Core.AzureLocation,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.SharedGalleryImageResource" /><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.Compute.Mocking.MockableComputeArmClient.GetSharedGalleryImageResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.SharedGalleryImageResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetSharedGalleryImageVersionResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.SharedGalleryImageVersionResource GetSharedGalleryImageVersionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.SharedGalleryImageVersionResource GetSharedGalleryImageVersionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSharedGalleryImageVersionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSharedGalleryImageVersionResource (client As ArmClient, id As ResourceIdentifier) As SharedGalleryImageVersionResource" /> <MemberSignature Language="F#" Value="static member GetSharedGalleryImageVersionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.SharedGalleryImageVersionResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSharedGalleryImageVersionResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.SharedGalleryImageVersionResource</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.Compute.SharedGalleryImageVersionResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.SharedGalleryImageVersionResource.CreateResourceIdentifier(System.String,Azure.Core.AzureLocation,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.SharedGalleryImageVersionResource" /><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.Compute.Mocking.MockableComputeArmClient.GetSharedGalleryImageVersionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.SharedGalleryImageVersionResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetSharedGalleryResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.SharedGalleryResource GetSharedGalleryResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.SharedGalleryResource GetSharedGalleryResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSharedGalleryResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSharedGalleryResource (client As ArmClient, id As ResourceIdentifier) As SharedGalleryResource" /> <MemberSignature Language="F#" Value="static member GetSharedGalleryResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.SharedGalleryResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSharedGalleryResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.SharedGalleryResource</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.Compute.SharedGalleryResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.SharedGalleryResource.CreateResourceIdentifier(System.String,Azure.Core.AzureLocation,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.SharedGalleryResource" /><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.Compute.Mocking.MockableComputeArmClient.GetSharedGalleryResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.SharedGalleryResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetSnapshot"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.SnapshotResource&gt; GetSnapshot (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string snapshotName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.SnapshotResource&gt; GetSnapshot(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string snapshotName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSnapshot(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSnapshot (resourceGroupResource As ResourceGroupResource, snapshotName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SnapshotResource)" /> <MemberSignature Language="F#" Value="static member GetSnapshot : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.SnapshotResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSnapshot (resourceGroupResource, snapshotName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.SnapshotResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="snapshotName" 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="snapshotName"> The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets information about a snapshot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}</description></item><item><term>Operation Id</term><description>Snapshots_Get</description></item><item><term>Default Api Version</term><description>2024-03-02</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.SnapshotResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetSnapshot(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="snapshotName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="snapshotName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSnapshotAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.SnapshotResource&gt;&gt; GetSnapshotAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string snapshotName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.SnapshotResource&gt;&gt; GetSnapshotAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string snapshotName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSnapshotAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSnapshotAsync (resourceGroupResource As ResourceGroupResource, snapshotName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SnapshotResource))" /> <MemberSignature Language="F#" Value="static member GetSnapshotAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.SnapshotResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSnapshotAsync (resourceGroupResource, snapshotName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.SnapshotResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="snapshotName" 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="snapshotName"> The name of the snapshot that is being created. The name can't be changed after the snapshot is created. Supported characters for the name are a-z, A-Z, 0-9, _ and -. The max name length is 80 characters. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets information about a snapshot. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}</description></item><item><term>Operation Id</term><description>Snapshots_Get</description></item><item><term>Default Api Version</term><description>2024-03-02</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.SnapshotResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetSnapshotAsync(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="snapshotName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="snapshotName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSnapshotResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.SnapshotResource GetSnapshotResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.SnapshotResource GetSnapshotResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSnapshotResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSnapshotResource (client As ArmClient, id As ResourceIdentifier) As SnapshotResource" /> <MemberSignature Language="F#" Value="static member GetSnapshotResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.SnapshotResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSnapshotResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.SnapshotResource</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.Compute.SnapshotResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.SnapshotResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.SnapshotResource" /><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.Compute.Mocking.MockableComputeArmClient.GetSnapshotResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.SnapshotResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetSnapshots"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.SnapshotCollection GetSnapshots (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.SnapshotCollection GetSnapshots(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSnapshots(Azure.ResourceManager.Resources.ResourceGroupResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSnapshots (resourceGroupResource As ResourceGroupResource) As SnapshotCollection" /> <MemberSignature Language="F#" Value="static member GetSnapshots : Azure.ResourceManager.Resources.ResourceGroupResource -&gt; Azure.ResourceManager.Compute.SnapshotCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSnapshots resourceGroupResource" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.SnapshotCollection</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 SnapshotResources in the ResourceGroupResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetSnapshots" /> instead.</description></item></summary> <returns> An object representing collection of SnapshotResources and their operations over a SnapshotResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="resourceGroupResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetSnapshots"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.SnapshotResource&gt; GetSnapshots (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.SnapshotResource&gt; GetSnapshots(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSnapshots(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSnapshots (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SnapshotResource)" /> <MemberSignature Language="F#" Value="static member GetSnapshots : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.SnapshotResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSnapshots (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.SnapshotResource&gt;</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> Lists snapshots under a subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/snapshots</description></item><item><term>Operation Id</term><description>Snapshots_List</description></item><item><term>Default Api Version</term><description>2024-03-02</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.SnapshotResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetSnapshots(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.SnapshotResource" /> 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="GetSnapshotsAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.SnapshotResource&gt; GetSnapshotsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.SnapshotResource&gt; GetSnapshotsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSnapshotsAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSnapshotsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SnapshotResource)" /> <MemberSignature Language="F#" Value="static member GetSnapshotsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.SnapshotResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSnapshotsAsync (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.SnapshotResource&gt;</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> Lists snapshots under a subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/snapshots</description></item><item><term>Operation Id</term><description>Snapshots_List</description></item><item><term>Default Api Version</term><description>2024-03-02</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.SnapshotResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetSnapshots(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.SnapshotResource" /> 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="GetSshPublicKey"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.SshPublicKeyResource&gt; GetSshPublicKey (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string sshPublicKeyName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.SshPublicKeyResource&gt; GetSshPublicKey(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string sshPublicKeyName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSshPublicKey(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSshPublicKey (resourceGroupResource As ResourceGroupResource, sshPublicKeyName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SshPublicKeyResource)" /> <MemberSignature Language="F#" Value="static member GetSshPublicKey : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.SshPublicKeyResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSshPublicKey (resourceGroupResource, sshPublicKeyName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.SshPublicKeyResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="sshPublicKeyName" 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="sshPublicKeyName"> The name of the SSH public key. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Retrieves information about an SSH public key. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{sshPublicKeyName}</description></item><item><term>Operation Id</term><description>SshPublicKeys_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.SshPublicKeyResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetSshPublicKey(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="sshPublicKeyName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="sshPublicKeyName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSshPublicKeyAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.SshPublicKeyResource&gt;&gt; GetSshPublicKeyAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string sshPublicKeyName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.SshPublicKeyResource&gt;&gt; GetSshPublicKeyAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string sshPublicKeyName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSshPublicKeyAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSshPublicKeyAsync (resourceGroupResource As ResourceGroupResource, sshPublicKeyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SshPublicKeyResource))" /> <MemberSignature Language="F#" Value="static member GetSshPublicKeyAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.SshPublicKeyResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSshPublicKeyAsync (resourceGroupResource, sshPublicKeyName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.SshPublicKeyResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="sshPublicKeyName" 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="sshPublicKeyName"> The name of the SSH public key. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Retrieves information about an SSH public key. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{sshPublicKeyName}</description></item><item><term>Operation Id</term><description>SshPublicKeys_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.SshPublicKeyResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetSshPublicKeyAsync(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="sshPublicKeyName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="sshPublicKeyName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetSshPublicKeyResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.SshPublicKeyResource GetSshPublicKeyResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.SshPublicKeyResource GetSshPublicKeyResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSshPublicKeyResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSshPublicKeyResource (client As ArmClient, id As ResourceIdentifier) As SshPublicKeyResource" /> <MemberSignature Language="F#" Value="static member GetSshPublicKeyResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.SshPublicKeyResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSshPublicKeyResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.SshPublicKeyResource</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.Compute.SshPublicKeyResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.SshPublicKeyResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.SshPublicKeyResource" /><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.Compute.Mocking.MockableComputeArmClient.GetSshPublicKeyResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.SshPublicKeyResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetSshPublicKeys"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.SshPublicKeyCollection GetSshPublicKeys (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.SshPublicKeyCollection GetSshPublicKeys(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSshPublicKeys(Azure.ResourceManager.Resources.ResourceGroupResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSshPublicKeys (resourceGroupResource As ResourceGroupResource) As SshPublicKeyCollection" /> <MemberSignature Language="F#" Value="static member GetSshPublicKeys : Azure.ResourceManager.Resources.ResourceGroupResource -&gt; Azure.ResourceManager.Compute.SshPublicKeyCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSshPublicKeys resourceGroupResource" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.SshPublicKeyCollection</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 SshPublicKeyResources in the ResourceGroupResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetSshPublicKeys" /> instead.</description></item></summary> <returns> An object representing collection of SshPublicKeyResources and their operations over a SshPublicKeyResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="resourceGroupResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetSshPublicKeys"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.SshPublicKeyResource&gt; GetSshPublicKeys (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.SshPublicKeyResource&gt; GetSshPublicKeys(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSshPublicKeys(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSshPublicKeys (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SshPublicKeyResource)" /> <MemberSignature Language="F#" Value="static member GetSshPublicKeys : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.SshPublicKeyResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSshPublicKeys (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.SshPublicKeyResource&gt;</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> Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/sshPublicKeys</description></item><item><term>Operation Id</term><description>SshPublicKeys_ListBySubscription</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.SshPublicKeyResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetSshPublicKeys(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.SshPublicKeyResource" /> 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="GetSshPublicKeysAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.SshPublicKeyResource&gt; GetSshPublicKeysAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.SshPublicKeyResource&gt; GetSshPublicKeysAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetSshPublicKeysAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetSshPublicKeysAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SshPublicKeyResource)" /> <MemberSignature Language="F#" Value="static member GetSshPublicKeysAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.SshPublicKeyResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetSshPublicKeysAsync (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.SshPublicKeyResource&gt;</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> Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/sshPublicKeys</description></item><item><term>Operation Id</term><description>SshPublicKeys_ListBySubscription</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.SshPublicKeyResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetSshPublicKeys(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.SshPublicKeyResource" /> 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="GetUsages"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.ComputeUsage&gt; GetUsages (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&lt;class Azure.ResourceManager.Compute.Models.ComputeUsage&gt; GetUsages(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.Compute.ComputeExtensions.GetUsages(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetUsages (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ComputeUsage)" /> <MemberSignature Language="F#" Value="static member GetUsages : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.ComputeUsage&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetUsages (subscriptionResource, location, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.ComputeUsage&gt;</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 location for which resource usage is queried. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/usages</description></item><item><term>Operation Id</term><description>Usage_List</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetUsages(Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.Models.ComputeUsage" /> 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="GetUsagesAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.ComputeUsage&gt; GetUsagesAsync (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&lt;class Azure.ResourceManager.Compute.Models.ComputeUsage&gt; GetUsagesAsync(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.Compute.ComputeExtensions.GetUsagesAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetUsagesAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ComputeUsage)" /> <MemberSignature Language="F#" Value="static member GetUsagesAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.ComputeUsage&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetUsagesAsync (subscriptionResource, location, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.ComputeUsage&gt;</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 location for which resource usage is queried. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/usages</description></item><item><term>Operation Id</term><description>Usage_List</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetUsages(Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.Models.ComputeUsage" /> 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="GetVirtualMachine"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt; GetVirtualMachine (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vmName, Azure.ResourceManager.Compute.Models.InstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.VirtualMachineResource&gt; GetVirtualMachine(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vmName, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.InstanceViewType&gt; expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachine(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Nullable{Azure.ResourceManager.Compute.Models.InstanceViewType},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachine (resourceGroupResource As ResourceGroupResource, vmName As String, Optional expand As Nullable(Of InstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of VirtualMachineResource)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachine : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable&lt;Azure.ResourceManager.Compute.Models.InstanceViewType&gt; * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachine (resourceGroupResource, vmName, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="vmName" Type="System.String" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.InstanceViewType&gt;" /> <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="vmName"> The name of the virtual machine. </param> <param name="expand"> The expand expression to apply on the operation. 'InstanceView' retrieves a snapshot of the runtime properties of the virtual machine that is managed by the platform and can change outside of control plane operations. 'UserData' retrieves the UserData property as part of the VM model view that was provided by the user during the VM Create/Update operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Retrieves information about the model view or the instance view of a virtual machine. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}</description></item><item><term>Operation Id</term><description>VirtualMachines_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetVirtualMachine(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.InstanceViewType},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="vmName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="vmName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;&gt; GetVirtualMachineAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vmName, Azure.ResourceManager.Compute.Models.InstanceViewType? expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.VirtualMachineResource&gt;&gt; GetVirtualMachineAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string vmName, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.InstanceViewType&gt; expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Nullable{Azure.ResourceManager.Compute.Models.InstanceViewType},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineAsync (resourceGroupResource As ResourceGroupResource, vmName As String, Optional expand As Nullable(Of InstanceViewType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VirtualMachineResource))" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable&lt;Azure.ResourceManager.Compute.Models.InstanceViewType&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineAsync (resourceGroupResource, vmName, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="vmName" Type="System.String" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.InstanceViewType&gt;" /> <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="vmName"> The name of the virtual machine. </param> <param name="expand"> The expand expression to apply on the operation. 'InstanceView' retrieves a snapshot of the runtime properties of the virtual machine that is managed by the platform and can change outside of control plane operations. 'UserData' retrieves the UserData property as part of the VM model view that was provided by the user during the VM Create/Update operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Retrieves information about the model view or the instance view of a virtual machine. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}</description></item><item><term>Operation Id</term><description>VirtualMachines_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetVirtualMachineAsync(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.InstanceViewType},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="vmName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="vmName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineExtensionImage"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource&gt; GetVirtualMachineExtensionImage (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string publisherName, string type, string version, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource&gt; GetVirtualMachineExtensionImage(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string publisherName, string type, string version, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineExtensionImage(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineExtensionImage (subscriptionResource As SubscriptionResource, location As AzureLocation, publisherName As String, type As String, version As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of VirtualMachineExtensionImageResource)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineExtensionImage : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineExtensionImage (subscriptionResource, location, publisherName, type, version, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="publisherName" Type="System.String" /> <Parameter Name="type" Type="System.String" /> <Parameter Name="version" 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 name of a supported Azure region. </param> <param name="publisherName"> The <see cref="T:System.String" /> to use. </param> <param name="type"> The <see cref="T:System.String" /> to use. </param> <param name="version"> The <see cref="T:System.String" /> to use. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a virtual machine extension image. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions/{version}</description></item><item><term>Operation Id</term><description>VirtualMachineExtensionImages_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineExtensionImage(Azure.Core.AzureLocation,System.String,System.String,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" />, <paramref name="publisherName" />, <paramref name="type" /> or <paramref name="version" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="publisherName" />, <paramref name="type" /> or <paramref name="version" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineExtensionImageAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource&gt;&gt; GetVirtualMachineExtensionImageAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string publisherName, string type, string version, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource&gt;&gt; GetVirtualMachineExtensionImageAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string publisherName, string type, string version, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineExtensionImageAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineExtensionImageAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, publisherName As String, type As String, version As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VirtualMachineExtensionImageResource))" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineExtensionImageAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineExtensionImageAsync (subscriptionResource, location, publisherName, type, version, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="publisherName" Type="System.String" /> <Parameter Name="type" Type="System.String" /> <Parameter Name="version" 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 name of a supported Azure region. </param> <param name="publisherName"> The <see cref="T:System.String" /> to use. </param> <param name="type"> The <see cref="T:System.String" /> to use. </param> <param name="version"> The <see cref="T:System.String" /> to use. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a virtual machine extension image. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions/{version}</description></item><item><term>Operation Id</term><description>VirtualMachineExtensionImages_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineExtensionImageAsync(Azure.Core.AzureLocation,System.String,System.String,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" />, <paramref name="publisherName" />, <paramref name="type" /> or <paramref name="version" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="publisherName" />, <paramref name="type" /> or <paramref name="version" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineExtensionImageResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource GetVirtualMachineExtensionImageResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource GetVirtualMachineExtensionImageResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineExtensionImageResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineExtensionImageResource (client As ArmClient, id As ResourceIdentifier) As VirtualMachineExtensionImageResource" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineExtensionImageResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineExtensionImageResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource</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.Compute.VirtualMachineExtensionImageResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource.CreateResourceIdentifier(System.String,Azure.Core.AzureLocation,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource" /><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.Compute.Mocking.MockableComputeArmClient.GetVirtualMachineExtensionImageResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineExtensionImageResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineExtensionImages"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.VirtualMachineExtensionImageCollection GetVirtualMachineExtensionImages (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string publisherName);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.VirtualMachineExtensionImageCollection GetVirtualMachineExtensionImages(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string publisherName) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineExtensionImages(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineExtensionImages (subscriptionResource As SubscriptionResource, location As AzureLocation, publisherName As String) As VirtualMachineExtensionImageCollection" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineExtensionImages : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string -&gt; Azure.ResourceManager.Compute.VirtualMachineExtensionImageCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineExtensionImages (subscriptionResource, location, publisherName)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.VirtualMachineExtensionImageCollection</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="publisherName" Type="System.String" /> </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 a supported Azure region. </param> <param name="publisherName"> The <see cref="T:System.String" /> to use. </param> <summary> Gets a collection of VirtualMachineExtensionImageResources in the SubscriptionResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineExtensionImages(Azure.Core.AzureLocation,System.String)" /> instead.</description></item></summary> <returns> An object representing collection of VirtualMachineExtensionImageResources and their operations over a VirtualMachineExtensionImageResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="publisherName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="publisherName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineExtensionResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.VirtualMachineExtensionResource GetVirtualMachineExtensionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.VirtualMachineExtensionResource GetVirtualMachineExtensionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineExtensionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineExtensionResource (client As ArmClient, id As ResourceIdentifier) As VirtualMachineExtensionResource" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineExtensionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.VirtualMachineExtensionResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineExtensionResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.VirtualMachineExtensionResource</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.Compute.VirtualMachineExtensionResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.VirtualMachineExtensionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineExtensionResource" /><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.Compute.Mocking.MockableComputeArmClient.GetVirtualMachineExtensionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineExtensionResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImage"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt; GetVirtualMachineImage (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string publisherName, string offer, string skus, string version, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt; GetVirtualMachineImage(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string publisherName, string offer, string skus, string version, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImage(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImage (subscriptionResource As SubscriptionResource, location As AzureLocation, publisherName As String, offer As String, skus As String, version As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of VirtualMachineImage)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImage : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * string * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImage (subscriptionResource, location, publisherName, offer, skus, version, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="publisherName" Type="System.String" /> <Parameter Name="offer" Type="System.String" /> <Parameter Name="skus" Type="System.String" /> <Parameter Name="version" 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 name of a supported Azure region. </param> <param name="publisherName"> A valid image publisher. </param> <param name="offer"> A valid image publisher offer. </param> <param name="skus"> A valid image SKU. </param> <param name="version"> A valid image SKU version. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a virtual machine image. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version}</description></item><item><term>Operation Id</term><description>VirtualMachineImages_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImage(Azure.Core.AzureLocation,System.String,System.String,System.String,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="publisherName" />, <paramref name="offer" />, <paramref name="skus" /> or <paramref name="version" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" />, <paramref name="publisherName" />, <paramref name="offer" />, <paramref name="skus" /> or <paramref name="version" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImageAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;&gt; GetVirtualMachineImageAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string publisherName, string offer, string skus, string version, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;&gt; GetVirtualMachineImageAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string publisherName, string offer, string skus, string version, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImageAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImageAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, publisherName As String, offer As String, skus As String, version As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VirtualMachineImage))" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImageAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImageAsync (subscriptionResource, location, publisherName, offer, skus, version, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="publisherName" Type="System.String" /> <Parameter Name="offer" Type="System.String" /> <Parameter Name="skus" Type="System.String" /> <Parameter Name="version" 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 name of a supported Azure region. </param> <param name="publisherName"> A valid image publisher. </param> <param name="offer"> A valid image publisher offer. </param> <param name="skus"> A valid image SKU. </param> <param name="version"> A valid image SKU version. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a virtual machine image. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version}</description></item><item><term>Operation Id</term><description>VirtualMachineImages_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImage(Azure.Core.AzureLocation,System.String,System.String,System.String,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="publisherName" />, <paramref name="offer" />, <paramref name="skus" /> or <paramref name="version" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" />, <paramref name="publisherName" />, <paramref name="offer" />, <paramref name="skus" /> or <paramref name="version" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImageEdgeZoneSkus"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImageEdgeZoneSkus (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string edgeZone, string publisherName, string offer, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImageEdgeZoneSkus(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string edgeZone, string publisherName, string offer, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImageEdgeZoneSkus(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImageEdgeZoneSkus (subscriptionResource As SubscriptionResource, location As AzureLocation, edgeZone As String, publisherName As String, offer As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImageEdgeZoneSkus : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImageEdgeZoneSkus (subscriptionResource, location, edgeZone, publisherName, offer, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="edgeZone" Type="System.String" /> <Parameter Name="publisherName" Type="System.String" /> <Parameter Name="offer" 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 name of a supported Azure region. </param> <param name="edgeZone"> The name of the edge zone. </param> <param name="publisherName"> A valid image publisher. </param> <param name="offer"> A valid image publisher offer. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus</description></item><item><term>Operation Id</term><description>VirtualMachineImagesEdgeZone_ListSkus</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImageEdgeZoneSkus(Azure.Core.AzureLocation,System.String,System.String,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="edgeZone" />, <paramref name="publisherName" /> or <paramref name="offer" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" />, <paramref name="edgeZone" />, <paramref name="publisherName" /> or <paramref name="offer" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImageEdgeZoneSkusAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImageEdgeZoneSkusAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string edgeZone, string publisherName, string offer, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImageEdgeZoneSkusAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string edgeZone, string publisherName, string offer, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImageEdgeZoneSkusAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImageEdgeZoneSkusAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, edgeZone As String, publisherName As String, offer As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImageEdgeZoneSkusAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImageEdgeZoneSkusAsync (subscriptionResource, location, edgeZone, publisherName, offer, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="edgeZone" Type="System.String" /> <Parameter Name="publisherName" Type="System.String" /> <Parameter Name="offer" 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 name of a supported Azure region. </param> <param name="edgeZone"> The name of the edge zone. </param> <param name="publisherName"> A valid image publisher. </param> <param name="offer"> A valid image publisher offer. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus</description></item><item><term>Operation Id</term><description>VirtualMachineImagesEdgeZone_ListSkus</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImageEdgeZoneSkus(Azure.Core.AzureLocation,System.String,System.String,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="edgeZone" />, <paramref name="publisherName" /> or <paramref name="offer" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" />, <paramref name="edgeZone" />, <paramref name="publisherName" /> or <paramref name="offer" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImageOffers"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImageOffers (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string publisherName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImageOffers(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string publisherName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImageOffers(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImageOffers (subscriptionResource As SubscriptionResource, location As AzureLocation, publisherName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImageOffers : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImageOffers (subscriptionResource, location, publisherName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="publisherName" 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 name of a supported Azure region. </param> <param name="publisherName"> A valid image publisher. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of virtual machine image offers for the specified location and publisher. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers</description></item><item><term>Operation Id</term><description>VirtualMachineImages_ListOffers</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImageOffers(Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="publisherName" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="publisherName" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImageOffersAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImageOffersAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string publisherName, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImageOffersAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string publisherName, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImageOffersAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImageOffersAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, publisherName As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImageOffersAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImageOffersAsync (subscriptionResource, location, publisherName, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="publisherName" 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 name of a supported Azure region. </param> <param name="publisherName"> A valid image publisher. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of virtual machine image offers for the specified location and publisher. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers</description></item><item><term>Operation Id</term><description>VirtualMachineImages_ListOffers</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImageOffers(Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="publisherName" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="publisherName" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImagePublishers"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagePublishers (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&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagePublishers(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.Compute.ComputeExtensions.GetVirtualMachineImagePublishers(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImagePublishers (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImagePublishers : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagePublishers (subscriptionResource, location, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</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 a supported Azure region. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of virtual machine image publishers for the specified Azure location. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers</description></item><item><term>Operation Id</term><description>VirtualMachineImages_ListPublishers</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImagePublishers(Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> 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="GetVirtualMachineImagePublishersAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagePublishersAsync (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&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagePublishersAsync(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.Compute.ComputeExtensions.GetVirtualMachineImagePublishersAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImagePublishersAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImagePublishersAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagePublishersAsync (subscriptionResource, location, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</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 a supported Azure region. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of virtual machine image publishers for the specified Azure location. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers</description></item><item><term>Operation Id</term><description>VirtualMachineImages_ListPublishers</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImagePublishers(Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> 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="GetVirtualMachineImages"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImages (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesOptions options, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImages(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesOptions options, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImages(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesOptions,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImages (subscriptionResource As SubscriptionResource, options As SubscriptionResourceGetVirtualMachineImagesOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImages : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesOptions * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImages (subscriptionResource, options, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="options" Type="Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesOptions" /> <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="options"> A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions</description></item><item><term>Operation Id</term><description>VirtualMachineImages_List</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImages(Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesOptions,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> 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="options" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImages"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImages (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string publisherName, string offer, string skus, string expand = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImages(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string publisherName, string offer, string skus, string expand, valuetype System.Nullable`1&lt;int32&gt; top, string orderby, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImages(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImages (subscriptionResource As SubscriptionResource, location As AzureLocation, publisherName As String, offer As String, skus As String, Optional expand As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImages : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * string * string * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImages (subscriptionResource, location, publisherName, offer, skus, expand, top, orderby, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="publisherName" Type="System.String" /> <Parameter Name="offer" Type="System.String" /> <Parameter Name="skus" Type="System.String" /> <Parameter Name="expand" Type="System.String" /> <Parameter Name="top" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="orderby" 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 name of a supported Azure region. </param> <param name="publisherName"> A valid image publisher. </param> <param name="offer"> A valid image publisher offer. </param> <param name="skus"> A valid image SKU. </param> <param name="expand"> The expand expression to apply on the operation. </param> <param name="top"> The Integer to use. </param> <param name="orderby"> The String to use. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions</description></item><item><term>Operation Id</term><description>VirtualMachineImages_List</description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="publisherName" />, <paramref name="offer" /> or <paramref name="skus" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="publisherName" />, <paramref name="offer" /> or <paramref name="skus" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImagesAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesOptions options, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesOptions options, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesOptions,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImagesAsync (subscriptionResource As SubscriptionResource, options As SubscriptionResourceGetVirtualMachineImagesOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImagesAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesOptions * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesAsync (subscriptionResource, options, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="options" Type="Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesOptions" /> <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="options"> A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions</description></item><item><term>Operation Id</term><description>VirtualMachineImages_List</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImages(Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesOptions,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> 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="options" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImagesAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string publisherName, string offer, string skus, string expand = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string publisherName, string offer, string skus, string expand, valuetype System.Nullable`1&lt;int32&gt; top, string orderby, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImagesAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, publisherName As String, offer As String, skus As String, Optional expand As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImagesAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * string * string * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesAsync (subscriptionResource, location, publisherName, offer, skus, expand, top, orderby, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="publisherName" Type="System.String" /> <Parameter Name="offer" Type="System.String" /> <Parameter Name="skus" Type="System.String" /> <Parameter Name="expand" Type="System.String" /> <Parameter Name="top" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="orderby" 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 name of a supported Azure region. </param> <param name="publisherName"> A valid image publisher. </param> <param name="offer"> A valid image publisher offer. </param> <param name="skus"> A valid image SKU. </param> <param name="expand"> The expand expression to apply on the operation. </param> <param name="top"> The Integer to use. </param> <param name="orderby"> The String to use. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions</description></item><item><term>Operation Id</term><description>VirtualMachineImages_List</description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="publisherName" />, <paramref name="offer" /> or <paramref name="skus" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="publisherName" />, <paramref name="offer" /> or <paramref name="skus" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImagesByEdgeZone"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagesByEdgeZone (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string edgeZone, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagesByEdgeZone(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string edgeZone, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesByEdgeZone(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImagesByEdgeZone (subscriptionResource As SubscriptionResource, location As AzureLocation, edgeZone As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImagesByEdgeZone : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesByEdgeZone (subscriptionResource, location, edgeZone, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="edgeZone" 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 name of a supported Azure region. </param> <param name="edgeZone"> The name of the edge zone. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of all virtual machine image versions for the specified edge zone <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/vmimages</description></item><item><term>Operation Id</term><description>VirtualMachineImages_ListByEdgeZone</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImagesByEdgeZone(Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="edgeZone" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="edgeZone" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImagesByEdgeZoneAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagesByEdgeZoneAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string edgeZone, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagesByEdgeZoneAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string edgeZone, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesByEdgeZoneAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImagesByEdgeZoneAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, edgeZone As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImagesByEdgeZoneAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesByEdgeZoneAsync (subscriptionResource, location, edgeZone, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="edgeZone" 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 name of a supported Azure region. </param> <param name="edgeZone"> The name of the edge zone. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of all virtual machine image versions for the specified edge zone <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/vmimages</description></item><item><term>Operation Id</term><description>VirtualMachineImages_ListByEdgeZone</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImagesByEdgeZone(Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="edgeZone" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="edgeZone" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImagesEdgeZone"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt; GetVirtualMachineImagesEdgeZone (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions options, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt; GetVirtualMachineImagesEdgeZone(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions options, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesEdgeZone(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImagesEdgeZone (subscriptionResource As SubscriptionResource, options As SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of VirtualMachineImage)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImagesEdgeZone : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesEdgeZone (subscriptionResource, options, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="options" Type="Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions" /> <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="options"> A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a virtual machine image in an edge zone. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version}</description></item><item><term>Operation Id</term><description>VirtualMachineImagesEdgeZone_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImagesEdgeZone(Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions,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="options" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImagesEdgeZone"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt; GetVirtualMachineImagesEdgeZone (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string edgeZone, string publisherName, string offer, string skus, string version, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt; GetVirtualMachineImagesEdgeZone(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string edgeZone, string publisherName, string offer, string skus, string version, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesEdgeZone(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImagesEdgeZone (subscriptionResource As SubscriptionResource, location As AzureLocation, edgeZone As String, publisherName As String, offer As String, skus As String, version As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of VirtualMachineImage)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImagesEdgeZone : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * string * string * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesEdgeZone (subscriptionResource, location, edgeZone, publisherName, offer, skus, version, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="edgeZone" Type="System.String" /> <Parameter Name="publisherName" Type="System.String" /> <Parameter Name="offer" Type="System.String" /> <Parameter Name="skus" Type="System.String" /> <Parameter Name="version" 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 name of a supported Azure region. </param> <param name="edgeZone"> The name of the edge zone. </param> <param name="publisherName"> A valid image publisher. </param> <param name="offer"> A valid image publisher offer. </param> <param name="skus"> A valid image SKU. </param> <param name="version"> A valid image SKU version. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a virtual machine image in an edge zone. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version}</description></item><item><term>Operation Id</term><description>VirtualMachineImagesEdgeZone_Get</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="edgeZone" />, <paramref name="publisherName" />, <paramref name="offer" />, <paramref name="skus" /> or <paramref name="version" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="edgeZone" />, <paramref name="publisherName" />, <paramref name="offer" />, <paramref name="skus" /> or <paramref name="version" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImagesEdgeZoneAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;&gt; GetVirtualMachineImagesEdgeZoneAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions options, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;&gt; GetVirtualMachineImagesEdgeZoneAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions options, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesEdgeZoneAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImagesEdgeZoneAsync (subscriptionResource As SubscriptionResource, options As SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VirtualMachineImage))" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImagesEdgeZoneAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesEdgeZoneAsync (subscriptionResource, options, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="options" Type="Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions" /> <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="options"> A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a virtual machine image in an edge zone. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version}</description></item><item><term>Operation Id</term><description>VirtualMachineImagesEdgeZone_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImagesEdgeZone(Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZoneOptions,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="options" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImagesEdgeZoneAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;&gt; GetVirtualMachineImagesEdgeZoneAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string edgeZone, string publisherName, string offer, string skus, string version, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;&gt; GetVirtualMachineImagesEdgeZoneAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string edgeZone, string publisherName, string offer, string skus, string version, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesEdgeZoneAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImagesEdgeZoneAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, edgeZone As String, publisherName As String, offer As String, skus As String, version As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VirtualMachineImage))" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImagesEdgeZoneAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * string * string * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesEdgeZoneAsync (subscriptionResource, location, edgeZone, publisherName, offer, skus, version, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="edgeZone" Type="System.String" /> <Parameter Name="publisherName" Type="System.String" /> <Parameter Name="offer" Type="System.String" /> <Parameter Name="skus" Type="System.String" /> <Parameter Name="version" 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 name of a supported Azure region. </param> <param name="edgeZone"> The name of the edge zone. </param> <param name="publisherName"> A valid image publisher. </param> <param name="offer"> A valid image publisher offer. </param> <param name="skus"> A valid image SKU. </param> <param name="version"> A valid image SKU version. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a virtual machine image in an edge zone. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version}</description></item><item><term>Operation Id</term><description>VirtualMachineImagesEdgeZone_Get</description></item></list></summary> <returns>To be added.</returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="edgeZone" />, <paramref name="publisherName" />, <paramref name="offer" />, <paramref name="skus" /> or <paramref name="version" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="edgeZone" />, <paramref name="publisherName" />, <paramref name="offer" />, <paramref name="skus" /> or <paramref name="version" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImagesEdgeZones"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagesEdgeZones (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions options, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagesEdgeZones(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions options, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesEdgeZones(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImagesEdgeZones (subscriptionResource As SubscriptionResource, options As SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImagesEdgeZones : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesEdgeZones (subscriptionResource, options, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="options" Type="Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions" /> <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="options"> A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions</description></item><item><term>Operation Id</term><description>VirtualMachineImagesEdgeZone_List</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImagesEdgeZones(Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> 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="options" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImagesEdgeZones"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagesEdgeZones (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string edgeZone, string publisherName, string offer, string skus, string expand = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagesEdgeZones(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string edgeZone, string publisherName, string offer, string skus, string expand, valuetype System.Nullable`1&lt;int32&gt; top, string orderby, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesEdgeZones(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImagesEdgeZones (subscriptionResource As SubscriptionResource, location As AzureLocation, edgeZone As String, publisherName As String, offer As String, skus As String, Optional expand As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImagesEdgeZones : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * string * string * string * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesEdgeZones (subscriptionResource, location, edgeZone, publisherName, offer, skus, expand, top, orderby, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="edgeZone" Type="System.String" /> <Parameter Name="publisherName" Type="System.String" /> <Parameter Name="offer" Type="System.String" /> <Parameter Name="skus" Type="System.String" /> <Parameter Name="expand" Type="System.String" /> <Parameter Name="top" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="orderby" 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 name of a supported Azure region. </param> <param name="edgeZone"> The name of the edge zone. </param> <param name="publisherName"> A valid image publisher. </param> <param name="offer"> A valid image publisher offer. </param> <param name="skus"> A valid image SKU. </param> <param name="expand"> The expand expression to apply on the operation. </param> <param name="top"> An integer value specifying the number of images to return that matches supplied values. </param> <param name="orderby"> Specifies the order of the results returned. Formatted as an OData query. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions</description></item><item><term>Operation Id</term><description>VirtualMachineImagesEdgeZone_List</description></item></list></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="edgeZone" />, <paramref name="publisherName" />, <paramref name="offer" /> or <paramref name="skus" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="edgeZone" />, <paramref name="publisherName" />, <paramref name="offer" /> or <paramref name="skus" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImagesEdgeZonesAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagesEdgeZonesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions options, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagesEdgeZonesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions options, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesEdgeZonesAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImagesEdgeZonesAsync (subscriptionResource As SubscriptionResource, options As SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImagesEdgeZonesAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesEdgeZonesAsync (subscriptionResource, options, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="options" Type="Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions" /> <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="options"> A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions</description></item><item><term>Operation Id</term><description>VirtualMachineImagesEdgeZone_List</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImagesEdgeZones(Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesEdgeZonesOptions,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> 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="options" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImagesEdgeZonesAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagesEdgeZonesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string edgeZone, string publisherName, string offer, string skus, string expand = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImagesEdgeZonesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string edgeZone, string publisherName, string offer, string skus, string expand, valuetype System.Nullable`1&lt;int32&gt; top, string orderby, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesEdgeZonesAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImagesEdgeZonesAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, edgeZone As String, publisherName As String, offer As String, skus As String, Optional expand As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImagesEdgeZonesAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * string * string * string * Nullable&lt;int&gt; * string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesEdgeZonesAsync (subscriptionResource, location, edgeZone, publisherName, offer, skus, expand, top, orderby, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="edgeZone" Type="System.String" /> <Parameter Name="publisherName" Type="System.String" /> <Parameter Name="offer" Type="System.String" /> <Parameter Name="skus" Type="System.String" /> <Parameter Name="expand" Type="System.String" /> <Parameter Name="top" Type="System.Nullable&lt;System.Int32&gt;" /> <Parameter Name="orderby" 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 name of a supported Azure region. </param> <param name="edgeZone"> The name of the edge zone. </param> <param name="publisherName"> A valid image publisher. </param> <param name="offer"> A valid image publisher offer. </param> <param name="skus"> A valid image SKU. </param> <param name="expand"> The expand expression to apply on the operation. </param> <param name="top"> An integer value specifying the number of images to return that matches supplied values. </param> <param name="orderby"> Specifies the order of the results returned. Formatted as an OData query. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions</description></item><item><term>Operation Id</term><description>VirtualMachineImagesEdgeZone_List</description></item></list></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="edgeZone" />, <paramref name="publisherName" />, <paramref name="offer" /> or <paramref name="skus" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="edgeZone" />, <paramref name="publisherName" />, <paramref name="offer" /> or <paramref name="skus" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImageSkus"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImageSkus (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string publisherName, string offer, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImageSkus(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string publisherName, string offer, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImageSkus(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImageSkus (subscriptionResource As SubscriptionResource, location As AzureLocation, publisherName As String, offer As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImageSkus : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImageSkus (subscriptionResource, location, publisherName, offer, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="publisherName" Type="System.String" /> <Parameter Name="offer" 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 name of a supported Azure region. </param> <param name="publisherName"> A valid image publisher. </param> <param name="offer"> A valid image publisher offer. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of virtual machine image SKUs for the specified location, publisher, and offer. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus</description></item><item><term>Operation Id</term><description>VirtualMachineImages_ListSkus</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImageSkus(Azure.Core.AzureLocation,System.String,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="publisherName" /> or <paramref name="offer" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" />, <paramref name="publisherName" /> or <paramref name="offer" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImageSkusAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImageSkusAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string publisherName, string offer, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt; GetVirtualMachineImageSkusAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string publisherName, string offer, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImageSkusAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImageSkusAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, publisherName As String, offer As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineImageBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImageSkusAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImageSkusAsync (subscriptionResource, location, publisherName, offer, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImageBase&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="publisherName" Type="System.String" /> <Parameter Name="offer" 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 name of a supported Azure region. </param> <param name="publisherName"> A valid image publisher. </param> <param name="offer"> A valid image publisher offer. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets a list of virtual machine image SKUs for the specified location, publisher, and offer. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus</description></item><item><term>Operation Id</term><description>VirtualMachineImages_ListSkus</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImageSkus(Azure.Core.AzureLocation,System.String,System.String,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImageBase" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentException"> <paramref name="publisherName" /> or <paramref name="offer" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" />, <paramref name="publisherName" /> or <paramref name="offer" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImagesWithProperties"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt; GetVirtualMachineImagesWithProperties (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions options, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt; GetVirtualMachineImagesWithProperties(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions options, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesWithProperties(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImagesWithProperties (subscriptionResource As SubscriptionResource, options As SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineImage)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImagesWithProperties : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesWithProperties (subscriptionResource, options, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" Index="0" FrameworkAlternate="azure-dotnet" RefType="this" /> <Parameter Name="options" Type="Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions" Index="1" FrameworkAlternate="azure-dotnet" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="2" FrameworkAlternate="azure-dotnet" /> </Parameters> <Docs> <param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param> <param name="options"> A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> <list type="bullet"> <item> <term>Request Path</term> <description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions</description> </item> <item> <term>Operation Id</term> <description>VirtualMachineImages_ListWithProperties</description> </item> <item> <term>Default Api Version</term> <description>2024-11-01</description> </item> </list> <item> <term>Mocking</term> <description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImagesWithProperties(Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions,System.Threading.CancellationToken)" /> instead.</description> </item> </summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImage" /> 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="options" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineImagesWithPropertiesAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt; GetVirtualMachineImagesWithPropertiesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions options, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt; GetVirtualMachineImagesWithPropertiesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, class Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions options, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesWithPropertiesAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineImagesWithPropertiesAsync (subscriptionResource As SubscriptionResource, options As SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineImage)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineImagesWithPropertiesAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineImagesWithPropertiesAsync (subscriptionResource, options, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineImage&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" Index="0" FrameworkAlternate="azure-dotnet" RefType="this" /> <Parameter Name="options" Type="Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions" Index="1" FrameworkAlternate="azure-dotnet" /> <Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="2" FrameworkAlternate="azure-dotnet" /> </Parameters> <Docs> <param name="subscriptionResource"> The <see cref="T:Azure.ResourceManager.Resources.SubscriptionResource" /> instance the method will execute against. </param> <param name="options"> A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> <list type="bullet"> <item> <term>Request Path</term> <description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions</description> </item> <item> <term>Operation Id</term> <description>VirtualMachineImages_ListWithProperties</description> </item> <item> <term>Default Api Version</term> <description>2024-11-01</description> </item> </list> <item> <term>Mocking</term> <description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineImagesWithProperties(Azure.ResourceManager.Compute.Models.SubscriptionResourceGetVirtualMachineImagesWithPropertiesOptions,System.Threading.CancellationToken)" /> instead.</description> </item> </summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineImage" /> 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="options" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.VirtualMachineResource GetVirtualMachineResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.VirtualMachineResource GetVirtualMachineResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineResource (client As ArmClient, id As ResourceIdentifier) As VirtualMachineResource" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.VirtualMachineResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.VirtualMachineResource</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.Compute.VirtualMachineResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.VirtualMachineResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineResource" /><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.Compute.Mocking.MockableComputeArmClient.GetVirtualMachineResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineRunCommand"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.Models.RunCommandDocument&gt; GetVirtualMachineRunCommand (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string commandId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.Models.RunCommandDocument&gt; GetVirtualMachineRunCommand(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string commandId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineRunCommand(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineRunCommand (subscriptionResource As SubscriptionResource, location As AzureLocation, commandId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of RunCommandDocument)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineRunCommand : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.Models.RunCommandDocument&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineRunCommand (subscriptionResource, location, commandId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.Models.RunCommandDocument&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="commandId" 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 location upon which run commands is queried. </param> <param name="commandId"> The command id. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets specific run command for a subscription in a location. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands/{commandId}</description></item><item><term>Operation Id</term><description>VirtualMachineRunCommands_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineRunCommandResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineRunCommand(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="commandId" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="commandId" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineRunCommandAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.Models.RunCommandDocument&gt;&gt; GetVirtualMachineRunCommandAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location, string commandId, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.Models.RunCommandDocument&gt;&gt; GetVirtualMachineRunCommandAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype Azure.Core.AzureLocation location, string commandId, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineRunCommandAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineRunCommandAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, commandId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of RunCommandDocument))" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineRunCommandAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.Models.RunCommandDocument&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineRunCommandAsync (subscriptionResource, location, commandId, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.Models.RunCommandDocument&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="location" Type="Azure.Core.AzureLocation" /> <Parameter Name="commandId" 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 location upon which run commands is queried. </param> <param name="commandId"> The command id. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets specific run command for a subscription in a location. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands/{commandId}</description></item><item><term>Operation Id</term><description>VirtualMachineRunCommands_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineRunCommandResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineRunCommand(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="commandId" /> is an empty string, and was expected to be non-empty. </exception> <exception cref="T:System.ArgumentNullException"> <paramref name="subscriptionResource" /> or <paramref name="commandId" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineRunCommandResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.VirtualMachineRunCommandResource GetVirtualMachineRunCommandResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.VirtualMachineRunCommandResource GetVirtualMachineRunCommandResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineRunCommandResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineRunCommandResource (client As ArmClient, id As ResourceIdentifier) As VirtualMachineRunCommandResource" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineRunCommandResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.VirtualMachineRunCommandResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineRunCommandResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.VirtualMachineRunCommandResource</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.Compute.VirtualMachineRunCommandResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.VirtualMachineRunCommandResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineRunCommandResource" /><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.Compute.Mocking.MockableComputeArmClient.GetVirtualMachineRunCommandResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineRunCommandResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineRunCommands"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.RunCommandDocumentBase&gt; GetVirtualMachineRunCommands (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&lt;class Azure.ResourceManager.Compute.Models.RunCommandDocumentBase&gt; GetVirtualMachineRunCommands(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.Compute.ComputeExtensions.GetVirtualMachineRunCommands(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineRunCommands (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RunCommandDocumentBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineRunCommands : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.RunCommandDocumentBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineRunCommands (subscriptionResource, location, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.RunCommandDocumentBase&gt;</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 location upon which run commands is queried. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Lists all available run commands for a subscription in a location. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands</description></item><item><term>Operation Id</term><description>VirtualMachineRunCommands_List</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineRunCommandResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineRunCommands(Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.Models.RunCommandDocumentBase" /> 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="GetVirtualMachineRunCommandsAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.RunCommandDocumentBase&gt; GetVirtualMachineRunCommandsAsync (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&lt;class Azure.ResourceManager.Compute.Models.RunCommandDocumentBase&gt; GetVirtualMachineRunCommandsAsync(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.Compute.ComputeExtensions.GetVirtualMachineRunCommandsAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineRunCommandsAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RunCommandDocumentBase)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineRunCommandsAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.RunCommandDocumentBase&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineRunCommandsAsync (subscriptionResource, location, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.RunCommandDocumentBase&gt;</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 location upon which run commands is queried. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Lists all available run commands for a subscription in a location. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands</description></item><item><term>Operation Id</term><description>VirtualMachineRunCommands_List</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineRunCommandResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineRunCommands(Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.Models.RunCommandDocumentBase" /> 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="GetVirtualMachines"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.VirtualMachineCollection GetVirtualMachines (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.VirtualMachineCollection GetVirtualMachines(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachines(Azure.ResourceManager.Resources.ResourceGroupResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachines (resourceGroupResource As ResourceGroupResource) As VirtualMachineCollection" /> <MemberSignature Language="F#" Value="static member GetVirtualMachines : Azure.ResourceManager.Resources.ResourceGroupResource -&gt; Azure.ResourceManager.Compute.VirtualMachineCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachines resourceGroupResource" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.VirtualMachineCollection</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 VirtualMachineResources in the ResourceGroupResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetVirtualMachines" /> instead.</description></item></summary> <returns> An object representing collection of VirtualMachineResources and their operations over a VirtualMachineResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="resourceGroupResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachines"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt; GetVirtualMachines (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string statusOnly, string filter, System.Threading.CancellationToken cancellationToken);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.VirtualMachineResource&gt; GetVirtualMachines(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string statusOnly, string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachines(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachines (subscriptionResource As SubscriptionResource, statusOnly As String, filter As String, cancellationToken As CancellationToken) As Pageable(Of VirtualMachineResource)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachines : Azure.ResourceManager.Resources.SubscriptionResource * string * string * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachines (subscriptionResource, statusOnly, filter, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName> <AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="statusOnly" Type="System.String" /> <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="statusOnly"> statusOnly=true enables fetching run time status of all Virtual Machines in the subscription. </param> <param name="filter"> The system query option to filter VMs returned in the response. Allowed value is 'virtualMachineScaleSet/id' eq /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}'. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines. </summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.VirtualMachineResource" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetVirtualMachines"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt; GetVirtualMachines (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string statusOnly = default, string filter = default, Azure.ResourceManager.Compute.Models.ExpandTypesForListVm? expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.VirtualMachineResource&gt; GetVirtualMachines(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string statusOnly, string filter, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.ExpandTypesForListVm&gt; expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachines(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.String,System.Nullable{Azure.ResourceManager.Compute.Models.ExpandTypesForListVm},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachines (subscriptionResource As SubscriptionResource, Optional statusOnly As String = Nothing, Optional filter As String = Nothing, Optional expand As Nullable(Of ExpandTypesForListVm) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineResource)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachines : Azure.ResourceManager.Resources.SubscriptionResource * string * string * Nullable&lt;Azure.ResourceManager.Compute.Models.ExpandTypesForListVm&gt; * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachines (subscriptionResource, statusOnly, filter, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="statusOnly" Type="System.String" /> <Parameter Name="filter" Type="System.String" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.ExpandTypesForListVm&gt;" /> <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="statusOnly"> statusOnly=true enables fetching run time status of all Virtual Machines in the subscription. </param> <param name="filter"> The system query option to filter VMs returned in the response. Allowed value is 'virtualMachineScaleSet/id' eq /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}'. </param> <param name="expand"> The expand expression to apply on operation. 'instanceView' enables fetching run time status of all Virtual Machines, this can only be specified if a valid $filter option is specified. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachines</description></item><item><term>Operation Id</term><description>VirtualMachines_ListAll</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachines(System.String,System.String,System.Nullable{Azure.ResourceManager.Compute.Models.ExpandTypesForListVm},System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.VirtualMachineResource" /> 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="GetVirtualMachinesAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt; GetVirtualMachinesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string statusOnly, string filter, System.Threading.CancellationToken cancellationToken);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.VirtualMachineResource&gt; GetVirtualMachinesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string statusOnly, string filter, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachinesAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.String,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachinesAsync (subscriptionResource As SubscriptionResource, statusOnly As String, filter As String, cancellationToken As CancellationToken) As AsyncPageable(Of VirtualMachineResource)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachinesAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * string * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachinesAsync (subscriptionResource, statusOnly, filter, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <Attributes> <Attribute> <AttributeName Language="C#">[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]</AttributeName> <AttributeName Language="F#">[&lt;System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)&gt;]</AttributeName> </Attribute> </Attributes> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="statusOnly" Type="System.String" /> <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="statusOnly"> statusOnly=true enables fetching run time status of all Virtual Machines in the subscription. </param> <param name="filter"> The system query option to filter VMs returned in the response. Allowed value is 'virtualMachineScaleSet/id' eq /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}'. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines. </summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.VirtualMachineResource" /> that may take multiple service requests to iterate over. </returns> <remarks>To be added.</remarks> </Docs> </Member> <Member MemberName="GetVirtualMachinesAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt; GetVirtualMachinesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string statusOnly = default, string filter = default, Azure.ResourceManager.Compute.Models.ExpandTypesForListVm? expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.VirtualMachineResource&gt; GetVirtualMachinesAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string statusOnly, string filter, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.ExpandTypesForListVm&gt; expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachinesAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.String,System.String,System.Nullable{Azure.ResourceManager.Compute.Models.ExpandTypesForListVm},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachinesAsync (subscriptionResource As SubscriptionResource, Optional statusOnly As String = Nothing, Optional filter As String = Nothing, Optional expand As Nullable(Of ExpandTypesForListVm) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineResource)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachinesAsync : Azure.ResourceManager.Resources.SubscriptionResource * string * string * Nullable&lt;Azure.ResourceManager.Compute.Models.ExpandTypesForListVm&gt; * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachinesAsync (subscriptionResource, statusOnly, filter, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="subscriptionResource" Type="Azure.ResourceManager.Resources.SubscriptionResource" RefType="this" /> <Parameter Name="statusOnly" Type="System.String" /> <Parameter Name="filter" Type="System.String" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.ExpandTypesForListVm&gt;" /> <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="statusOnly"> statusOnly=true enables fetching run time status of all Virtual Machines in the subscription. </param> <param name="filter"> The system query option to filter VMs returned in the response. Allowed value is 'virtualMachineScaleSet/id' eq /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}'. </param> <param name="expand"> The expand expression to apply on operation. 'instanceView' enables fetching run time status of all Virtual Machines, this can only be specified if a valid $filter option is specified. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachines</description></item><item><term>Operation Id</term><description>VirtualMachines_ListAll</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachines(System.String,System.String,System.Nullable{Azure.ResourceManager.Compute.Models.ExpandTypesForListVm},System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.VirtualMachineResource" /> 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="GetVirtualMachinesByLocation"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt; GetVirtualMachinesByLocation (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&lt;class Azure.ResourceManager.Compute.VirtualMachineResource&gt; GetVirtualMachinesByLocation(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.Compute.ComputeExtensions.GetVirtualMachinesByLocation(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachinesByLocation (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineResource)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachinesByLocation : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachinesByLocation (subscriptionResource, location, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;</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 location for which virtual machines under the subscription are queried. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets all the virtual machines under the specified subscription for the specified location. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachines</description></item><item><term>Operation Id</term><description>VirtualMachines_ListByLocation</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachinesByLocation(Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.VirtualMachineResource" /> 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="GetVirtualMachinesByLocationAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt; GetVirtualMachinesByLocationAsync (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&lt;class Azure.ResourceManager.Compute.VirtualMachineResource&gt; GetVirtualMachinesByLocationAsync(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.Compute.ComputeExtensions.GetVirtualMachinesByLocationAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachinesByLocationAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineResource)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachinesByLocationAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachinesByLocationAsync (subscriptionResource, location, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.VirtualMachineResource&gt;</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 location for which virtual machines under the subscription are queried. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets all the virtual machines under the specified subscription for the specified location. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachines</description></item><item><term>Operation Id</term><description>VirtualMachines_ListByLocation</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachinesByLocation(Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.VirtualMachineResource" /> 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="GetVirtualMachineScaleSet"> <MemberSignature Language="C#" Value="public static Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt; GetVirtualMachineScaleSet (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string virtualMachineScaleSetName, Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetGetExpand? expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Response`1&lt;class Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt; GetVirtualMachineScaleSet(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string virtualMachineScaleSetName, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetGetExpand&gt; expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSet(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Nullable{Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetGetExpand},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineScaleSet (resourceGroupResource As ResourceGroupResource, virtualMachineScaleSetName As String, Optional expand As Nullable(Of VirtualMachineScaleSetGetExpand) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of VirtualMachineScaleSetResource)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineScaleSet : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetGetExpand&gt; * System.Threading.CancellationToken -&gt; Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSet (resourceGroupResource, virtualMachineScaleSetName, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="virtualMachineScaleSetName" Type="System.String" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetGetExpand&gt;" /> <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="virtualMachineScaleSetName"> The name of the VM scale set. </param> <param name="expand"> The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Display information about a virtual machine scale set. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSets_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetVirtualMachineScaleSet(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetGetExpand},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="virtualMachineScaleSetName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="virtualMachineScaleSetName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineScaleSetAsync"> <MemberSignature Language="C#" Value="public static System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt;&gt; GetVirtualMachineScaleSetAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string virtualMachineScaleSetName, Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetGetExpand? expand = default, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class System.Threading.Tasks.Task`1&lt;class Azure.Response`1&lt;class Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt;&gt; GetVirtualMachineScaleSetAsync(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string virtualMachineScaleSetName, valuetype System.Nullable`1&lt;valuetype Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetGetExpand&gt; expand, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetAsync(Azure.ResourceManager.Resources.ResourceGroupResource,System.String,System.Nullable{Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetGetExpand},System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineScaleSetAsync (resourceGroupResource As ResourceGroupResource, virtualMachineScaleSetName As String, Optional expand As Nullable(Of VirtualMachineScaleSetGetExpand) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of VirtualMachineScaleSetResource))" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineScaleSetAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * Nullable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetGetExpand&gt; * System.Threading.CancellationToken -&gt; System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt;&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetAsync (resourceGroupResource, virtualMachineScaleSetName, expand, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.Threading.Tasks.Task&lt;Azure.Response&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt;&gt;</ReturnType> </ReturnValue> <Parameters> <Parameter Name="resourceGroupResource" Type="Azure.ResourceManager.Resources.ResourceGroupResource" RefType="this" /> <Parameter Name="virtualMachineScaleSetName" Type="System.String" /> <Parameter Name="expand" Type="System.Nullable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetGetExpand&gt;" /> <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="virtualMachineScaleSetName"> The name of the VM scale set. </param> <param name="expand"> The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Display information about a virtual machine scale set. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSets_Get</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetVirtualMachineScaleSetAsync(System.String,System.Nullable{Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetGetExpand},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="virtualMachineScaleSetName" /> is null. </exception> <exception cref="T:System.ArgumentException"> <paramref name="virtualMachineScaleSetName" /> is an empty string, and was expected to be non-empty. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineScaleSetExtensionResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.VirtualMachineScaleSetExtensionResource GetVirtualMachineScaleSetExtensionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.VirtualMachineScaleSetExtensionResource GetVirtualMachineScaleSetExtensionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetExtensionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineScaleSetExtensionResource (client As ArmClient, id As ResourceIdentifier) As VirtualMachineScaleSetExtensionResource" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineScaleSetExtensionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.VirtualMachineScaleSetExtensionResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetExtensionResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.VirtualMachineScaleSetExtensionResource</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.Compute.VirtualMachineScaleSetExtensionResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetExtensionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetExtensionResource" /><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.Compute.Mocking.MockableComputeArmClient.GetVirtualMachineScaleSetExtensionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetExtensionResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineScaleSetResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.VirtualMachineScaleSetResource GetVirtualMachineScaleSetResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.VirtualMachineScaleSetResource GetVirtualMachineScaleSetResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineScaleSetResource (client As ArmClient, id As ResourceIdentifier) As VirtualMachineScaleSetResource" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineScaleSetResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.VirtualMachineScaleSetResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.VirtualMachineScaleSetResource</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.Compute.VirtualMachineScaleSetResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetResource" /><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.Compute.Mocking.MockableComputeArmClient.GetVirtualMachineScaleSetResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineScaleSetRollingUpgradeResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.VirtualMachineScaleSetRollingUpgradeResource GetVirtualMachineScaleSetRollingUpgradeResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.VirtualMachineScaleSetRollingUpgradeResource GetVirtualMachineScaleSetRollingUpgradeResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetRollingUpgradeResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineScaleSetRollingUpgradeResource (client As ArmClient, id As ResourceIdentifier) As VirtualMachineScaleSetRollingUpgradeResource" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineScaleSetRollingUpgradeResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.VirtualMachineScaleSetRollingUpgradeResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetRollingUpgradeResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.VirtualMachineScaleSetRollingUpgradeResource</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.Compute.VirtualMachineScaleSetRollingUpgradeResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetRollingUpgradeResource.CreateResourceIdentifier(System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetRollingUpgradeResource" /><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.Compute.Mocking.MockableComputeArmClient.GetVirtualMachineScaleSetRollingUpgradeResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetRollingUpgradeResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineScaleSets"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.VirtualMachineScaleSetCollection GetVirtualMachineScaleSets (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.VirtualMachineScaleSetCollection GetVirtualMachineScaleSets(class Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSets(Azure.ResourceManager.Resources.ResourceGroupResource)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineScaleSets (resourceGroupResource As ResourceGroupResource) As VirtualMachineScaleSetCollection" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineScaleSets : Azure.ResourceManager.Resources.ResourceGroupResource -&gt; Azure.ResourceManager.Compute.VirtualMachineScaleSetCollection" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSets resourceGroupResource" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.VirtualMachineScaleSetCollection</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 VirtualMachineScaleSetResources in the ResourceGroupResource. <item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeResourceGroupResource.GetVirtualMachineScaleSets" /> instead.</description></item></summary> <returns> An object representing collection of VirtualMachineScaleSetResources and their operations over a VirtualMachineScaleSetResource. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="resourceGroupResource" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineScaleSets"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt; GetVirtualMachineScaleSets (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.Pageable`1&lt;class Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt; GetVirtualMachineScaleSets(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSets(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineScaleSets (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineScaleSetResource)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineScaleSets : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSets (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt;</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> Gets a list of all VM Scale Sets in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of VM Scale Sets. Do this till nextLink is null to fetch all the VM Scale Sets. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachineScaleSets</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSets_ListAll</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineScaleSets(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetResource" /> 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="GetVirtualMachineScaleSetsAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt; GetVirtualMachineScaleSetsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.AsyncPageable`1&lt;class Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt; GetVirtualMachineScaleSetsAsync(class Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, valuetype System.Threading.CancellationToken cancellationToken) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetsAsync(Azure.ResourceManager.Resources.SubscriptionResource,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineScaleSetsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineScaleSetResource)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineScaleSetsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetsAsync (subscriptionResource, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt;</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> Gets a list of all VM Scale Sets in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of VM Scale Sets. Do this till nextLink is null to fetch all the VM Scale Sets. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachineScaleSets</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSets_ListAll</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineScaleSets(System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetResource" /> 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="GetVirtualMachineScaleSetsByLocation"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt; GetVirtualMachineScaleSetsByLocation (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&lt;class Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt; GetVirtualMachineScaleSetsByLocation(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.Compute.ComputeExtensions.GetVirtualMachineScaleSetsByLocation(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineScaleSetsByLocation (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineScaleSetResource)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineScaleSetsByLocation : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetsByLocation (subscriptionResource, location, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt;</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 location for which VM scale sets under the subscription are queried. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets all the VM scale sets under the specified subscription for the specified location. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachineScaleSets</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSets_ListByLocation</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineScaleSetsByLocation(Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetResource" /> 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="GetVirtualMachineScaleSetsByLocationAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt; GetVirtualMachineScaleSetsByLocationAsync (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&lt;class Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt; GetVirtualMachineScaleSetsByLocationAsync(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.Compute.ComputeExtensions.GetVirtualMachineScaleSetsByLocationAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineScaleSetsByLocationAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineScaleSetResource)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineScaleSetsByLocationAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetsByLocationAsync (subscriptionResource, location, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.VirtualMachineScaleSetResource&gt;</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 location for which VM scale sets under the subscription are queried. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> Gets all the VM scale sets under the specified subscription for the specified location. <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachineScaleSets</description></item><item><term>Operation Id</term><description>VirtualMachineScaleSets_ListByLocation</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item><item><term>Resource</term><description><see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetResource" /></description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineScaleSetsByLocation(Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetResource" /> 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="GetVirtualMachineScaleSetVmExtensionResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.VirtualMachineScaleSetVmExtensionResource GetVirtualMachineScaleSetVmExtensionResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmExtensionResource GetVirtualMachineScaleSetVmExtensionResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetVmExtensionResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineScaleSetVmExtensionResource (client As ArmClient, id As ResourceIdentifier) As VirtualMachineScaleSetVmExtensionResource" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineScaleSetVmExtensionResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.VirtualMachineScaleSetVmExtensionResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetVmExtensionResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.VirtualMachineScaleSetVmExtensionResource</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.Compute.VirtualMachineScaleSetVmExtensionResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmExtensionResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmExtensionResource" /><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.Compute.Mocking.MockableComputeArmClient.GetVirtualMachineScaleSetVmExtensionResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmExtensionResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineScaleSetVmResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource GetVirtualMachineScaleSetVmResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource GetVirtualMachineScaleSetVmResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetVmResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineScaleSetVmResource (client As ArmClient, id As ResourceIdentifier) As VirtualMachineScaleSetVmResource" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineScaleSetVmResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetVmResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource</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.Compute.VirtualMachineScaleSetVmResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" /><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.Compute.Mocking.MockableComputeArmClient.GetVirtualMachineScaleSetVmResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineScaleSetVmRunCommandResource"> <MemberSignature Language="C#" Value="public static Azure.ResourceManager.Compute.VirtualMachineScaleSetVmRunCommandResource GetVirtualMachineScaleSetVmRunCommandResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);" /> <MemberSignature Language="ILAsm" Value=".method public static hidebysig class Azure.ResourceManager.Compute.VirtualMachineScaleSetVmRunCommandResource GetVirtualMachineScaleSetVmRunCommandResource(class Azure.ResourceManager.ArmClient client, class Azure.Core.ResourceIdentifier id) cil managed" /> <MemberSignature Language="DocId" Value="M:Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetVmRunCommandResource(Azure.ResourceManager.ArmClient,Azure.Core.ResourceIdentifier)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineScaleSetVmRunCommandResource (client As ArmClient, id As ResourceIdentifier) As VirtualMachineScaleSetVmRunCommandResource" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineScaleSetVmRunCommandResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -&gt; Azure.ResourceManager.Compute.VirtualMachineScaleSetVmRunCommandResource" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineScaleSetVmRunCommandResource (client, id)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.ResourceManager.Compute.VirtualMachineScaleSetVmRunCommandResource</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.Compute.VirtualMachineScaleSetVmRunCommandResource" /> along with the instance operations that can be performed on it but with no data. You can use <see cref="M:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmRunCommandResource.CreateResourceIdentifier(System.String,System.String,System.String,System.String,System.String)" /> to create a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmRunCommandResource" /><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.Compute.Mocking.MockableComputeArmClient.GetVirtualMachineScaleSetVmRunCommandResource(Azure.Core.ResourceIdentifier)" /> instead.</description></item></summary> <returns> Returns a <see cref="T:Azure.ResourceManager.Compute.VirtualMachineScaleSetVmRunCommandResource" /> object. </returns> <remarks>To be added.</remarks> <exception cref="T:System.ArgumentNullException"> <paramref name="client" /> is null. </exception> </Docs> </Member> <Member MemberName="GetVirtualMachineSizes"> <MemberSignature Language="C#" Value="public static Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineSize&gt; GetVirtualMachineSizes (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&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineSize&gt; GetVirtualMachineSizes(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.Compute.ComputeExtensions.GetVirtualMachineSizes(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineSizes (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of VirtualMachineSize)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineSizes : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -&gt; Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineSize&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineSizes (subscriptionResource, location, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.Pageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineSize&gt;</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 location upon which virtual-machine-sizes is queried. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> This API is deprecated. Use [Resources Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list) <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/vmSizes</description></item><item><term>Operation Id</term><description>VirtualMachineSizes_List</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineSizes(Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> A collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineSize" /> 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="GetVirtualMachineSizesAsync"> <MemberSignature Language="C#" Value="public static Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineSize&gt; GetVirtualMachineSizesAsync (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&lt;class Azure.ResourceManager.Compute.Models.VirtualMachineSize&gt; GetVirtualMachineSizesAsync(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.Compute.ComputeExtensions.GetVirtualMachineSizesAsync(Azure.ResourceManager.Resources.SubscriptionResource,Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> <MemberSignature Language="VB.NET" Value="&lt;Extension()&gt;&#xA;Public Function GetVirtualMachineSizesAsync (subscriptionResource As SubscriptionResource, location As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of VirtualMachineSize)" /> <MemberSignature Language="F#" Value="static member GetVirtualMachineSizesAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation * System.Threading.CancellationToken -&gt; Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineSize&gt;" Usage="Azure.ResourceManager.Compute.ComputeExtensions.GetVirtualMachineSizesAsync (subscriptionResource, location, cancellationToken)" /> <MemberType>Method</MemberType> <AssemblyInfo> <AssemblyName>Azure.ResourceManager.Compute</AssemblyName> <AssemblyVersion>1.9.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>Azure.AsyncPageable&lt;Azure.ResourceManager.Compute.Models.VirtualMachineSize&gt;</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 location upon which virtual-machine-sizes is queried. </param> <param name="cancellationToken"> The cancellation token to use. </param> <summary> This API is deprecated. Use [Resources Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list) <list type="bullet"><item><term>Request Path</term><description>/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/vmSizes</description></item><item><term>Operation Id</term><description>VirtualMachineSizes_List</description></item><item><term>Default Api Version</term><description>2024-11-01</description></item></list><item><term>Mocking</term><description>To mock this method, please mock <see cref="M:Azure.ResourceManager.Compute.Mocking.MockableComputeSubscriptionResource.GetVirtualMachineSizes(Azure.Core.AzureLocation,System.Threading.CancellationToken)" /> instead.</description></item></summary> <returns> An async collection of <see cref="T:Azure.ResourceManager.Compute.Models.VirtualMachineSize" /> 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> </Members> </Type>