Megosztás a következőn keresztül:


MachineExtensionCollection.GetAll(String, CancellationToken) Method

Definition

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.

Applies to