Controllers Interface
public interface Controllers
Resource collection API of Controllers.
Method Summary
Method Details
define
public abstract DelegatedController.DefinitionStages.Blank define(String name)
Begins definition for a new DelegatedController resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String resourceName, Context context)
Deletes the DNC controller.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes the DNC controller.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Deletes the DNC controller.
Parameters:
deleteByResourceGroup
public abstract void deleteByResourceGroup(String resourceGroupName, String resourceName)
Deletes the DNC controller.
Parameters:
getById
public abstract DelegatedController getById(String id)
Gets details about the specified dnc controller.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<DelegatedController> getByIdWithResponse(String id, Context context)
Gets details about the specified dnc controller.
Parameters:
Returns:
getByResourceGroup
public abstract DelegatedController getByResourceGroup(String resourceGroupName, String resourceName)
Gets details about the specified dnc controller.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response<DelegatedController> getByResourceGroupWithResponse(String resourceGroupName, String resourceName, Context context)
Gets details about the specified dnc controller.
Parameters:
Returns: