MockableMaintenanceResourceGroupResource.DeleteConfigurationAssignmentByParentAsync 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
DeleteConfigurationAssignmentByParentAsync(ResourceGroupResourceDeleteConfigurationAssignmentByParentOptions, CancellationToken) |
Unregister configuration for resource.
|
DeleteConfigurationAssignmentByParentAsync(String, String, String, String, String, String, CancellationToken) |
Unregister configuration for resource.
|
DeleteConfigurationAssignmentByParentAsync(ResourceGroupResourceDeleteConfigurationAssignmentByParentOptions, CancellationToken)
Unregister configuration for resource.
- Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}
- Operation Id: ConfigurationAssignments_DeleteParent
- Default Api Version: 2023-10-01-preview
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData>> DeleteConfigurationAssignmentByParentAsync (Azure.ResourceManager.Maintenance.Models.ResourceGroupResourceDeleteConfigurationAssignmentByParentOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteConfigurationAssignmentByParentAsync : Azure.ResourceManager.Maintenance.Models.ResourceGroupResourceDeleteConfigurationAssignmentByParentOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData>>
override this.DeleteConfigurationAssignmentByParentAsync : Azure.ResourceManager.Maintenance.Models.ResourceGroupResourceDeleteConfigurationAssignmentByParentOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData>>
Public Overridable Function DeleteConfigurationAssignmentByParentAsync (options As ResourceGroupResourceDeleteConfigurationAssignmentByParentOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MaintenanceConfigurationAssignmentData))
Parameters
A property bag which contains all the parameters of this method except the LRO qualifier and request context parameter.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
options
is null.
Applies to
DeleteConfigurationAssignmentByParentAsync(String, String, String, String, String, String, CancellationToken)
Unregister configuration for resource.
- Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}
- Operation Id: ConfigurationAssignments_DeleteParent
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData>> DeleteConfigurationAssignmentByParentAsync (string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, string configurationAssignmentName, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteConfigurationAssignmentByParentAsync : string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData>>
override this.DeleteConfigurationAssignmentByParentAsync : string * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData>>
Public Overridable Function DeleteConfigurationAssignmentByParentAsync (providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, configurationAssignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MaintenanceConfigurationAssignmentData))
Parameters
- providerName
- String
Resource provider name.
- resourceParentType
- String
Resource parent type.
- resourceParentName
- String
Resource parent identifier.
- resourceType
- String
Resource type.
- resourceName
- String
Resource identifier.
- configurationAssignmentName
- String
Unique configuration assignment name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
providerName
, resourceParentType
, resourceParentName
, resourceType
, resourceName
or configurationAssignmentName
is an empty string, and was expected to be non-empty.
providerName
, resourceParentType
, resourceParentName
, resourceType
, resourceName
or configurationAssignmentName
is null.
Applies to
Azure SDK for .NET