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.
Contains information about a private link resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Azure.Management.Batch.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnection = class
inherit ProxyResource
Public Class PrivateEndpointConnection
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
PrivateEndpointConnection() |
Initializes a new instance of the PrivateEndpointConnection class. |
PrivateEndpointConnection(String, String, String, String, PrivateEndpointConnectionProvisioningState, PrivateEndpoint, IList<String>, PrivateLinkServiceConnectionState) |
Initializes a new instance of the PrivateEndpointConnection class. |
Properties
Etag |
Gets the ETag of the resource, used for concurrency statements. (Inherited from ProxyResource) |
GroupIds |
Gets the group id of the private endpoint connection. |
Id |
Gets the ID of the resource. (Inherited from ProxyResource) |
Name |
Gets the name of the resource. (Inherited from ProxyResource) |
PrivateEndpoint |
Gets the ARM resource identifier of the private endpoint. |
PrivateLinkServiceConnectionState |
Gets or sets the private link service connection state of the private endpoint connection. |
ProvisioningState |
Gets the provisioning state of the private endpoint connection. |
Type |
Gets the type of the resource. (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET