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


DataCollectionEndpointResourceListResult Class

Definition

A pageable list of resources.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionEndpointResourceListResultTypeConverter))]
public class DataCollectionEndpointResourceListResult : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionEndpointResourceListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionEndpointResourceListResultTypeConverter))>]
type DataCollectionEndpointResourceListResult = class
    interface IDataCollectionEndpointResourceListResult
    interface IJsonSerializable
Public Class DataCollectionEndpointResourceListResult
Implements IDataCollectionEndpointResourceListResult
Inheritance
DataCollectionEndpointResourceListResult
Attributes
Implements

Constructors

DataCollectionEndpointResourceListResult()

Creates an new DataCollectionEndpointResourceListResult instance.

Properties

NextLink

The URL to use for getting the next set of results.

Value

A list of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DataCollectionEndpointResourceListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DataCollectionEndpointResourceListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataCollectionEndpointResourceListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DataCollectionEndpointResourceListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to