PrivateEndpointConnection 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.
PrivateEndpointConnection resource information.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Azure.Management.EventGrid.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnection = class
inherit Resource
Public Class PrivateEndpointConnection
Inherits Resource
- Inheritance
- Attributes
Constructors
PrivateEndpointConnection() |
Initializes a new instance of the PrivateEndpointConnection class. |
PrivateEndpointConnection(String, String, String, PrivateEndpoint, IList<String>, ConnectionState, String) |
Initializes a new instance of the PrivateEndpointConnection class. |
Properties
GroupIds |
Gets or sets groupIds from the private link service resource. |
Id |
Gets fully qualified identifier of the resource. (Inherited from Resource) |
Name |
Gets name of the resource. (Inherited from Resource) |
PrivateEndpoint |
Gets or sets the Private Endpoint resource for this Connection. |
PrivateLinkServiceConnectionState |
Gets or sets details about the state of the connection. |
ProvisioningState |
Gets or sets provisioning state of the Private Endpoint Connection. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed' |
Type |
Gets type of the resource. (Inherited from Resource) |
Applies to
Azure SDK for .NET