Share via


DeploymentCollection Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DeploymentCollectionTypeConverter))]
public class DeploymentCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.DeploymentCollectionTypeConverter))>]
type DeploymentCollection = class
    interface IDeploymentCollection
    interface IJsonSerializable
Public Class DeploymentCollection
Implements IDeploymentCollection
Inheritance
DeploymentCollection
Attributes
Implements

Constructors

DeploymentCollection()

Properties

NextLink
Value

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to