Aracılığıyla paylaş


DevOpsConfigurationListResponse Class

Definition

List of RP resources which supports pagination.

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

Constructors

DevOpsConfigurationListResponse()

Creates an new DevOpsConfigurationListResponse instance.

Properties

NextLink

Gets or sets next link to scroll over the results.

Value

Gets or sets list of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DevOpsConfigurationListResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DevOpsConfigurationListResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DevOpsConfigurationListResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to