C# Class Microsoft.Azure.Commands.ResourceManager.Cmdlets.Components.ApiVersionHelper

Helper class for determining the API version
显示文件 Open project: Azure/azure-powershell Class Usage Examples

Private Methods

Method Description
DetermineApiVersion ( Microsoft.Azure.Common.Authentication.Models.AzureContext context, string resourceId, CancellationToken cancellationToken, bool pre = null, string>.Dictionary cmdletHeaderValues = null ) : Task

Determines the API version.

DetermineApiVersion ( Microsoft.Azure.Common.Authentication.Models.AzureContext context, string providerNamespace, string resourceType, CancellationToken cancellationToken, bool pre = null, string>.Dictionary cmdletHeaderValues = null ) : Task

Determines the API version.

GetApiVersionsForResourceType ( Microsoft.Azure.Common.Authentication.Models.AzureContext context, string providerNamespace, string resourceType, CancellationToken cancellationToken, string>.Dictionary cmdletHeaderValues = null ) : string[]

Determines the list of api versions currently supported by the RP.