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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET