Aracılığıyla paylaş


ManagedEnvironmentsCollection Class

Definition

Collection of Environments

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ManagedEnvironmentsCollectionTypeConverter))]
public class ManagedEnvironmentsCollection : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IManagedEnvironmentsCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ManagedEnvironmentsCollectionTypeConverter))>]
type ManagedEnvironmentsCollection = class
    interface IManagedEnvironmentsCollection
    interface IJsonSerializable
Public Class ManagedEnvironmentsCollection
Implements IManagedEnvironmentsCollection
Inheritance
ManagedEnvironmentsCollection
Attributes
Implements

Constructors

ManagedEnvironmentsCollection()

Creates an new ManagedEnvironmentsCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedEnvironmentsCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedEnvironmentsCollection.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IManagedEnvironmentsCollection.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedEnvironmentsCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to