PrivateEndpointAcl Class
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.
ACL for a private endpoint.
public class PrivateEndpointAcl : Azure.ResourceManager.WebPubSub.Models.PublicNetworkAcls
public class PrivateEndpointAcl : Azure.ResourceManager.WebPubSub.Models.PublicNetworkAcls, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WebPubSub.Models.PrivateEndpointAcl>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WebPubSub.Models.PrivateEndpointAcl>
type PrivateEndpointAcl = class
inherit PublicNetworkAcls
type PrivateEndpointAcl = class
inherit PublicNetworkAcls
interface IJsonModel<PrivateEndpointAcl>
interface IPersistableModel<PrivateEndpointAcl>
Public Class PrivateEndpointAcl
Inherits PublicNetworkAcls
Public Class PrivateEndpointAcl
Inherits PublicNetworkAcls
Implements IJsonModel(Of PrivateEndpointAcl), IPersistableModel(Of PrivateEndpointAcl)
- Inheritance
- Implements
Constructors
PrivateEndpointAcl(String) |
Initializes a new instance of PrivateEndpointAcl. |
Properties
Allow |
Allowed request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. (Inherited from PublicNetworkAcls) |
Deny |
Denied request types. The value can be one or more of: ClientConnection, ServerConnection, RESTAPI. (Inherited from PublicNetworkAcls) |
Name |
Name of the private endpoint connection. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from PublicNetworkAcls) |
Explicit Interface Implementations
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET