CognitiveServicesNetworkRuleAction 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.
The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.
public readonly struct CognitiveServicesNetworkRuleAction : IEquatable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesNetworkRuleAction>
type CognitiveServicesNetworkRuleAction = struct
Public Structure CognitiveServicesNetworkRuleAction
Implements IEquatable(Of CognitiveServicesNetworkRuleAction)
- Inheritance
-
CognitiveServicesNetworkRuleAction
- Implements
Constructors
CognitiveServicesNetworkRuleAction(String) |
Initializes a new instance of CognitiveServicesNetworkRuleAction. |
Properties
Allow |
Allow. |
Deny |
Deny. |
Methods
Equals(CognitiveServicesNetworkRuleAction) |
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(CognitiveServicesNetworkRuleAction, CognitiveServicesNetworkRuleAction) |
Determines if two CognitiveServicesNetworkRuleAction values are the same. |
Implicit(String to CognitiveServicesNetworkRuleAction) |
Converts a String to a CognitiveServicesNetworkRuleAction. |
Inequality(CognitiveServicesNetworkRuleAction, CognitiveServicesNetworkRuleAction) |
Determines if two CognitiveServicesNetworkRuleAction values are not the same. |
Applies to
Azure SDK for .NET