SearchDisabledDataExfiltrationOption 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.
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
| Name | Description |
|---|---|
| SearchDisabledDataExfiltrationOption(String) |
Initializes a new instance of SearchDisabledDataExfiltrationOption. |
Properties
| Name | Description |
|---|---|
| All |
Indicates that all data exfiltration scenarios are disabled. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |