MockableContainerInstanceResourceGroupResource.GetContainerGroupProfileAsync 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 the properties of the specified container group profile.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroupProfiles/{containerGroupProfileName}
- Operation Id: CGProfile_Get
- Default Api Version: 2024-11-01-preview
- Resource: ContainerGroupProfileResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerInstance.ContainerGroupProfileResource>> GetContainerGroupProfileAsync(string containerGroupProfileName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerGroupProfileAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerInstance.ContainerGroupProfileResource>>
override this.GetContainerGroupProfileAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerInstance.ContainerGroupProfileResource>>
Public Overridable Function GetContainerGroupProfileAsync (containerGroupProfileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerGroupProfileResource))
Parameters
- containerGroupProfileName
- String
ContainerGroupProfile name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
containerGroupProfileName
is null.
containerGroupProfileName
is an empty string, and was expected to be non-empty.