PeeringEnforcement 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.
Option indicating enforcement of peerings created by the connectivity configuration.
public readonly struct PeeringEnforcement : IEquatable<Azure.ResourceManager.Network.Models.PeeringEnforcement>
type PeeringEnforcement = struct
Public Structure PeeringEnforcement
Implements IEquatable(Of PeeringEnforcement)
- Inheritance
-
PeeringEnforcement
- Implements
Constructors
| Name | Description |
|---|---|
| PeeringEnforcement(String) |
Initializes a new instance of PeeringEnforcement. |
Properties
| Name | Description |
|---|---|
| Enforced |
Peerings created by the connectivity configuration will not be modifiable or deletable outside of the network manager. |
| Unenforced |
Default. Peerings created by the connectivity configuration may be modified or deleted outside of the network manager. |
Methods
| Name | Description |
|---|---|
| Equals(PeeringEnforcement) |
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(PeeringEnforcement, PeeringEnforcement) |
Determines if two PeeringEnforcement values are the same. |
| Implicit(String to PeeringEnforcement) |
Converts a String to a PeeringEnforcement. |
| Inequality(PeeringEnforcement, PeeringEnforcement) |
Determines if two PeeringEnforcement values are not the same. |