次の方法で共有


IWorkflow.ActionAllowedCallerIPAddress 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[] ActionAllowedCallerIPAddress { 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.ActionAllowedCallerIPAddress : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IIPAddressRange[] with get, set
Public Property ActionAllowedCallerIPAddress As IIPAddressRange()

Property Value

Attributes

Applies to