IFirewallRules.CallerClientIP 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.
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.PSArgumentCompleter(new System.String[] { "true", "false" })]
[Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Create=true, 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(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="callerClientIP", Update=true)]
public string CallerClientIP { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.PSArgumentCompleter(new System.String[] { "true", "false" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.Info(Create=true, 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(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="callerClientIP", Update=true)>]
member this.CallerClientIP : string with get, set
Public Property CallerClientIP As String
Property Value
- Attributes