你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.Azure.Management.RedisCache.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateEndpointConnection = class
inherit Resource
Public Class PrivateEndpointConnection
Inherits Resource
- Inheritance
- Attributes
Constructors
PrivateEndpointConnection() |
Initializes a new instance of the PrivateEndpointConnection class. |
PrivateEndpointConnection(String, String, String, PrivateEndpoint, PrivateLinkServiceConnectionState, String) |
Initializes a new instance of the PrivateEndpointConnection class. |
Properties
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Name |
Gets the name of the resource (Inherited from Resource) |
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' |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |