@Beta(value=V1_3_0) public interface ContainerGroups extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<ContainerGroup.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.containerinstance.implementation.ContainerInstanceManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.containerinstance.implementation.ContainerGroupsInner>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<ContainerGroup>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<ContainerGroup>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<ContainerGroup>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<ContainerGroup>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<ContainerGroup>
| Modifier and Type | Method and Description |
|---|---|
String |
getLogContent(String resourceGroupName,
String containerName,
String containerGroupName)
Get the log content for the specified container instance within a container group.
|
String |
getLogContent(String resourceGroupName,
String containerName,
String containerGroupName,
int tailLineCount)
Get the log content for the specified container instance within a container group.
|
rx.Observable<String> |
getLogContentAsync(String resourceGroupName,
String containerName,
String containerGroupName)
Get the log content for the specified container instance within a container group.
|
rx.Observable<String> |
getLogContentAsync(String resourceGroupName,
String containerName,
String containerGroupName,
int tailLineCount)
Get the log content for the specified container instance within a container group.
|
definemanagerinnercreate, create, createAsync, createAsync, createAsync, createAsyncgetByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsyncgetById, getByIdAsync, getByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsyncdeleteById, deleteByIdAsync, deleteByIdAsyncdeleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsyncString getLogContent(String resourceGroupName, String containerName, String containerGroupName)
resourceGroupName - the Azure resource group namecontainerName - the container instance namecontainerGroupName - the container group nameIllegalArgumentException - thrown if parameters fail the validationString getLogContent(String resourceGroupName, String containerName, String containerGroupName, int tailLineCount)
resourceGroupName - the Azure resource group namecontainerName - the container instance namecontainerGroupName - the container group nametailLineCount - only get the last log lines up to thisIllegalArgumentException - thrown if parameters fail the validationrx.Observable<String> getLogContentAsync(String resourceGroupName, String containerName, String containerGroupName)
resourceGroupName - the Azure resource group namecontainerName - the container instance namecontainerGroupName - the container group nameIllegalArgumentException - thrown if parameters fail the validationrx.Observable<String> getLogContentAsync(String resourceGroupName, String containerName, String containerGroupName, int tailLineCount)
resourceGroupName - the Azure resource group namecontainerName - the container instance namecontainerGroupName - the container group nametailLineCount - only get the last log lines up to thisIllegalArgumentException - thrown if parameters fail the validation/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/