ContainerRegistryRunResource.GetLogSasUrl(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.
Gets a link to download the run logs.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/runs/{runId}/listLogSasUrl
- Operation Id: Runs_GetLogSasUrl
- Default Api Version: 2019-06-01-preview
- Resource: ContainerRegistryRunResource
public virtual Azure.Response<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryRunGetLogResult> GetLogSasUrl (System.Threading.CancellationToken cancellationToken = default);
abstract member GetLogSasUrl : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryRunGetLogResult>
override this.GetLogSasUrl : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryRunGetLogResult>
Public Overridable Function GetLogSasUrl (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerRegistryRunGetLogResult)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET