VirtualNetworkPrivateLinkServiceNetworkPolicy 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.
Enable or Disable apply network policies on private link service in the subnet.
public readonly struct VirtualNetworkPrivateLinkServiceNetworkPolicy : IEquatable<Azure.ResourceManager.Network.Models.VirtualNetworkPrivateLinkServiceNetworkPolicy>
type VirtualNetworkPrivateLinkServiceNetworkPolicy = struct
Public Structure VirtualNetworkPrivateLinkServiceNetworkPolicy
Implements IEquatable(Of VirtualNetworkPrivateLinkServiceNetworkPolicy)
- Inheritance
-
VirtualNetworkPrivateLinkServiceNetworkPolicy
- Implements
Constructors
| Name | Description |
|---|---|
| VirtualNetworkPrivateLinkServiceNetworkPolicy(String) |
Initializes a new instance of VirtualNetworkPrivateLinkServiceNetworkPolicy. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Name | Description |
|---|---|
| Equals(VirtualNetworkPrivateLinkServiceNetworkPolicy) |
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(VirtualNetworkPrivateLinkServiceNetworkPolicy, VirtualNetworkPrivateLinkServiceNetworkPolicy) |
Determines if two VirtualNetworkPrivateLinkServiceNetworkPolicy values are the same. |
| Implicit(String to VirtualNetworkPrivateLinkServiceNetworkPolicy) |
Converts a String to a VirtualNetworkPrivateLinkServiceNetworkPolicy. |
| Inequality(VirtualNetworkPrivateLinkServiceNetworkPolicy, VirtualNetworkPrivateLinkServiceNetworkPolicy) |
Determines if two VirtualNetworkPrivateLinkServiceNetworkPolicy values are not the same. |