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.
The Private Endpoint Connection resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnection = class
interface IResource
Public Class PrivateEndpointConnection
Implements IResource
- Inheritance
-
PrivateEndpointConnection
- Attributes
- Implements
Constructors
PrivateEndpointConnection() |
Initializes a new instance of the PrivateEndpointConnection class. |
PrivateEndpointConnection(PrivateLinkServiceConnectionState, PrivateEndpoint, String, String, String, String) |
Initializes a new instance of the PrivateEndpointConnection class. |
Properties
Id |
Gets private endpoint connection Id |
Name |
Gets private endpoint connection name |
PrivateEndpoint |
Gets the resource of private end point. |
PrivateLinkServiceConnectionState |
Gets or sets a collection of information about the state of the connection between DiskAccess and Virtual Network. |
ProvisioningState |
Gets or sets the provisioning state of the private endpoint connection resource. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed' |
Type |
Gets private endpoint connection type |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET