你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ILinkerPatch.FirewallRuleCallerClientIP Property

Definition

Allow caller client IP to access the target service if true. the property is used when connecting local application to target service.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="Allow caller client IP to access the target service if true. the property is used when connecting local application to target service.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AllowType) }, ReadOnly=false, Required=false, SerializedName="callerClientIP")]
public Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AllowType? FirewallRuleCallerClientIP { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Description="Allow caller client IP to access the target service if true. the property is used when connecting local application to target service.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AllowType) }, ReadOnly=false, Required=false, SerializedName="callerClientIP")>]
member this.FirewallRuleCallerClientIP : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Support.AllowType> with get, set
Public Property FirewallRuleCallerClientIP As Nullable(Of AllowType)

Property Value

Attributes

Applies to