UpdatesOperationsExtensions.ListParent 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.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET