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