IConfigurationStoreUpdateParameters.DataPlaneProxyPrivateLinkDelegation Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="privateLinkDelegation", Update=true)]
public string DataPlaneProxyPrivateLinkDelegation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.PSArgumentCompleter(new System.String[] { "Enabled", "Disabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Create=true, Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="privateLinkDelegation", Update=true)>]
member this.DataPlaneProxyPrivateLinkDelegation : string with get, set
Public Property DataPlaneProxyPrivateLinkDelegation As String

Property Value

Attributes

Applies to