JobExecutionNamesCollection 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 executions names list.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobExecutionNamesCollectionTypeConverter))]
public class JobExecutionNamesCollection : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobExecutionNamesCollection
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobExecutionNamesCollectionTypeConverter))>]
type JobExecutionNamesCollection = class
interface IJobExecutionNamesCollection
interface IJsonSerializable
Public Class JobExecutionNamesCollection
Implements IJobExecutionNamesCollection
- Inheritance
-
JobExecutionNamesCollection
- Attributes
- Implements
Constructors
JobExecutionNamesCollection() |
Creates an new JobExecutionNamesCollection instance. |
Properties
Value |
Collection of resources. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of JobExecutionNamesCollection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of JobExecutionNamesCollection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobExecutionNamesCollection. |
FromJsonString(String) |
Creates a new instance of JobExecutionNamesCollection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of JobExecutionNamesCollection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |