CertificateOperationsExtensions.ListNext 方法 (ICertificateOperations, String)
检索下一步的证书的列表。 (请参阅 https://aka.ms/azureautomationsdk/certificateoperations 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
public static CertificateListResponse ListNext(
this ICertificateOperations operations,
string nextLink
)
public:
[ExtensionAttribute]
static CertificateListResponse^ ListNext(
ICertificateOperations^ operations,
String^ nextLink
)
static member ListNext :
operations:ICertificateOperations *
nextLink:string -> CertificateListResponse
<ExtensionAttribute>
Public Shared Function ListNext (
operations As ICertificateOperations,
nextLink As String
) As CertificateListResponse
参数
operations
Type: Microsoft.WindowsAzure.Management.Automation.ICertificateOperations对 Microsoft.WindowsAzure.Management.Automation.ICertificateOperations 引用。
nextLink
Type: System.String必需。 要检索下一组项的链接。
返回值
Type: Microsoft.WindowsAzure.Management.Automation.Models.CertificateListResponse
列表证书操作该响应模型。
请参阅
CertificateOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首