ContainerGroupProfileOperations interface
Interface representing a ContainerGroupProfileOperations.
Methods
| get |
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. |
| list |
Get a list of all the revisions of the specified container group profile in the given subscription and resource group. This operation returns properties of each revision of the specified container group profile including containers, image registry credentials, restart policy, IP address type, OS type volumes, revision number, etc. |
Method Details
getByRevisionNumber(string, string, string, ContainerGroupProfileGetByRevisionNumberOptionalParams)
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.
function getByRevisionNumber(resourceGroupName: string, containerGroupProfileName: string, revisionNumber: string, options?: ContainerGroupProfileGetByRevisionNumberOptionalParams): Promise<ContainerGroupProfile>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- containerGroupProfileName
-
string
The name of the container group profile.
- revisionNumber
-
string
The revision number of the container group profile.
The options parameters.
Returns
Promise<ContainerGroupProfile>
listAllRevisions(string, string, ContainerGroupProfileListAllRevisionsOptionalParams)
Get a list of all the revisions of the specified container group profile in the given subscription and resource group. This operation returns properties of each revision of the specified container group profile including containers, image registry credentials, restart policy, IP address type, OS type volumes, revision number, etc.
function listAllRevisions(resourceGroupName: string, containerGroupProfileName: string, options?: ContainerGroupProfileListAllRevisionsOptionalParams): PagedAsyncIterableIterator<ContainerGroupProfile, ContainerGroupProfile[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- containerGroupProfileName
-
string
The name of the container group profile.
The options parameters.