Megosztás a következőn keresztül:


ApiCollectionList Class

Definition

Page of a list of API collections as represented by Microsoft Defender for APIs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ApiCollectionListTypeConverter))]
public class ApiCollectionList : Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IApiCollectionList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Security.Models.ApiCollectionListTypeConverter))>]
type ApiCollectionList = class
    interface IApiCollectionList
    interface IJsonSerializable
Public Class ApiCollectionList
Implements IApiCollectionList
Inheritance
ApiCollectionList
Attributes
Implements

Constructors

ApiCollectionList()

Creates an new ApiCollectionList instance.

Properties

NextLink

The URI to fetch the next page.

Value

API collections in this page.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApiCollectionList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApiCollectionList.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Security.Models.IApiCollectionList.

FromJsonString(String)

Creates a new instance of ApiCollectionList, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApiCollectionList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to