Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.RunGetLogResultInner
-
Packages that use RunGetLogResultInner Package Description com.azure.resourcemanager.containerregistry.fluent Package containing the service clients for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient. -
-
Uses of RunGetLogResultInner in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent that return RunGetLogResultInner Modifier and Type Method Description RunGetLogResultInnerRunsClient. getLogSasUrl(String resourceGroupName, String registryName, String runId)Gets a link to download the run logs.Methods in com.azure.resourcemanager.containerregistry.fluent that return types with arguments of type RunGetLogResultInner Modifier and Type Method Description Mono<RunGetLogResultInner>RunsClient. getLogSasUrlAsync(String resourceGroupName, String registryName, String runId)Gets a link to download the run logs.com.azure.core.http.rest.Response<RunGetLogResultInner>RunsClient. getLogSasUrlWithResponse(String resourceGroupName, String registryName, String runId, com.azure.core.util.Context context)Gets a link to download the run logs.Mono<com.azure.core.http.rest.Response<RunGetLogResultInner>>RunsClient. getLogSasUrlWithResponseAsync(String resourceGroupName, String registryName, String runId)Gets a link to download the run logs. -
Uses of RunGetLogResultInner in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return RunGetLogResultInner Modifier and Type Method Description RunGetLogResultInnerRunGetLogResultInner. withLogArtifactLink(String logArtifactLink)Set the logArtifactLink property: The link to logs in registry for a run on a azure container registry.RunGetLogResultInnerRunGetLogResultInner. withLogLink(String logLink)Set the logLink property: The link to logs for a run on a azure container registry.
-