ISchedulerManagementClient.GetResourceProviderPropertiesAsync 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 a list of properties for the resource provider, including supported regions and plans.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.ResourceProviderGetPropertiesResponse> GetResourceProviderPropertiesAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetResourceProviderPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.ResourceProviderGetPropertiesResponse>
Public Function GetResourceProviderPropertiesAsync (cancellationToken As CancellationToken) As Task(Of ResourceProviderGetPropertiesResponse)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Resource Provider Get Properties operation response.