Compartilhar via


ManagedEnvironmentStoragesCollection Class

Definition

Collection of Storage for Environments

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

Constructors

ManagedEnvironmentStoragesCollection()

Creates an new ManagedEnvironmentStoragesCollection instance.

Properties

Value

Collection of storage resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedEnvironmentStoragesCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedEnvironmentStoragesCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedEnvironmentStoragesCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to