IPrivateEndpointConnection 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.EventGrid.Models.PrivateEndpointConnectionTypeConverter))]
public interface IPrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PrivateEndpointConnectionTypeConverter))>]
type IPrivateEndpointConnection = interface
interface IJsonSerializable
interface IResource
Public Interface IPrivateEndpointConnection
Implements IResource
- Derived
- Attributes
- Implements
Properties
GroupId |
GroupIds from the private link service resource. |
Id |
Fully qualified identifier of the resource. (Inherited from IResource) |
Name |
Name of the resource. (Inherited from IResource) |
PrivateEndpointId |
The ARM identifier for Private Endpoint. |
PrivateLinkServiceConnectionStateActionsRequired |
Actions required (if any). |
PrivateLinkServiceConnectionStateDescription |
Description of the connection state. |
PrivateLinkServiceConnectionStateStatus |
Status of the connection. |
ProvisioningState |
Provisioning state of the Private Endpoint Connection. |
Type |
Type of the resource. (Inherited from IResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |