次の方法で共有


IPrivateEndpointAcl Interface

Definition

[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)

Applies to