SignalRPrivateEndpointAcl(String) Constructor
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.
Initializes a new instance of SignalRPrivateEndpointAcl.
public SignalRPrivateEndpointAcl (string name);
new Azure.ResourceManager.SignalR.Models.SignalRPrivateEndpointAcl : string -> Azure.ResourceManager.SignalR.Models.SignalRPrivateEndpointAcl
Public Sub New (name As String)
Parameters
- name
- String
Name of the private endpoint connection.
Exceptions
name
is null.