Contains the result of a successful invocation of the ListServerCertificates            action.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListServerCertificatesResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListServerCertificatesResult()()()() | Initializes a new instance of the ListServerCertificatesResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsTruncated | 
            Gets and sets the property IsTruncated. 
             
            A flag that indicates whether there are more server certificates to list. If your
            results            were truncated, you can make a subsequent pagination request using the  | 
|  | Marker | 
            Gets and sets the property Marker. 
             
            If  | 
|  | ServerCertificateMetadataList | 
            Gets and sets the property ServerCertificateMetadataList. 
             A list of server certificates. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithIsTruncated(Boolean) | Obsolete. 
            Sets the IsTruncated property
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithServerCertificateMetadataList(array<ServerCertificateMetadata>[]()[][]) | Obsolete. 
            Sets the ServerCertificateMetadataList property
             | 
|  | WithServerCertificateMetadataList(IEnumerable<(Of <<'(ServerCertificateMetadata>)>>)) | Obsolete. 
            Sets the ServerCertificateMetadataList property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ListServerCertificatesResult | 
 Copy
Copy