PrivateEndpointVnetPolicy 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.
Private Endpoint VNet Policies.
public readonly struct PrivateEndpointVnetPolicy : IEquatable<Azure.ResourceManager.Network.Models.PrivateEndpointVnetPolicy>
type PrivateEndpointVnetPolicy = struct
Public Structure PrivateEndpointVnetPolicy
Implements IEquatable(Of PrivateEndpointVnetPolicy)
- Inheritance
-
PrivateEndpointVnetPolicy
- Implements
Constructors
| Name | Description |
|---|---|
| PrivateEndpointVnetPolicy(String) |
Initializes a new instance of PrivateEndpointVnetPolicy. |
Properties
| Name | Description |
|---|---|
| Basic |
Basic. |
| Disabled |
Disabled. |
Methods
| Name | Description |
|---|---|
| Equals(PrivateEndpointVnetPolicy) |
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(PrivateEndpointVnetPolicy, PrivateEndpointVnetPolicy) |
Determines if two PrivateEndpointVnetPolicy values are the same. |
| Implicit(String to PrivateEndpointVnetPolicy) |
Converts a String to a PrivateEndpointVnetPolicy. |
| Inequality(PrivateEndpointVnetPolicy, PrivateEndpointVnetPolicy) |
Determines if two PrivateEndpointVnetPolicy values are not the same. |