你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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