Uses of Class
com.azure.resourcemanager.containerinstance.fluent.models.LogsInner
-
Packages that use LogsInner Package Description com.azure.resourcemanager.containerinstance.fluent Package containing the service clients for ContainerInstanceManagementClient.com.azure.resourcemanager.containerinstance.fluent.models Package containing the inner data models for ContainerInstanceManagementClient. -
-
Uses of LogsInner in com.azure.resourcemanager.containerinstance.fluent
Methods in com.azure.resourcemanager.containerinstance.fluent that return LogsInner Modifier and Type Method Description LogsInnerContainersClient. listLogs(String resourceGroupName, String containerGroupName, String containerName)Get the logs for a specified container instance in a specified resource group and container group.Methods in com.azure.resourcemanager.containerinstance.fluent that return types with arguments of type LogsInner Modifier and Type Method Description Mono<LogsInner>ContainersClient. listLogsAsync(String resourceGroupName, String containerGroupName, String containerName)Get the logs for a specified container instance in a specified resource group and container group.Mono<LogsInner>ContainersClient. listLogsAsync(String resourceGroupName, String containerGroupName, String containerName, Integer tail, Boolean timestamps)Get the logs for a specified container instance in a specified resource group and container group.com.azure.core.http.rest.Response<LogsInner>ContainersClient. listLogsWithResponse(String resourceGroupName, String containerGroupName, String containerName, Integer tail, Boolean timestamps, com.azure.core.util.Context context)Get the logs for a specified container instance in a specified resource group and container group.Mono<com.azure.core.http.rest.Response<LogsInner>>ContainersClient. listLogsWithResponseAsync(String resourceGroupName, String containerGroupName, String containerName, Integer tail, Boolean timestamps)Get the logs for a specified container instance in a specified resource group and container group. -
Uses of LogsInner in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return LogsInner Modifier and Type Method Description LogsInnerLogsInner. withContent(String content)Set the content property: The content of the log.
-