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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateEndpointConnectionTypeConverter))]
public class PrivateEndpointConnection : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointConnection, Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateEndpointConnectionTypeConverter))>]
type PrivateEndpointConnection = class
interface IPrivateEndpointConnection
interface IJsonSerializable
interface ISubResourceAutoGenerated
interface IValidates
Public Class PrivateEndpointConnection
Implements IPrivateEndpointConnection, IValidates
- Inheritance
-
PrivateEndpointConnection
- Attributes
- Implements
Constructors
PrivateEndpointConnection() |
Creates an new PrivateEndpointConnection instance. |
Properties
ApplicationSecurityGroup |
Application security groups in which the private endpoint IP configuration is included. |
CustomDnsConfig |
An array of custom dns configurations. |
CustomNetworkInterfaceName |
The custom name of the network interface attached to the private endpoint. |
Etag |
A unique read-only string that changes whenever the resource is updated. |
ExtendedLocationName |
The name of the extended location. |
ExtendedLocationType |
The type of the extended location. |
Id |
Resource ID. |
IPConfiguration |
A list of IP configurations of the private endpoint. This will be used to map to the First Party Service's endpoints. |
LinkIdentifier |
The consumer link id. |
ManualPrivateLinkServiceConnection |
A grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource. |
Name |
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
NetworkInterface |
An array of references to the network interfaces created for this private endpoint. |
PrivateEndpointEtag |
A unique read-only string that changes whenever the resource is updated. |
PrivateEndpointId |
Resource ID. |
PrivateEndpointLocation |
Resource location. |
PrivateEndpointName |
Resource name. |
PrivateEndpointPropertiesProvisioningState |
The provisioning state of the private endpoint resource. |
PrivateEndpointTag |
Resource tags. |
PrivateEndpointType |
Resource type. |
PrivateLinkServiceConnection |
A grouping of information about the connection to the remote resource. |
PrivateLinkServiceConnectionStateActionsRequired |
A message indicating if changes on the service provider require any updates on the consumer. |
PrivateLinkServiceConnectionStateDescription |
The reason for approval/rejection of the connection. |
PrivateLinkServiceConnectionStateStatus |
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. |
ProvisioningState |
The provisioning state of the private endpoint connection resource. |
Subnet |
The ID of the subnet from which the private IP will be allocated. |
Type |
The resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateEndpointConnection. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateEndpointConnection. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointConnection. |
FromJsonString(String) |
Creates a new instance of PrivateEndpointConnection, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateEndpointConnection into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |