Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.RunGetLogResultInner
Packages that use RunGetLogResultInner
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
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 RunGetLogResultInnerModifier and TypeMethodDescriptionRunsClient.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 RunGetLogResultInnerModifier and TypeMethodDescriptionRunsClient.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 RunGetLogResultInnerModifier and TypeMethodDescriptionstatic RunGetLogResultInnerRunGetLogResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RunGetLogResultInner from the JsonReader.RunGetLogResultInner.withLogArtifactLink(String logArtifactLink) Set the logArtifactLink property: The link to logs in registry for a run on a azure container registry.RunGetLogResultInner.withLogLink(String logLink) Set the logLink property: The link to logs for a run on a azure container registry.