你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PrivateEndpointConnectionProperties 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.
Properties of the PrivateEndpointConnectProperties.
public class PrivateEndpointConnectionProperties
type PrivateEndpointConnectionProperties = class
Public Class PrivateEndpointConnectionProperties
- Inheritance
-
PrivateEndpointConnectionProperties
Constructors
PrivateEndpointConnectionProperties() |
Initializes a new instance of the PrivateEndpointConnectionProperties class. |
PrivateEndpointConnectionProperties(PrivateLinkServiceConnectionState, PrivateEndpoint, String) |
Initializes a new instance of the PrivateEndpointConnectionProperties class. |
Properties
PrivateEndpoint |
Gets or sets the resource of private end point. |
PrivateLinkServiceConnectionState |
Gets or sets a collection of information about the state of the connection between service consumer and provider. |
ProvisioningState |
Gets the provisioning state of the private endpoint connection resource. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed' |
Methods
Validate() |
Validate the object. |