IDataPlaneProxyProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.DataPlaneProxyPropertiesTypeConverter))]
public interface IDataPlaneProxyProperties : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.DataPlaneProxyPropertiesTypeConverter))>]
type IDataPlaneProxyProperties = interface
interface IJsonSerializable
Public Interface IDataPlaneProxyProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AuthenticationMode |
The data plane proxy authentication mode. This property manages the authentication mode of request to the data plane resources. |
| PrivateLinkDelegation |
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. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |