IPrivateEndpoint 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.
Entry point for private endpoint management API in Azure.
public interface IPrivateEndpoint
type IPrivateEndpoint = interface
Public Interface IPrivateEndpoint
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets ID of the resource. |
ManualPrivateLinkServiceConnections |
Gets 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 |
Gets the name of the resource that is unique within a resource group. This name can be used to access the resource. |
NetworkInterfaces |
Gets an array of references to the network interfaces created for this private endpoint. |
PrivateLinkServiceConnections |
Gets a grouping of information about the connection to the remote resource. |
ProvisioningState |
Gets the provisioning state of the private endpoint resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
SubnetId |
Gets the ID of the subnet from which the private IP will be allocated. |
Type |
Gets the resource type. |
Applies to
Azure SDK for .NET