QuestionRuleItem Struct

Definition

Scoping question rule.

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

Constructors

QuestionRuleItem(String)

Initializes a new instance of QuestionRuleItem.

Properties

AzureApplication

The question answer should be an AzureApplication.

CharLength

The question answer length is limited.

CreditCardPCI

The question answer should be a CreditCardPCI.

Domains

The question answer should be domains.

DynamicDropdown

The question answer should be dynamic dropdown.

PreventNonEnglishChar

The question answer should prevent non-english char.

PublicSOX

The question answer should be a PublicSOX.

PublisherVerification

The question answer should be publisher verification.

Required

The question is required to answer.

Url

The question answer should be an Url.

Urls

The question answer should be Urls.

USPrivacyShield

The question answer should be a UsPrivacyShield.

ValidEmail

The question answer should be a valid email.

ValidGuid

The question answer should be a valid guid.

Methods

Equals(QuestionRuleItem)

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

Determines if two QuestionRuleItem values are the same.

Implicit(String to QuestionRuleItem)

Converts a string to a QuestionRuleItem.

Inequality(QuestionRuleItem, QuestionRuleItem)

Determines if two QuestionRuleItem values are not the same.

Applies to