IWebPubSubProperties.NetworkAcLPrivateEndpoint 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.
[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.Info(Description="ACLs for requests from private endpoints", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl) }, ReadOnly=false, Required=false, SerializedName="privateEndpoints")]
public Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[] NetworkAcLPrivateEndpoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.Info(Description="ACLs for requests from private endpoints", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl) }, ReadOnly=false, Required=false, SerializedName="privateEndpoints")>]
member this.NetworkAcLPrivateEndpoint : Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20211001.IPrivateEndpointAcl[] with get, set
Public Property NetworkAcLPrivateEndpoint As IPrivateEndpointAcl()
Property Value
- Attributes