ProviderRegistrationResource.GetByProviderRegistrationAsync 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.
Gets the operations supported by the given provider.
- Request Path. : /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/operations/default.
- Operation Id. : OperationsPutContents_ListByProviderRegistration.
- Default Api Version. : 2024-09-01.
- Resource. : ProviderRegistrationResource.
public virtual Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.Models.OperationsDefinition> GetByProviderRegistrationAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetByProviderRegistrationAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.Models.OperationsDefinition>
override this.GetByProviderRegistrationAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.Models.OperationsDefinition>
Public Overridable Function GetByProviderRegistrationAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OperationsDefinition)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of OperationsDefinition that may take multiple service requests to iterate over.