SecurityConnectors Interface
public interface SecurityConnectors
Resource collection API of SecurityConnectors.
Method Summary
Method Details
define
public abstract SecurityConnector.DefinitionStages.Blank define(String name)
Begins definition for a new SecurityConnector resource.
Parameters:
Returns:
deleteById
public abstract void deleteById(String id)
Deletes a security connector.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Deletes a security connector.
Parameters:
Returns:
deleteByResourceGroup
public abstract void deleteByResourceGroup(String resourceGroupName, String securityConnectorName)
Deletes a security connector.
Parameters:
deleteByResourceGroupWithResponse
public abstract Response<Void> deleteByResourceGroupWithResponse(String resourceGroupName, String securityConnectorName, Context context)
Deletes a security connector.
Parameters:
Returns:
getById
public abstract SecurityConnector getById(String id)
Retrieves details of a specific security connector.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<SecurityConnector> getByIdWithResponse(String id, Context context)
Retrieves details of a specific security connector.
Parameters:
Returns:
getByResourceGroup
public abstract SecurityConnector getByResourceGroup(String resourceGroupName, String securityConnectorName)
Retrieves details of a specific security connector.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<SecurityConnector> getByResourceGroupWithResponse(String resourceGroupName, String securityConnectorName, Context context)
Retrieves details of a specific security connector.
Parameters:
Returns:
list
public abstract PagedIterable<SecurityConnector> list()
Lists all the security connectors in the specified subscription. Use the 'nextLink' property in the response to get the next page of security connectors for the specified subscription.
Returns:
list
public abstract PagedIterable<SecurityConnector> list(Context context)
Lists all the security connectors in the specified subscription. Use the 'nextLink' property in the response to get the next page of security connectors for the specified subscription.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<SecurityConnector> listByResourceGroup(String resourceGroupName)
Lists all the security connectors in the specified resource group. Use the 'nextLink' property in the response to get the next page of security connectors for the specified resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable<SecurityConnector> listByResourceGroup(String resourceGroupName, Context context)
Lists all the security connectors in the specified resource group. Use the 'nextLink' property in the response to get the next page of security connectors for the specified resource group.
Parameters:
Returns: