Méthode | Description | |
---|---|---|
GetApiVersionAsync ( this service, ApiVersionId apiVersionId, |
Prepare and send an HTTP API call to obtain information about a particular version of the API available at the current endpoint for the service.
|
|
ListApiVersionsAsync ( this service, |
Prepare and send an HTTP API call to obtain a list of API versions available at the current endpoint for a service.
|
public static GetApiVersionAsync ( this service, ApiVersionId apiVersionId, |
||
service | this | The |
apiVersionId | ApiVersionId | The unique ID of the API version. |
cancellationToken | The |
|
Résultat | Task |
public static ListApiVersionsAsync ( this service, |
||
service | this | The |
cancellationToken | The |
|
Résultat | Task |