MockableMaintenanceResourceGroupResource.CreateOrUpdateConfigurationAssignmentByParentAsync 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 |
|---|---|
| CreateOrUpdateConfigurationAssignmentByParentAsync(String, String, String, String, String, String, MaintenanceConfigurationAssignmentData, CancellationToken) |
Register configuration for resource with parent. |
| CreateOrUpdateConfigurationAssignmentByParentAsync(ResourceGroupResourceCreateOrUpdateConfigurationAssignmentByParentOptions, CancellationToken) |
Register configuration for resource with parent. |
CreateOrUpdateConfigurationAssignmentByParentAsync(String, String, String, String, String, String, MaintenanceConfigurationAssignmentData, CancellationToken)
Register configuration for resource with parent.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData>> CreateOrUpdateConfigurationAssignmentByParentAsync(string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, string configurationAssignmentName, Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateConfigurationAssignmentByParentAsync : string * string * string * string * string * string * Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData>>
override this.CreateOrUpdateConfigurationAssignmentByParentAsync : string * string * string * string * string * string * Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData>>
Public Overridable Function CreateOrUpdateConfigurationAssignmentByParentAsync (providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, configurationAssignmentName As String, data As MaintenanceConfigurationAssignmentData, 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
Configuration assignment name.
The configurationAssignment.
- 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, configurationAssignmentName or data is null.
Applies to
CreateOrUpdateConfigurationAssignmentByParentAsync(ResourceGroupResourceCreateOrUpdateConfigurationAssignmentByParentOptions, CancellationToken)
Register configuration for resource with parent.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData>> CreateOrUpdateConfigurationAssignmentByParentAsync(Azure.ResourceManager.Maintenance.Models.ResourceGroupResourceCreateOrUpdateConfigurationAssignmentByParentOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateConfigurationAssignmentByParentAsync : Azure.ResourceManager.Maintenance.Models.ResourceGroupResourceCreateOrUpdateConfigurationAssignmentByParentOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData>>
override this.CreateOrUpdateConfigurationAssignmentByParentAsync : Azure.ResourceManager.Maintenance.Models.ResourceGroupResourceCreateOrUpdateConfigurationAssignmentByParentOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData>>
Public Overridable Function CreateOrUpdateConfigurationAssignmentByParentAsync (options As ResourceGroupResourceCreateOrUpdateConfigurationAssignmentByParentOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MaintenanceConfigurationAssignmentData))
Parameters
The options.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
options is null.