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
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
Azure SDK for .NET