LogProfilesOperationsExtensions.List(ILogProfilesOperations) 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.
List the log profiles.
public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Monitor.Models.LogProfileResource> List (this Microsoft.Azure.Management.Monitor.ILogProfilesOperations operations);
static member List : Microsoft.Azure.Management.Monitor.ILogProfilesOperations -> seq<Microsoft.Azure.Management.Monitor.Models.LogProfileResource>
<Extension()>
Public Function List (operations As ILogProfilesOperations) As IEnumerable(Of LogProfileResource)
Parameters
- operations
- ILogProfilesOperations
The operations group for this extension method.