MaintenanceExtensions.GetUpdatesByParentAsync 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.
Overloads
| Name | Description |
|---|---|
| GetUpdatesByParentAsync(ArmClient, ResourceIdentifier, CancellationToken) |
Get updates to resources. <item> Mocking. To mock this method, please mock GetUpdatesByParentAsync(ResourceIdentifier, CancellationToken) instead. </item> |
| GetUpdatesByParentAsync(ResourceGroupResource, String, String, String, String, String, CancellationToken) |
Get updates to resources with parent. |
GetUpdatesByParentAsync(ArmClient, ResourceIdentifier, CancellationToken)
- Source:
- MaintenanceExtensions.cs
Get updates to resources. <item> Mocking. To mock this method, please mock GetUpdatesByParentAsync(ResourceIdentifier, CancellationToken) instead. </item>
public static Azure.AsyncPageable<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate> GetUpdatesByParentAsync(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, System.Threading.CancellationToken cancellationToken = default);
static member GetUpdatesByParentAsync : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate>
<Extension()>
Public Function GetUpdatesByParentAsync (client As ArmClient, scope As ResourceIdentifier, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MaintenanceUpdate)
Parameters
- scope
- ResourceIdentifier
The scope that the resource will apply against.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of MaintenanceUpdate that may take multiple service requests to iterate over.
Exceptions
client is null.
Applies to
GetUpdatesByParentAsync(ResourceGroupResource, String, String, String, String, String, CancellationToken)
- Source:
- MaintenanceExtensions.cs
- Source:
- MaintenanceExtensions.cs
Get updates to resources with parent.
public static Azure.AsyncPageable<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate> GetUpdatesByParentAsync(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetUpdatesByParentAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * string * string * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate>
<Extension()>
Public Function GetUpdatesByParentAsync (resourceGroupResource As ResourceGroupResource, providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MaintenanceUpdate)
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
- providerName
- String
Resource provider name.
- resourceParentType
- String
Resource parent type.
- resourceParentName
- String
Resource parent identifier.
- resourceType
- String
Resource type.
- resourceName
- String
Resource identifier.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of MaintenanceUpdate that may take multiple service requests to iterate over.
Exceptions
providerName, resourceParentType, resourceParentName, resourceType or resourceName is an empty string, and was expected to be non-empty.
resourceGroupResource, providerName, resourceParentType, resourceParentName, resourceType or resourceName is null.