Freigeben über


ProjectPolicyListResult Class

Definition

Results of the project policy list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ProjectPolicyListResultTypeConverter))]
public class ProjectPolicyListResult : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectPolicyListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.ProjectPolicyListResultTypeConverter))>]
type ProjectPolicyListResult = class
    interface IProjectPolicyListResult
    interface IJsonSerializable
Public Class ProjectPolicyListResult
Implements IProjectPolicyListResult
Inheritance
ProjectPolicyListResult
Attributes
Implements

Constructors

Name Description
ProjectPolicyListResult()

Creates an new ProjectPolicyListResult instance.

Properties

Name Description
NextLink

URL to get the next set of results if there are any.

Value

Current page of results.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProjectPolicyListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProjectPolicyListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20250401Preview.IProjectPolicyListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProjectPolicyListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to