ResourceProviderResource.GetProviderResourceTypes 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 the resource types for a specified resource provider.
- Request Path: /subscriptions/{subscriptionId}/providers/{resourceProviderNamespace}/resourceTypes
- Operation Id: ProviderResourceTypes_List
- Default Api Version: 2022-09-01
public virtual Azure.Pageable<Azure.ResourceManager.Resources.Models.ProviderResourceType> GetProviderResourceTypes (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetProviderResourceTypes : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.Models.ProviderResourceType>
override this.GetProviderResourceTypes : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.Models.ProviderResourceType>
Public Overridable Function GetProviderResourceTypes (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ProviderResourceType)
Parameters
- expand
- String
The $expand query parameter. For example, to include property aliases in response, use $expand=resourceTypes/aliases.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of ProviderResourceType that may take multiple service requests to iterate over.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET