MachineExtensionsClient Interface
public interface MachineExtensionsClient
An instance of this class provides access to all the operations defined in MachineExtensionsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<MachineExtensionInner>,MachineExtensionInner> beginCreateOrUpdate(String resourceGroupName, String name, String extensionName, MachineExtensionInner extensionParameters)
The operation to create or update the extension.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<MachineExtensionInner>,MachineExtensionInner> beginCreateOrUpdate(String resourceGroupName, String name, String extensionName, MachineExtensionInner extensionParameters, Context context)
The operation to create or update the extension.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String name, String extensionName)
The operation to delete the extension.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String name, String extensionName, Context context)
The operation to delete the extension.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<MachineExtensionInner>,MachineExtensionInner> beginUpdate(String resourceGroupName, String name, String extensionName, MachineExtensionUpdate extensionParameters)
The operation to update the extension.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<MachineExtensionInner>,MachineExtensionInner> beginUpdate(String resourceGroupName, String name, String extensionName, MachineExtensionUpdate extensionParameters, Context context)
The operation to update the extension.
Parameters:
Returns:
createOrUpdate
public abstract MachineExtensionInner createOrUpdate(String resourceGroupName, String name, String extensionName, MachineExtensionInner extensionParameters)
The operation to create or update the extension.
Parameters:
Returns:
createOrUpdate
public abstract MachineExtensionInner createOrUpdate(String resourceGroupName, String name, String extensionName, MachineExtensionInner extensionParameters, Context context)
The operation to create or update the extension.
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:
get
public abstract MachineExtensionInner get(String resourceGroupName, String name, String extensionName)
The operation to get the extension.
Parameters:
Returns:
getWithResponse
public abstract Response<MachineExtensionInner> getWithResponse(String resourceGroupName, String name, String extensionName, Context context)
The operation to get the extension.
Parameters:
Returns:
list
public abstract PagedIterable<MachineExtensionInner> list(String resourceGroupName, String name)
The operation to get all extensions of a non-Azure machine.
Parameters:
Returns:
list
public abstract PagedIterable<MachineExtensionInner> list(String resourceGroupName, String name, String expand, Context context)
The operation to get all extensions of a non-Azure machine.
Parameters:
Returns:
update
public abstract MachineExtensionInner update(String resourceGroupName, String name, String extensionName, MachineExtensionUpdate extensionParameters)
The operation to update the extension.
Parameters:
Returns:
update
public abstract MachineExtensionInner update(String resourceGroupName, String name, String extensionName, MachineExtensionUpdate extensionParameters, Context context)
The operation to update the extension.
Parameters:
Returns: