Bagikan melalui


PrivateEndpointConnection Class

Definition

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
PrivateEndpointConnection

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