@Beta(value=V1_23_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 containerGroupName,
String containerName)
Get the log content for the specified container instance within a container group.
|
String |
getLogContent(String resourceGroupName,
String containerGroupName,
String containerName,
int tailLineCount)
Get the log content for the specified container instance within a container group.
|
rx.Observable<String> |
getLogContentAsync(String resourceGroupName,
String containerGroupName,
String containerName)
Get the log content for the specified container instance within a container group.
|
rx.Observable<String> |
getLogContentAsync(String resourceGroupName,
String containerGroupName,
String containerName,
int tailLineCount)
Get the log content for the specified container instance within a container group.
|
List<CachedImages> |
listCachedImages(String location)
Lists cached images for a subscription in a region.
|
rx.Observable<CachedImages> |
listCachedImagesAsync(String location)
Lists cached images for a subscription in a region.
|
List<Capabilities> |
listCapabilities(String location)
Lists the capabilities of a location.
|
rx.Observable<Capabilities> |
listCapabilitiesAsync(String location)
Lists the capabilities of a location.
|
Set<Operation> |
listOperations()
Lists all operations for Azure Container Instance service.
|
rx.Observable<Set<Operation>> |
listOperationsAsync()
Lists all operations for Azure Container Instance service.
|
void |
start(String resourceGroupName,
String containerGroupName)
Starts all containers in a container group.
|
rx.Completable |
startAsync(String resourceGroupName,
String containerGroupName)
Starts all containers in a container group.
|
definemanagerinnercreate, create, createAsync, createAsync, createAsync, createAsyncgetByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsyncgetById, getByIdAsync, getByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsyncdeleteById, deleteByIdAsync, deleteByIdAsyncdeleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsync@Beta(value=V1_5_0) String getLogContent(String resourceGroupName, String containerGroupName, String containerName)
resourceGroupName - the Azure resource group namecontainerGroupName - the container group namecontainerName - the container instance nameIllegalArgumentException - thrown if parameters fail the validation@Beta(value=V1_5_0) String getLogContent(String resourceGroupName, String containerGroupName, String containerName, int tailLineCount)
resourceGroupName - the Azure resource group namecontainerGroupName - the container group namecontainerName - the container instance nametailLineCount - only get the last log lines up to thisIllegalArgumentException - thrown if parameters fail the validation@Beta(value=V1_5_0) rx.Observable<String> getLogContentAsync(String resourceGroupName, String containerGroupName, String containerName)
resourceGroupName - the Azure resource group namecontainerGroupName - the container group namecontainerName - the container instance nameIllegalArgumentException - thrown if parameters fail the validation@Beta(value=V1_5_0) rx.Observable<String> getLogContentAsync(String resourceGroupName, String containerGroupName, String containerName, int tailLineCount)
resourceGroupName - the Azure resource group namecontainerGroupName - the container group namecontainerName - the container instance nametailLineCount - only get the last log lines up to thisIllegalArgumentException - thrown if parameters fail the validation@Beta(value=V1_5_0) Set<Operation> listOperations()
@Beta(value=V1_23_0) rx.Observable<Set<Operation>> listOperationsAsync()
@Beta(value=V1_23_0) List<CachedImages> listCachedImages(String location)
location - the identifier for the physical azure location.@Beta(value=V1_23_0) rx.Observable<CachedImages> listCachedImagesAsync(String location)
location - the identifier for the physical azure location.@Beta(value=V1_23_0) List<Capabilities> listCapabilities(String location)
location - the identifier for the physical azure location@Beta(value=V1_23_0) rx.Observable<Capabilities> listCapabilitiesAsync(String location)
location - the identifier for the physical azure location@Beta(value=V1_23_0) void start(String resourceGroupName, String containerGroupName)
resourceGroupName - the name of the resource group of the container groupcontainerGroupName - the name of the container group@Beta(value=V1_23_0) rx.Completable startAsync(String resourceGroupName, String containerGroupName)
resourceGroupName - the name of the resource group of the container groupcontainerGroupName - the name of the container group/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/