MaintenanceGroupApplyUpdateCollection.GetAll 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.
Apply maintenance updates to resource
- Request Path. : /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/default.
- Operation Id. : ApplyUpdatesOperationGroup_CreateOrUpdate.
- Default Api Version. : 2023-10-01-preview.
public virtual Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource> GetAll(string resourceGroupName, string providerName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource>
override this.GetAll : string * string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceGroupApplyUpdateResource>
Public Overridable Function GetAll (resourceGroupName As String, providerName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MaintenanceGroupApplyUpdateResource)
Parameters
- resourceGroupName
- String
The name of the resource group. The name is case insensitive.
- providerName
- String
Resource provider name.
- resourceType
- String
Resource type.
- resourceName
- String
Resource identifier.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
resourceGroupName, providerName, resourceType or resourceName is null.
resourceGroupName, providerName, resourceType or resourceName is an empty string, and was expected to be non-empty.