你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ExtendedLocationExtensions.GetOperationsCustomLocations 方法

定义

列出所有可用的自定义位置操作。 请求路径:/providers/Microsoft.ExtendedLocation/operations 操作 ID:CustomLocations_ListOperations

public static Azure.Pageable<Azure.ResourceManager.ExtendedLocation.Models.CustomLocationOperation> GetOperationsCustomLocations (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);
static member GetOperationsCustomLocations : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ExtendedLocation.Models.CustomLocationOperation>
<Extension()>
Public Function GetOperationsCustomLocations (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CustomLocationOperation)

参数

tenantResource
TenantResource

方法 TenantResource 将对其执行的实例。

cancellationToken
CancellationToken

要使用的取消标记。

返回

的集合 CustomLocationOperation ,可能需要多个服务请求才能循环访问。

适用于