ContainerAppCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Container App collection ARM resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ContainerAppCollectionTypeConverter))]
public class ContainerAppCollection : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.ContainerAppCollectionTypeConverter))>]
type ContainerAppCollection = class
interface IContainerAppCollection
interface IJsonSerializable
Public Class ContainerAppCollection
Implements IContainerAppCollection
- Inheritance
-
ContainerAppCollection
- Attributes
- Implements
Constructors
ContainerAppCollection() |
Creates an new ContainerAppCollection instance. |
Properties
NextLink |
Link to next page of resources. |
Value |
Collection of resources. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ContainerAppCollection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ContainerAppCollection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IContainerAppCollection. |
FromJsonString(String) |
Creates a new instance of ContainerAppCollection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ContainerAppCollection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |