ComputeClient Constructors
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.
Overloads
ComputeClient(IAzureContext) | |
ComputeClient(IComputeManagementClient) |
ComputeClient(IAzureContext)
public ComputeClient (Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext context);
new Microsoft.Azure.Commands.Compute.ComputeClient : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext -> Microsoft.Azure.Commands.Compute.ComputeClient
Public Sub New (context As IAzureContext)
Parameters
- context
- IAzureContext
Applies to
ComputeClient(IComputeManagementClient)
public ComputeClient (Microsoft.Azure.Management.Compute.IComputeManagementClient computeManagementClient);
new Microsoft.Azure.Commands.Compute.ComputeClient : Microsoft.Azure.Management.Compute.IComputeManagementClient -> Microsoft.Azure.Commands.Compute.ComputeClient
Public Sub New (computeManagementClient As IComputeManagementClient)
Parameters
- computeManagementClient
- IComputeManagementClient