MockableMaintenanceResourceGroupResource.GetConfigurationAssignmentsByParent 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.
List configurationAssignments for resource.
- Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/configurationAssignments
- Operation Id: ConfigurationAssignments_ListParent
- Default Api Version: 2023-10-01-preview
public virtual Azure.Pageable<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData> GetConfigurationAssignmentsByParent (string providerName, string resourceParentType, string resourceParentName, string resourceType, string resourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetConfigurationAssignmentsByParent : string * string * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData>
override this.GetConfigurationAssignmentsByParent : string * string * string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Maintenance.Models.MaintenanceConfigurationAssignmentData>
Public Overridable Function GetConfigurationAssignmentsByParent (providerName As String, resourceParentType As String, resourceParentName As String, resourceType As String, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of MaintenanceConfigurationAssignmentData that may take multiple service requests to iterate over.
Exceptions
providerName
, resourceParentType
, resourceParentName
, resourceType
or resourceName
is an empty string, and was expected to be non-empty.
providerName
, resourceParentType
, resourceParentName
, resourceType
or resourceName
is null.