NetworkIntentPolicyBasedService 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.
Network intent policy based services.
public readonly struct NetworkIntentPolicyBasedService : IEquatable<Azure.ResourceManager.Network.Models.NetworkIntentPolicyBasedService>
type NetworkIntentPolicyBasedService = struct
Public Structure NetworkIntentPolicyBasedService
Implements IEquatable(Of NetworkIntentPolicyBasedService)
- Inheritance
-
NetworkIntentPolicyBasedService
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkIntentPolicyBasedService(String) |
Initializes a new instance of NetworkIntentPolicyBasedService. |
Properties
| Name | Description |
|---|---|
| All |
All. |
| AllowRulesOnly |
AllowRulesOnly. |
| None |
None. |
Methods
| Name | Description |
|---|---|
| Equals(NetworkIntentPolicyBasedService) |
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(NetworkIntentPolicyBasedService, NetworkIntentPolicyBasedService) |
Determines if two NetworkIntentPolicyBasedService values are the same. |
| Implicit(String to NetworkIntentPolicyBasedService) |
Converts a String to a NetworkIntentPolicyBasedService. |
| Inequality(NetworkIntentPolicyBasedService, NetworkIntentPolicyBasedService) |
Determines if two NetworkIntentPolicyBasedService values are not the same. |