OperationsExtensions.List(IOperations) 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.
This lists all the available Microsoft Support REST API operations.
public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Support.Models.Operation> List (this Microsoft.Azure.Management.Support.IOperations operations);
static member List : Microsoft.Azure.Management.Support.IOperations -> seq<Microsoft.Azure.Management.Support.Models.Operation>
<Extension()>
Public Function List (operations As IOperations) As IEnumerable(Of Operation)
Parameters
- operations
- IOperations
The operations group for this extension method.
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET