ArmClient.ProvidersGetAsync(String, String, String, CancellationToken) 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.
Read resource provider
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Arm.Models.Provider> ProvidersGetAsync(string subscription, string resourceProvider, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ProvidersGetAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Arm.Models.Provider>
override this.ProvidersGetAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Arm.Models.Provider>
Public Overridable Function ProvidersGetAsync (subscription As String, resourceProvider As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Provider)
Parameters
- subscription
- String
Subscription
- resourceProvider
- String
Resource Provider
- expand
- String
Expand
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Read resource provider response.
Remarks
Reads a particular resource provider within the subscription.