SearchServiceNetworkSecurityPerimeterResourceAssociationAccessMode 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.
Access mode of the resource association.
public readonly struct SearchServiceNetworkSecurityPerimeterResourceAssociationAccessMode : IEquatable<Azure.ResourceManager.Search.Models.SearchServiceNetworkSecurityPerimeterResourceAssociationAccessMode>
type SearchServiceNetworkSecurityPerimeterResourceAssociationAccessMode = struct
Public Structure SearchServiceNetworkSecurityPerimeterResourceAssociationAccessMode
Implements IEquatable(Of SearchServiceNetworkSecurityPerimeterResourceAssociationAccessMode)
- Inheritance
-
SearchServiceNetworkSecurityPerimeterResourceAssociationAccessMode
- Implements
Constructors
| Name | Description |
|---|---|
| SearchServiceNetworkSecurityPerimeterResourceAssociationAccessMode(String) |
Initializes a new instance of SearchServiceNetworkSecurityPerimeterResourceAssociationAccessMode. |
Properties
| Name | Description |
|---|---|
| Audit |
Audit access mode - traffic to the resource that fails access checks is logged but not blocked. |
| Enforced |
Enforced access mode - traffic to the resource that failed access checks is blocked. |
| Learning |
Learning access mode - traffic to the resource is enabled for analysis but not blocked. |
Methods
| Name | Description |
|---|---|
| Equals(SearchServiceNetworkSecurityPerimeterResourceAssociationAccessMode) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |