@Beta(value=V1_23_0) public interface ContainerGroups extends SupportsCreating<ContainerGroup.DefinitionStages.Blank>, HasManager<com.microsoft.azure.management.containerinstance.implementation.ContainerInstanceManager>, HasInner<com.microsoft.azure.management.containerinstance.implementation.ContainerGroupsInner>, SupportsBatchCreation<ContainerGroup>, SupportsGettingByResourceGroup<ContainerGroup>, SupportsGettingById<ContainerGroup>, SupportsDeletingByResourceGroup, SupportsDeletingById, SupportsBatchDeletion, SupportsListingByResourceGroup<ContainerGroup>, 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, deleteByIdsAsynclistByResourceGroup, listByResourceGroupAsynclist, listAsync@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 groupCopyright © 2019. All rights reserved.