GuestAgents Interface
public interface GuestAgents
Resource collection API of GuestAgents.
Method Summary
Method Details
define
public abstract GuestAgent.DefinitionStages.Blank define(String name)
Begins definition for a new GuestAgent resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String virtualMachineName, String name)
Deletes an GuestAgent.
Implements GuestAgent DELETE method.
Parameters:
delete
public abstract void delete(String resourceGroupName, String virtualMachineName, String name, Context context)
Deletes an GuestAgent.
Implements GuestAgent DELETE method.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes an GuestAgent.
Implements GuestAgent DELETE method.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Deletes an GuestAgent.
Implements GuestAgent DELETE method.
Parameters:
get
public abstract GuestAgent get(String resourceGroupName, String virtualMachineName, String name)
Gets GuestAgent.
Implements GuestAgent GET method.
Parameters:
Returns:
getById
public abstract GuestAgent getById(String id)
Gets GuestAgent.
Implements GuestAgent GET method.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<GuestAgent> getByIdWithResponse(String id, Context context)
Gets GuestAgent.
Implements GuestAgent GET method.
Parameters:
Returns:
getWithResponse
public abstract Response<GuestAgent> getWithResponse(String resourceGroupName, String virtualMachineName, String name, Context context)
Gets GuestAgent.
Implements GuestAgent GET method.
Parameters:
Returns:
listByVm
public abstract PagedIterable<GuestAgent> listByVm(String resourceGroupName, String virtualMachineName)
Implements GET GuestAgent in a vm.
Returns the list of GuestAgent of the given vm.
Parameters:
Returns:
listByVm
public abstract PagedIterable<GuestAgent> listByVm(String resourceGroupName, String virtualMachineName, Context context)
Implements GET GuestAgent in a vm.
Returns the list of GuestAgent of the given vm.
Parameters:
Returns: