ActionGroupPatchBody Class

Definition

An action group object for the body of patch operations.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ActionGroupPatchBody
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ActionGroupPatchBody = class
Public Class ActionGroupPatchBody
Inheritance
ActionGroupPatchBody
Attributes

Constructors

ActionGroupPatchBody()

Initializes a new instance of the ActionGroupPatchBody class.

ActionGroupPatchBody(IDictionary<String,String>, Nullable<Boolean>)

Initializes a new instance of the ActionGroupPatchBody class.

Properties

Enabled

Gets or sets indicates whether this action group is enabled. If an action group is not enabled, then none of its actions will be activated.

Tags

Gets or sets resource tags

Applies to