MockableContainerInstanceResourceGroupResource.GetContainerGroup Method

Definition

Gets the properties of the specified container group in the specified subscription and resource group. The operation returns the properties of each container group including containers, image registry credentials, restart policy, IP address type, OS type, state, and volumes.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroups/{containerGroupName}
  • Operation Id: ContainerGroups_Get
  • Default Api Version: 2023-05-01
  • Resource: ContainerGroupResource
public virtual Azure.Response<Azure.ResourceManager.ContainerInstance.ContainerGroupResource> GetContainerGroup (string containerGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerGroup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerInstance.ContainerGroupResource>
override this.GetContainerGroup : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerInstance.ContainerGroupResource>
Public Overridable Function GetContainerGroup (containerGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerGroupResource)

Parameters

containerGroupName
String

The name of the container group.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

containerGroupName is null.

containerGroupName is an empty string, and was expected to be non-empty.

Applies to