SecurityConnectorsClient Interface
public interface SecurityConnectorsClient
An instance of this class provides access to all the operations defined in SecurityConnectorsClient.
Method Summary
Method Details
createOrUpdate
public abstract SecurityConnectorInner createOrUpdate(String resourceGroupName, String securityConnectorName, SecurityConnectorInner securityConnector)
Creates or updates a security connector. If a security connector is already created and a subsequent request is issued for the same security connector id, then it will be updated.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response<SecurityConnectorInner> createOrUpdateWithResponse(String resourceGroupName, String securityConnectorName, SecurityConnectorInner securityConnector, Context context)
Creates or updates a security connector. If a security connector is already created and a subsequent request is issued for the same security connector id, then it will be updated.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String securityConnectorName)
Deletes a security connector.
Parameters:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String securityConnectorName, Context context)
Deletes a security connector.
Parameters:
Returns:
getByResourceGroup
public abstract SecurityConnectorInner getByResourceGroup(String resourceGroupName, String securityConnectorName)
Retrieves details of a specific security connector.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<SecurityConnectorInner> getByResourceGroupWithResponse(String resourceGroupName, String securityConnectorName, Context context)
Retrieves details of a specific security connector.
Parameters:
Returns:
list
public abstract PagedIterable<SecurityConnectorInner> 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<SecurityConnectorInner> 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<SecurityConnectorInner> 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<SecurityConnectorInner> 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:
update
public abstract SecurityConnectorInner update(String resourceGroupName, String securityConnectorName, SecurityConnectorInner securityConnector)
Updates a security connector.
Parameters:
Returns:
updateWithResponse
public abstract Response<SecurityConnectorInner> updateWithResponse(String resourceGroupName, String securityConnectorName, SecurityConnectorInner securityConnector, Context context)
Updates a security connector.
Parameters:
Returns: