Share via


UpdatesOperationsExtensions.ListParent Method

Definition

Get Updates to resource

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Maintenance.Models.Update> ListParent (this Microsoft.Azure.Management.Maintenance.IUpdatesOperations operations, string resourceGroupName, string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName);
static member ListParent : Microsoft.Azure.Management.Maintenance.IUpdatesOperations * string * string * string * string * string * string -> seq<Microsoft.Azure.Management.Maintenance.Models.Update>
<Extension()>
Public Function ListParent (operations As IUpdatesOperations, resourceGroupName As String, providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String) As IEnumerable(Of Update)

Parameters

operations
IUpdatesOperations

The operations group for this extension method.

resourceGroupName
String

Resource group name

providerName
String

Resource provider name

resourceParentType
String

Resource parent type

resourceParentName
String

Resource parent identifier

resourceType
String

Resource type

resourceName
String

Resource identifier

Returns

Remarks

Get updates to resources.

Applies to