DataPlaneProxyProperties Class
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 settings for a configuration store.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.DataPlaneProxyPropertiesTypeConverter))]
public class DataPlaneProxyProperties : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IDataPlaneProxyProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.DataPlaneProxyPropertiesTypeConverter))>]
type DataPlaneProxyProperties = class
interface IDataPlaneProxyProperties
interface IJsonSerializable
Public Class DataPlaneProxyProperties
Implements IDataPlaneProxyProperties
- Inheritance
-
DataPlaneProxyProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DataPlaneProxyProperties() |
Creates an new DataPlaneProxyProperties instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DataPlaneProxyProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DataPlaneProxyProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IDataPlaneProxyProperties. |
| FromJsonString(String) |
Creates a new instance of DataPlaneProxyProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DataPlaneProxyProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |