ภาษา

ReleaseCategory Struct

Definition

Enumerates the type of change introduced in the extension version.

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

Constructors

Name Description
ReleaseCategory(String)

Initializes a new instance of ReleaseCategory.

Properties

Name Description
BugFix

Bug fix change.

CompatibilityUpdate

Compatibility update change.

NewFeature

New feature change.

Other

Other type of change.

SecurityFix

Security fix change.

Methods

Name Description
Equals(ReleaseCategory)

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

Determines if two ReleaseCategory values are the same.

Implicit(String to Nullable<ReleaseCategory>)
Implicit(String to ReleaseCategory)

Converts a string to a ReleaseCategory.

Inequality(ReleaseCategory, ReleaseCategory)

Determines if two ReleaseCategory values are not the same.

Applies to