Partager via


IWorkflow.ManagementAllowedCallerIPAddress Property

Definition

The allowed caller IP address ranges.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The allowed caller IP address ranges.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddressRange) }, ReadOnly=false, Required=false, SerializedName="allowedCallerIpAddresses")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddressRange[] ManagementAllowedCallerIPAddress { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="The allowed caller IP address ranges.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddressRange) }, ReadOnly=false, Required=false, SerializedName="allowedCallerIpAddresses")>]
member this.ManagementAllowedCallerIPAddress : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddressRange[] with get, set
Public Property ManagementAllowedCallerIPAddress As IIPAddressRange()

Property Value

Attributes

Applies to