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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET