Compartilhar via


ConnectedEnvironmentCollection Class

Definition

Collection of connectedEnvironments

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

Constructors

ConnectedEnvironmentCollection()

Creates an new ConnectedEnvironmentCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectedEnvironmentCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectedEnvironmentCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectedEnvironmentCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to