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.
public class PrivateEndpointConnection : Microsoft.Azure.Management.CognitiveServices.Models.AzureEntityResource
type PrivateEndpointConnection = class
inherit AzureEntityResource
Public Class PrivateEndpointConnection
Inherits AzureEntityResource
- Inheritance
Constructors
PrivateEndpointConnection() |
Initializes a new instance of the PrivateEndpointConnection class. |
PrivateEndpointConnection(String, String, String, String, PrivateEndpointConnectionProperties, SystemData, String) |
Initializes a new instance of the PrivateEndpointConnection class. |
Properties
Etag |
Gets resource Etag. (Inherited from AzureEntityResource) |
Id |
Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from Resource) |
Location |
Gets or sets the location of the private endpoint connection |
Name |
Gets the name of the resource (Inherited from Resource) |
Properties |
Gets or sets resource properties. |
SystemData | |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET