BranchStatus Class

Definition

Model that represents the a list of actions and action statuses.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.BranchStatusTypeConverter))]
public class BranchStatus : Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IBranchStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.BranchStatusTypeConverter))>]
type BranchStatus = class
    interface IBranchStatus
    interface IJsonSerializable
Public Class BranchStatus
Implements IBranchStatus
Inheritance
BranchStatus
Attributes
Implements

Constructors

Name Description
BranchStatus()

Creates an new BranchStatus instance.

Properties

Name Description
Action

The array of actions.

BranchId

The id of the branch status.

BranchName

The name of the branch status.

Status

The status of the branch.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BranchStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BranchStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Chaos.Models.IBranchStatus.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BranchStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to