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.
An object that represents a private endpoint connection for a container registry.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Azure.Management.ContainerRegistry.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, SystemData, PrivateEndpoint, PrivateLinkServiceConnectionState, String) |
Initializes a new instance of the PrivateEndpointConnection class. |
Properties
Id |
Gets the resource ID. (Inherited from ProxyResource) |
Name |
Gets the name of the resource. (Inherited from ProxyResource) |
PrivateEndpoint |
Gets or sets the resource of private endpoint. |
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 private endpoint connection resource. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Canceled' |
SystemData |
Gets metadata pertaining to creation and last modification of the resource. (Inherited from ProxyResource) |
Type |
Gets the type of the resource. (Inherited from ProxyResource) |
Applies to
Azure SDK for .NET