MockableMaintenanceResourceGroupResource.CreateOrUpdateApplyUpdate 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: ApplyUpdates_CreateOrUpdate
- Default Api Version: 2023-10-01-preview
- Resource: MaintenanceApplyUpdateResource
public virtual Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource> CreateOrUpdateApplyUpdate (string providerName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateApplyUpdate : string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
override this.CreateOrUpdateApplyUpdate : string * string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Maintenance.MaintenanceApplyUpdateResource>
Public Overridable Function CreateOrUpdateApplyUpdate (providerName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MaintenanceApplyUpdateResource)
Parameters
- providerName
- String
Resource provider name.
- resourceType
- String
Resource type.
- resourceName
- String
Resource identifier.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
providerName
, resourceType
or resourceName
is an empty string, and was expected to be non-empty.
providerName
, resourceType
or resourceName
is null.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET