ServiceTagOutboundRuleAction 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 action enum for a managed network outbound rule.
public readonly struct ServiceTagOutboundRuleAction : IEquatable<Azure.ResourceManager.CognitiveServices.Models.ServiceTagOutboundRuleAction>
type ServiceTagOutboundRuleAction = struct
Public Structure ServiceTagOutboundRuleAction
Implements IEquatable(Of ServiceTagOutboundRuleAction)
- Inheritance
-
ServiceTagOutboundRuleAction
- Implements
Constructors
| Name | Description |
|---|---|
| ServiceTagOutboundRuleAction(String) |
Initializes a new instance of ServiceTagOutboundRuleAction. |
Properties
| Name | Description |
|---|---|
| Allow |
Gets the Allow. |
| Deny |
Gets the Deny. |
Methods
| Name | Description |
|---|---|
| Equals(ServiceTagOutboundRuleAction) |
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(ServiceTagOutboundRuleAction, ServiceTagOutboundRuleAction) |
Determines if two ServiceTagOutboundRuleAction values are the same. |
| Implicit(String to Nullable<ServiceTagOutboundRuleAction>) | |
| Implicit(String to ServiceTagOutboundRuleAction) |
Converts a string to a ServiceTagOutboundRuleAction. |
| Inequality(ServiceTagOutboundRuleAction, ServiceTagOutboundRuleAction) |
Determines if two ServiceTagOutboundRuleAction values are not the same. |