ComputeNodeExtensionOperationsExtensions.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 Compute Node Extension.
public static Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension Get (this Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations operations, string poolId, string nodeId, string extensionName, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionGetOptions computeNodeExtensionGetOptions = default);
static member Get : Microsoft.Azure.Batch.Protocol.IComputeNodeExtensionOperations * string * string * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeExtensionGetOptions -> Microsoft.Azure.Batch.Protocol.Models.NodeVMExtension
<Extension()>
Public Function Get (operations As IComputeNodeExtensionOperations, poolId As String, nodeId As String, extensionName As String, Optional computeNodeExtensionGetOptions As ComputeNodeExtensionGetOptions = Nothing) As NodeVMExtension
Parameters
- operations
- IComputeNodeExtensionOperations
The operations group for this extension method.
- poolId
- String
The ID of the Pool that contains the Compute Node.
- nodeId
- String
The ID of the Compute Node that contains the extensions.
- extensionName
- String
The name of the of the Compute Node Extension that you want to get information about.
- computeNodeExtensionGetOptions
- ComputeNodeExtensionGetOptions
Additional parameters for the operation
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET