ContainerGroupSandboxCollection.Get(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a SandboxGroup
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/sandboxGroups/{sandboxGroupName}.
- Operation Id. : SandboxGroups_Get.
- Default Api Version. : 2026-07-01.
public virtual Azure.Response<Azure.ResourceManager.ContainerInstance.ContainerGroupSandboxResource> Get(string sandboxGroupName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerInstance.ContainerGroupSandboxResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerInstance.ContainerGroupSandboxResource>
Public Overridable Function Get (sandboxGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerGroupSandboxResource)
Parameters
- sandboxGroupName
- String
The name of the SandboxGroup.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
sandboxGroupName is null.
sandboxGroupName is an empty string, and was expected to be non-empty.