SearchBypass Struct

Definition

Possible origins of inbound traffic that can bypass the rules defined in the 'ipRules' section.

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

Constructors

SearchBypass(String)

Initializes a new instance of SearchBypass.

Properties

AzurePortal

Indicates that requests originating from the Azure portal can bypass the rules defined in the 'ipRules' section.

None

Indicates that no origin can bypass the rules defined in the 'ipRules' section. This is the default.

Methods

Equals(SearchBypass)

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

Determines if two SearchBypass values are the same.

Implicit(String to SearchBypass)

Converts a string to a SearchBypass.

Inequality(SearchBypass, SearchBypass)

Determines if two SearchBypass values are not the same.

Applies to