MockableHybridComputeSubscriptionResource.GetArcGateways Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The operation to get all gateways of a non-Azure machine
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridCompute/gateways
- Operation Id: Gateways_ListBySubscription
- Default Api Version: 2024-07-31-preview
- Resource: ArcGatewayResource
public virtual Azure.Pageable<Azure.ResourceManager.HybridCompute.ArcGatewayResource> GetArcGateways (System.Threading.CancellationToken cancellationToken = default);
abstract member GetArcGateways : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HybridCompute.ArcGatewayResource>
override this.GetArcGateways : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.HybridCompute.ArcGatewayResource>
Public Overridable Function GetArcGateways (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ArcGatewayResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ArcGatewayResource that may take multiple service requests to iterate over.