MachineExtensions Interface
public interface MachineExtensions
Resource collection API of MachineExtensions.
Method Summary
Method Details
define
public abstract MachineExtension.DefinitionStages.Blank define(String name)
Begins definition for a new MachineExtension resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String name, String extensionName)
The operation to delete the extension.
Parameters:
delete
public abstract void delete(String resourceGroupName, String name, String extensionName, Context context)
The operation to delete the extension.
Parameters:
deleteById
public abstract void deleteById(String id)
The operation to delete the extension.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
The operation to delete the extension.
Parameters:
get
public abstract MachineExtension get(String resourceGroupName, String name, String extensionName)
The operation to get the extension.
Parameters:
Returns:
getById
public abstract MachineExtension getById(String id)
The operation to get the extension.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<MachineExtension> getByIdWithResponse(String id, Context context)
The operation to get the extension.
Parameters:
Returns:
getWithResponse
public abstract Response<MachineExtension> getWithResponse(String resourceGroupName, String name, String extensionName, Context context)
The operation to get the extension.
Parameters:
Returns:
list
public abstract PagedIterable<MachineExtension> list(String resourceGroupName, String name)
The operation to get all extensions of a non-Azure machine.
Parameters:
Returns:
list
public abstract PagedIterable<MachineExtension> list(String resourceGroupName, String name, String expand, Context context)
The operation to get all extensions of a non-Azure machine.
Parameters:
Returns: