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

SourceControlOperationWarningCode Struct

Definition

The type of repository.

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

Constructors

SourceControlOperationWarningCode(String)

Initializes a new instance of SourceControlOperationWarningCode.

Properties

SourceControlDeletedWithWarnings

SourceControl_DeletedWithWarnings.

SourceControlWarningDeletePipelineFromAzureDevOps

SourceControlWarning_DeletePipelineFromAzureDevOps.

SourceControlWarningDeleteRoleAssignment

SourceControlWarning_DeleteRoleAssignment.

SourceControlWarningDeleteServicePrincipal

SourceControlWarning_DeleteServicePrincipal.

SourceControlWarningDeleteWorkflowAndSecretFromGitHub

SourceControlWarning_DeleteWorkflowAndSecretFromGitHub.

Methods

Equals(SourceControlOperationWarningCode)

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(SourceControlOperationWarningCode, SourceControlOperationWarningCode)

Determines if two SourceControlOperationWarningCode values are the same.

Implicit(String to SourceControlOperationWarningCode)

Converts a string to a SourceControlOperationWarningCode.

Inequality(SourceControlOperationWarningCode, SourceControlOperationWarningCode)

Determines if two SourceControlOperationWarningCode values are not the same.

Applies to