DataPlaneProxyPrivateLinkDelegation 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 data plane proxy private link delegation. This property manages if a request from delegated Azure Resource Manager (ARM) private link is allowed when the data plane resource requires private link.
public readonly struct DataPlaneProxyPrivateLinkDelegation : IEquatable<Azure.ResourceManager.AppConfiguration.Models.DataPlaneProxyPrivateLinkDelegation>
type DataPlaneProxyPrivateLinkDelegation = struct
Public Structure DataPlaneProxyPrivateLinkDelegation
Implements IEquatable(Of DataPlaneProxyPrivateLinkDelegation)
- Inheritance
-
DataPlaneProxyPrivateLinkDelegation
- Implements
Constructors
DataPlaneProxyPrivateLinkDelegation(String) |
Initializes a new instance of DataPlaneProxyPrivateLinkDelegation. |
Properties
Disabled |
Request is denied if the resource requires private link. |
Enabled |
Azure Resource Manager (ARM) private endpoint is required if the resource requires private link. |
Methods
Equals(DataPlaneProxyPrivateLinkDelegation) |
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
Equality(DataPlaneProxyPrivateLinkDelegation, DataPlaneProxyPrivateLinkDelegation) |
Determines if two DataPlaneProxyPrivateLinkDelegation values are the same. |
Implicit(String to DataPlaneProxyPrivateLinkDelegation) |
Converts a String to a DataPlaneProxyPrivateLinkDelegation. |
Inequality(DataPlaneProxyPrivateLinkDelegation, DataPlaneProxyPrivateLinkDelegation) |
Determines if two DataPlaneProxyPrivateLinkDelegation values are not the same. |
Applies to
Azure SDK for .NET