Uses of Class
com.azure.resourcemanager.containerinstance.fluent.models.LogsInner
Packages that use LogsInner
Package
Description
Package containing the service clients for ContainerInstanceManagementClient.
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 LogsInnerModifier and TypeMethodDescriptionContainersClient.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 LogsInnerModifier and TypeMethodDescriptionContainersClient.listLogsAsync(String resourceGroupName, String containerGroupName, String containerName) Get the logs for a specified container instance in a specified resource group and container group.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.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 LogsInnerModifier and TypeMethodDescriptionLogsInner.withContent(String content) Set the content property: The content of the log.