Sdílet prostřednictvím


ComputeClient Constructors

Definition

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

Applies to