AnnotateDefaultBranchState Struct
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.
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
| Name | Description |
|---|---|
| AnnotateDefaultBranchState(String) |
Initializes a new instance of AnnotateDefaultBranchState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |