Package org.azd.interfaces
Interface ServiceEndpointDetails
- All Known Implementing Classes:
ServiceEndpointApi
public interface ServiceEndpointDetails
-
Method Summary
Modifier and TypeMethodDescriptioncreateAzureRMServiceEndpoint
(String endpointName, String servicePrincipalId, String servicePrincipalKey, String tenantId, String subscriptionId, String subscriptionName) createServiceEndpoint
(String endpointName, String endpointType, Map requestBody) deleteServiceEndpoint
(String endpointId, String[] projectIds) deleteServiceEndpoint
(String endpointId, String[] projectIds, boolean deep) getServiceEndpoint
(String endpointId) getServiceEndpoint
(String endpointId, ServiceEndpointActionFilter actionFilter) getServiceEndpointsByNames
(String[] endpointNames) getServiceEndpointsByNames
(String[] endpointNames, String[] authSchemes, boolean includeDetails, boolean includeFailed, String owner, String type) shareServiceEndpoint
(String endpointId, String projectName, String connectionName) updateServiceEndpoint
(String endpointId, Map serviceEndpoint)
-
Method Details
-
createServiceEndpoint
ServiceEndpoint createServiceEndpoint(String endpointName, String endpointType, Map requestBody) throws AzDException - Throws:
AzDException
-
createAzureRMServiceEndpoint
ServiceEndpoint createAzureRMServiceEndpoint(String endpointName, String servicePrincipalId, String servicePrincipalKey, String tenantId, String subscriptionId, String subscriptionName) throws AzDException - Throws:
AzDException
-
getServiceEndpoint
- Throws:
AzDException
-
getServiceEndpoint
ServiceEndpoint getServiceEndpoint(String endpointId, ServiceEndpointActionFilter actionFilter) throws AzDException - Throws:
AzDException
-
getServiceEndpoints
- Throws:
AzDException
-
deleteServiceEndpoint
- Throws:
AzDException
-
deleteServiceEndpoint
Void deleteServiceEndpoint(String endpointId, String[] projectIds, boolean deep) throws AzDException - Throws:
AzDException
-
getServiceEndpointsByNames
- Throws:
AzDException
-
getServiceEndpointsByNames
ServiceEndpoints getServiceEndpointsByNames(String[] endpointNames, String[] authSchemes, boolean includeDetails, boolean includeFailed, String owner, String type) throws AzDException - Throws:
AzDException
-
updateServiceEndpoint
- Throws:
AzDException
-