Interface ApiManagementServiceResource.DefinitionStages.WithPrivateEndpointConnections
- All Known Subinterfaces:
ApiManagementServiceResource.Definition,ApiManagementServiceResource.DefinitionStages.WithCreate
- Enclosing interface:
ApiManagementServiceResource.DefinitionStages
public static interface ApiManagementServiceResource.DefinitionStages.WithPrivateEndpointConnections
The stage of the ApiManagementServiceResource definition allowing to specify privateEndpointConnections.
-
Method Summary
Modifier and TypeMethodDescriptionwithPrivateEndpointConnections(List<RemotePrivateEndpointConnectionWrapper> privateEndpointConnections) Specifies the privateEndpointConnections property: List of Private Endpoint Connections of this service..
-
Method Details
-
withPrivateEndpointConnections
ApiManagementServiceResource.DefinitionStages.WithCreate withPrivateEndpointConnections(List<RemotePrivateEndpointConnectionWrapper> privateEndpointConnections) Specifies the privateEndpointConnections property: List of Private Endpoint Connections of this service..- Parameters:
privateEndpointConnections- List of Private Endpoint Connections of this service.- Returns:
- the next definition stage.
-