PrivateEndpoint 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.
Private endpoint resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpoint : Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpoint = class
inherit Resource
Public Class PrivateEndpoint
Inherits Resource
- Inheritance
- Attributes
Constructors
PrivateEndpoint() |
Initializes a new instance of the PrivateEndpoint class. |
PrivateEndpoint(String, String, String, String, IDictionary<String, String>, Subnet, IList<NetworkInterface>, String, IList<PrivateLinkServiceConnection>, IList<PrivateLinkServiceConnection>, IList<CustomDnsConfigPropertiesFormat>, String) |
Initializes a new instance of the PrivateEndpoint class. |
Properties
CustomDnsConfigs |
Gets or sets an array of custom dns configurations. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Gets or sets resource ID. (Inherited from Resource) |
Location |
Gets or sets resource location. (Inherited from Resource) |
ManualPrivateLinkServiceConnections |
Gets or sets 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 resource name. (Inherited from Resource) |
NetworkInterfaces |
Gets an array of references to the network interfaces created for this private endpoint. |
PrivateLinkServiceConnections |
Gets or sets 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' |
Subnet |
Gets or sets the ID of the subnet from which the private IP will be allocated. |
Tags |
Gets or sets resource tags. (Inherited from Resource) |
Type |
Gets resource type. (Inherited from Resource) |