Share via


SearchDisabledDataExfiltrationOption Struct

Definition

A specific data exfiltration scenario that is disabled for the service.

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

Constructors

SearchDisabledDataExfiltrationOption(String)

Initializes a new instance of SearchDisabledDataExfiltrationOption.

Properties

All

Indicates that all data exfiltration scenarios are disabled.

Methods

Equals(SearchDisabledDataExfiltrationOption)

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

Determines if two SearchDisabledDataExfiltrationOption values are the same.

Implicit(String to SearchDisabledDataExfiltrationOption)

Converts a string to a SearchDisabledDataExfiltrationOption.

Inequality(SearchDisabledDataExfiltrationOption, SearchDisabledDataExfiltrationOption)

Determines if two SearchDisabledDataExfiltrationOption values are not the same.

Applies to