VirtualMachineScaleSetExtensionsOperationsExtensions.List 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.
Gets a list of all extensions in a VM scale set.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtension> List (this Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetExtensionsOperations operations, string resourceGroupName, string vmScaleSetName);
static member List : Microsoft.Azure.Management.Compute.IVirtualMachineScaleSetExtensionsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetExtension>
<Extension()>
Public Function List (operations As IVirtualMachineScaleSetExtensionsOperations, resourceGroupName As String, vmScaleSetName As String) As IPage(Of VirtualMachineScaleSetExtension)
Parameters
- operations
- IVirtualMachineScaleSetExtensionsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- vmScaleSetName
- String
The name of the VM scale set containing the extension.