IConfigurationStorePropertiesUpdateParameters.DataPlaneProxyPrivateLinkDelegation Property
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.
[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