MachineExtensionCollection.GetAll(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The operation to get all extensions of a non-Azure machine
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConnectedVMwarevSphere/virtualMachines/{name}/extensions
- Operation Id: MachineExtensions_List
public virtual Azure.Pageable<Azure.ResourceManager.ConnectedVMwarevSphere.MachineExtensionResource> GetAll (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ConnectedVMwarevSphere.MachineExtensionResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ConnectedVMwarevSphere.MachineExtensionResource>
Public Overridable Function GetAll (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MachineExtensionResource)
Parameters
- expand
- String
The expand expression to apply on the operation.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of MachineExtensionResource that may take multiple service requests to iterate over.