你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedPrivateEndpointsClient Class

Definition

The ManagedPrivateEndpoints service client.

public class ManagedPrivateEndpointsClient
type ManagedPrivateEndpointsClient = class
Public Class ManagedPrivateEndpointsClient
Inheritance
ManagedPrivateEndpointsClient

Constructors

Name Description
ManagedPrivateEndpointsClient()

Initializes a new instance of ManagedPrivateEndpointsClient for mocking.

ManagedPrivateEndpointsClient(Uri, TokenCredential, ManagedPrivateEndpointsClientOptions)

Initializes a new instance of ManagedPrivateEndpointsClient.

Methods

Name Description
Create(String, ManagedPrivateEndpoint, String, CancellationToken)

Create Managed Private Endpoints.

CreateAsync(String, ManagedPrivateEndpoint, String, CancellationToken)

Create Managed Private Endpoints.

Delete(String, String, CancellationToken)

Delete Managed Private Endpoints.

DeleteAsync(String, String, CancellationToken)

Delete Managed Private Endpoints.

Get(String, String, CancellationToken)

Get Managed Private Endpoints.

GetAsync(String, String, CancellationToken)

Get Managed Private Endpoints.

List(String, CancellationToken)

List Managed Private Endpoints.

ListAsync(String, CancellationToken)

List Managed Private Endpoints.

Applies to