SapCentralServerInstanceCollection.GetAll(CancellationToken) 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.
Lists the SAP Central Services Instance resource for the given Virtual Instance for SAP solutions resource.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Workloads/sapVirtualInstances/{sapVirtualInstanceName}/centralInstances
- Operation Id: SAPCentralInstances_List
- Default Api Version: 2023-04-01
- Resource: SapCentralServerInstanceResource
public virtual Azure.Pageable<Azure.ResourceManager.Workloads.SapCentralServerInstanceResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Workloads.SapCentralServerInstanceResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Workloads.SapCentralServerInstanceResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SapCentralServerInstanceResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of SapCentralServerInstanceResource that may take multiple service requests to iterate over.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET