MockableMaintenanceResourceGroupResource.GetApplyUpdatesByParent 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 |
|---|---|
| GetApplyUpdatesByParent(String, String, String, String, String, String, CancellationToken) |
Track maintenance updates to resource with parent. |
| GetApplyUpdatesByParent(ResourceGroupResourceGetApplyUpdatesByParentOptions, CancellationToken) |
Track maintenance updates to resource with parent. |
GetApplyUpdatesByParent(String, String, String, String, String, String, CancellationToken)
Track maintenance updates to resource with parent.
public virtual Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> GetApplyUpdatesByParent(string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, string applyUpdateName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplyUpdatesByParent : string * string * string * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
override this.GetApplyUpdatesByParent : string * string * string * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
Public Overridable Function GetApplyUpdatesByParent (providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, applyUpdateName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MaintenanceApplyUpdateResource)
Parameters
- providerName
- String
Resource provider name.
- resourceParentType
- String
Resource parent type.
- resourceParentName
- String
Resource parent identifier.
- resourceType
- String
Resource type.
- resourceName
- String
Resource identifier.
- applyUpdateName
- String
applyUpdate Id.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
providerName, resourceParentType, resourceParentName, resourceType, resourceName or applyUpdateName is an empty string, and was expected to be non-empty.
providerName, resourceParentType, resourceParentName, resourceType, resourceName or applyUpdateName is null.
Applies to
GetApplyUpdatesByParent(ResourceGroupResourceGetApplyUpdatesByParentOptions, CancellationToken)
Track maintenance updates to resource with parent.
public virtual Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> GetApplyUpdatesByParent(Azure.ResourceManager.Maintenance.Models.ResourceGroupResourceGetApplyUpdatesByParentOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetApplyUpdatesByParent : Azure.ResourceManager.Maintenance.Models.ResourceGroupResourceGetApplyUpdatesByParentOptions * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
override this.GetApplyUpdatesByParent : Azure.ResourceManager.Maintenance.Models.ResourceGroupResourceGetApplyUpdatesByParentOptions * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
Public Overridable Function GetApplyUpdatesByParent (options As ResourceGroupResourceGetApplyUpdatesByParentOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MaintenanceApplyUpdateResource)
Parameters
The options for getting apply updates by parent.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
options is null.