GalleryImageVersionPolicyViolationCategory Struct

Definition

Describes the nature of the policy violation.

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

Constructors

GalleryImageVersionPolicyViolationCategory(String)

Initializes a new instance of GalleryImageVersionPolicyViolationCategory.

Properties

CopyrightValidation

CopyrightValidation.

ImageFlaggedUnsafe

ImageFlaggedUnsafe.

IPTheft

IpTheft.

Other

Other.

Methods

Equals(GalleryImageVersionPolicyViolationCategory)

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

Determines if two GalleryImageVersionPolicyViolationCategory values are the same.

Implicit(String to GalleryImageVersionPolicyViolationCategory)

Converts a string to a GalleryImageVersionPolicyViolationCategory.

Inequality(GalleryImageVersionPolicyViolationCategory, GalleryImageVersionPolicyViolationCategory)

Determines if two GalleryImageVersionPolicyViolationCategory values are not the same.

Applies to