다음을 통해 공유


DeploymentResourceCollection Class

Definition

Object that includes an array of App resources and a possible link for next set

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.DeploymentResourceCollectionTypeConverter))]
public class DeploymentResourceCollection : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IDeploymentResourceCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.DeploymentResourceCollectionTypeConverter))>]
type DeploymentResourceCollection = class
    interface IDeploymentResourceCollection
    interface IJsonSerializable
Public Class DeploymentResourceCollection
Implements IDeploymentResourceCollection
Inheritance
DeploymentResourceCollection
Attributes
Implements

Constructors

Name Description
DeploymentResourceCollection()

Creates an new DeploymentResourceCollection instance.

Properties

Name Description
NextLink

URL client should use to fetch the next page (per server side paging). It's null for now, added for future use.

Value

Collection of Deployment resources

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeploymentResourceCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeploymentResourceCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IDeploymentResourceCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeploymentResourceCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to