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.
Properties of the PrivateEndpointConnection.
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateEndpointConnection : Microsoft.Azure.Management.ServiceBus.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, PrivateEndpoint, ConnectionState, String, SystemData) |
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 ProxyResource) |
Location |
Gets the geo-location where the resource lives (Inherited from ProxyResource) |
Name |
Gets the name of the resource (Inherited from ProxyResource) |
PrivateEndpoint |
Gets or sets the Private Endpoint resource for this Connection. |
PrivateLinkServiceConnectionState |
Gets or sets details about the state of the connection. |
ProvisioningState |
Gets or sets provisioning state of the Private Endpoint Connection. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Canceled', 'Failed' |
SystemData |
Gets the system meta data relating to this resource. |
Type |
Gets the type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs" (Inherited from ProxyResource) |
Applies to
Azure SDK for .NET