PrivateEndpointInner 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 PrivateEndpointInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointInner = class
inherit Resource
Public Class PrivateEndpointInner
Inherits Resource
- Inheritance
- Attributes
Constructors
PrivateEndpointInner() |
Initializes a new instance of the PrivateEndpointInner class. |
PrivateEndpointInner(String, String, String, String, IDictionary<String, String>, SubResource, IList<NetworkInterfaceInner>, ProvisioningState, IList<PrivateLinkServiceConnectionInner>, IList<PrivateLinkServiceConnectionInner>, String) |
Initializes a new instance of the PrivateEndpointInner class. |
Properties
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Location |
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 |
Resource name (Inherited from ProxyResource) |
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 |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET