Share via


AnnotateDefaultBranchState Struct

Definition

Configuration of PR Annotations on default branch.

Enabled - PR Annotations are enabled on the resource's default branch. Disabled - PR Annotations are disabled on the resource's default branch.

public readonly struct AnnotateDefaultBranchState : IEquatable<Azure.ResourceManager.SecurityCenter.Models.AnnotateDefaultBranchState>
type AnnotateDefaultBranchState = struct
Public Structure AnnotateDefaultBranchState
Implements IEquatable(Of AnnotateDefaultBranchState)
Inheritance
AnnotateDefaultBranchState
Implements

Constructors

AnnotateDefaultBranchState(String)

Initializes a new instance of AnnotateDefaultBranchState.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

Equals(AnnotateDefaultBranchState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AnnotateDefaultBranchState, AnnotateDefaultBranchState)

Determines if two AnnotateDefaultBranchState values are the same.

Implicit(String to AnnotateDefaultBranchState)

Converts a string to a AnnotateDefaultBranchState.

Inequality(AnnotateDefaultBranchState, AnnotateDefaultBranchState)

Determines if two AnnotateDefaultBranchState values are not the same.

Applies to