ApplicationOperationsExtensions.Get 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 information about the specified Application.
public static Microsoft.Azure.Batch.Protocol.Models.ApplicationSummary Get (this Microsoft.Azure.Batch.Protocol.IApplicationOperations operations, string applicationId, Microsoft.Azure.Batch.Protocol.Models.ApplicationGetOptions applicationGetOptions = default);
static member Get : Microsoft.Azure.Batch.Protocol.IApplicationOperations * string * Microsoft.Azure.Batch.Protocol.Models.ApplicationGetOptions -> Microsoft.Azure.Batch.Protocol.Models.ApplicationSummary
<Extension()>
Public Function Get (operations As IApplicationOperations, applicationId As String, Optional applicationGetOptions As ApplicationGetOptions = Nothing) As ApplicationSummary
Parameters
- operations
- IApplicationOperations
The operations group for this extension method.
- applicationId
- String
The ID of the Application.
- applicationGetOptions
- ApplicationGetOptions
Additional parameters for the operation
Returns
Remarks
This operation returns only Applications and versions that are available for use on Compute Nodes; that is, that can be used in an Package reference. For administrator information about Applications and versions that are not yet available to Compute Nodes, use the Azure portal or the Azure Resource Manager API.
Applies to
Azure SDK for .NET