IPrivateEndpointAcl Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.PrivateEndpointAclTypeConverter))]
public interface IPrivateEndpointAcl : Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.INetworkAcl
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Models.Api20220801Preview.PrivateEndpointAclTypeConverter))>]
type IPrivateEndpointAcl = interface
interface IJsonSerializable
interface INetworkAcl
Public Interface IPrivateEndpointAcl
Implements INetworkAcl
- Derived
- Attributes
- Implements
Properties
Allow |
Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. (Inherited from INetworkAcl) |
Deny |
Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. (Inherited from INetworkAcl) |
Name |
Name of the private endpoint connection |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |