Udostępnij za pośrednictwem


PrivateEndpointConnections Interface

public interface PrivateEndpointConnections

Resource collection API of PrivateEndpointConnections.

Method Summary

Modifier and Type Method and Description
abstract void delete(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName)

Delete a specific private endpoint connection.

abstract void delete(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName, Context context)

Delete a specific private endpoint connection.

abstract PrivateEndpointConnection get(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName)

Get a specific private endpoint connection.

abstract Response<PrivateEndpointConnection> getWithResponse(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName, Context context)

Get a specific private endpoint connection.

abstract PagedIterable<PrivateEndpointConnection> listByResource(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName)

Lists all private endpoint connections under a resource.

abstract PagedIterable<PrivateEndpointConnection> listByResource(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String filter, Integer top, Context context)

Lists all private endpoint connections under a resource.

abstract PrivateEndpointConnection update(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection)

Update a specific private endpoint connection.

abstract PrivateEndpointConnection update(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, Context context)

Update a specific private endpoint connection.

Method Details

delete

public abstract void delete(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName)

Delete a specific private endpoint connection. Delete a specific private endpoint connection under a topic, domain, or partner namespace or namespace.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
parentType - The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces' or 'namespaces'.
parentName - The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name or namespace name).
privateEndpointConnectionName - The name of the private endpoint connection connection.

delete

public abstract void delete(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName, Context context)

Delete a specific private endpoint connection. Delete a specific private endpoint connection under a topic, domain, or partner namespace or namespace.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
parentType - The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces' or 'namespaces'.
parentName - The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name or namespace name).
privateEndpointConnectionName - The name of the private endpoint connection connection.
context - The context to associate with this operation.

get

public abstract PrivateEndpointConnection get(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName)

Get a specific private endpoint connection. Get a specific private endpoint connection under a topic, domain, or partner namespace or namespace.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
parentType - The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces' or 'namespaces'.
parentName - The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name or namespace name).
privateEndpointConnectionName - The name of the private endpoint connection connection.

Returns:

a specific private endpoint connection under a topic, domain, or partner namespace or namespace.

getWithResponse

public abstract Response<PrivateEndpointConnection> getWithResponse(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName, Context context)

Get a specific private endpoint connection. Get a specific private endpoint connection under a topic, domain, or partner namespace or namespace.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
parentType - The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces' or 'namespaces'.
parentName - The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name or namespace name).
privateEndpointConnectionName - The name of the private endpoint connection connection.
context - The context to associate with this operation.

Returns:

a specific private endpoint connection under a topic, domain, or partner namespace or namespace along with Response<T>.

listByResource

public abstract PagedIterable<PrivateEndpointConnection> listByResource(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName)

Lists all private endpoint connections under a resource. Get all private endpoint connections under a topic, domain, or partner namespace or namespace.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
parentType - The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces' or 'namespaces'.
parentName - The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name or namespace name).

Returns:

all private endpoint connections under a topic, domain, or partner namespace or namespace as paginated response with PagedIterable<T>.

listByResource

public abstract PagedIterable<PrivateEndpointConnection> listByResource(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String filter, Integer top, Context context)

Lists all private endpoint connections under a resource. Get all private endpoint connections under a topic, domain, or partner namespace or namespace.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
parentType - The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces' or 'namespaces'.
parentName - The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name or namespace name).
filter - The query used to filter the search results using OData syntax. Filtering is permitted on the 'name' property only and with limited number of OData operations. These operations are: the 'contains' function as well as the following logical operations: not, and, or, eq (for equal), and ne (for not equal). No arithmetic operations are supported. The following is a valid filter example: $filter=contains(namE, 'PATTERN') and name ne 'PATTERN-1'. The following is not a valid filter example: $filter=location eq 'westus'.
top - The number of results to return per page for the list operation. Valid range for top parameter is 1 to 100. If not specified, the default number of results to be returned is 20 items per page.
context - The context to associate with this operation.

Returns:

all private endpoint connections under a topic, domain, or partner namespace or namespace as paginated response with PagedIterable<T>.

update

public abstract PrivateEndpointConnection update(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection)

Update a specific private endpoint connection. Update a specific private endpoint connection under a topic, domain or partner namespace.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
parentType - The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces' or 'namespaces'.
parentName - The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name or namespace name).
privateEndpointConnectionName - The name of the private endpoint connection connection.
privateEndpointConnection - The private endpoint connection object to update.

Returns:

the response.

update

public abstract PrivateEndpointConnection update(String resourceGroupName, PrivateEndpointConnectionsParentType parentType, String parentName, String privateEndpointConnectionName, PrivateEndpointConnectionInner privateEndpointConnection, Context context)

Update a specific private endpoint connection. Update a specific private endpoint connection under a topic, domain or partner namespace.

Parameters:

resourceGroupName - The name of the resource group within the user's subscription.
parentType - The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces' or 'namespaces'.
parentName - The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name or namespace name).
privateEndpointConnectionName - The name of the private endpoint connection connection.
privateEndpointConnection - The private endpoint connection object to update.
context - The context to associate with this operation.

Returns:

the response.

Applies to