Uses of Class
org.azd.serviceendpoint.types.ServiceEndpoint
Packages that use ServiceEndpoint
-
Uses of ServiceEndpoint in org.azd.interfaces
Methods in org.azd.interfaces that return ServiceEndpointModifier and TypeMethodDescriptionServiceEndpointDetails.createAzureRMServiceEndpoint(String endpointName, String servicePrincipalId, String servicePrincipalKey, String tenantId, String subscriptionId, String subscriptionName) ServiceEndpointDetails.createServiceEndpoint(String endpointName, String endpointType, Map requestBody) ServiceEndpointDetails.getServiceEndpoint(String endpointId) ServiceEndpointDetails.getServiceEndpoint(String endpointId, ServiceEndpointActionFilter actionFilter) ServiceEndpointDetails.updateServiceEndpoint(String endpointId, Map serviceEndpoint) -
Uses of ServiceEndpoint in org.azd.serviceendpoint
Methods in org.azd.serviceendpoint that return ServiceEndpointModifier and TypeMethodDescriptionServiceEndpointApi.createAzureRMServiceEndpoint(String endpointName, String servicePrincipalId, String servicePrincipalKey, String tenantId, String subscriptionId, String subscriptionName) A helper method to create Azure RM service endpointServiceEndpointApi.createServiceEndpoint(String endpointName, String endpointType, Map requestBody) Creates a new service endpointServiceEndpointApi.getServiceEndpoint(String endpointId) Get the service endpoint details.ServiceEndpointApi.getServiceEndpoint(String endpointId, ServiceEndpointActionFilter actionFilter) Get the service endpoint details.ServiceEndpointApi.updateServiceEndpoint(String endpointId, Map requestBody) Update the service endpoint -
Uses of ServiceEndpoint in org.azd.serviceendpoint.types
Methods in org.azd.serviceendpoint.types that return types with arguments of type ServiceEndpointMethod parameters in org.azd.serviceendpoint.types with type arguments of type ServiceEndpointModifier and TypeMethodDescriptionvoidServiceEndpoints.setServiceEndpoints(List<ServiceEndpoint> serviceEndpoints)