VMware.MaintenancesList 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.
public System.Threading.Tasks.Task MaintenancesList(string subscriptionId, string resourceGroupName, string privateCloudName, string stateName, string status, DateTime? from, DateTime? to, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IMaintenanceListResult>,System.Threading.Tasks.Task> onOk, Func<System.Net.Http.HttpResponseMessage,System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IErrorResponse>,System.Threading.Tasks.Task> onDefault, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.ISendAsync sender);
member this.MaintenancesList : string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IMaintenanceListResult>, System.Threading.Tasks.Task> * Func<System.Net.Http.HttpResponseMessage, System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IErrorResponse>, System.Threading.Tasks.Task> * Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.ISendAsync -> System.Threading.Tasks.Task
Public Function MaintenancesList (subscriptionId As String, resourceGroupName As String, privateCloudName As String, stateName As String, status As String, from As Nullable(Of DateTime), to As Nullable(Of DateTime), onOk As Func(Of HttpResponseMessage, Task(Of IMaintenanceListResult), Task), onDefault As Func(Of HttpResponseMessage, Task(Of IErrorResponse), Task), eventListener As IEventListener, sender As ISendAsync) As Task
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- privateCloudName
- String
- stateName
- String
- status
- String
- onDefault
- Func<HttpResponseMessage,Task<IErrorResponse>,Task>
- eventListener
- IEventListener
- sender
- ISendAsync