ContainerGroupProfileRevisionCollection.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.
Gets the properties of the specified revision of the container group profile in the given subscription and resource group. The operation returns the properties of container group profile including containers, image registry credentials, restart policy, IP address type, OS type, volumes, current revision number, etc.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroupProfiles/{containerGroupProfileName}/revisions/{revisionNumber}
- Operation Id: ContainerGroupProfile_GetByRevisionNumber
- Default Api Version: 2024-05-01-preview
- Resource: ContainerGroupProfileRevisionResource
public virtual Azure.Response<Azure.ResourceManager.ContainerInstance.ContainerGroupProfileRevisionResource> Get (string revisionNumber, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerInstance.ContainerGroupProfileRevisionResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerInstance.ContainerGroupProfileRevisionResource>
Public Overridable Function Get (revisionNumber As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerGroupProfileRevisionResource)
Parameters
- revisionNumber
- String
The revision number of the container group profile.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
revisionNumber
is an empty string, and was expected to be non-empty.
revisionNumber
is null.
Applies to
Azure SDK for .NET