CertificateListResponse Class

Definition

The response model for the list certificate operation.

public class CertificateListResponse : Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipToken
type CertificateListResponse = class
    inherit OperationResponseWithSkipToken
Public Class CertificateListResponse
Inherits OperationResponseWithSkipToken
Inheritance
Microsoft.Azure.AzureOperationResponse
CertificateListResponse

Constructors

CertificateListResponse()

Initializes a new instance of the CertificateListResponse class.

Properties

Certificates

Optional. Gets or sets a list of certificates.

NextLink

Optional. Gets or sets the next link.

(Inherited from OperationResponseWithSkipToken)
SkipToken

Optional. Gets or sets the skip token.

(Inherited from OperationResponseWithSkipToken)

Applies to