Compartilhar via


JobsCollection Class

Definition

Container Apps Jobs collection ARM resource.

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

Constructors

JobsCollection()

Creates an new JobsCollection instance.

Properties

NextLink

Link to next page of resources.

Value

Collection of resources.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of JobsCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of JobsCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of JobsCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to