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