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
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
Azure SDK for .NET