IBranchStatus Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to