Delen via


AksArc Class

Definition

Low-level API implementation for the AksArc service. The Microsoft.HybridContainerService Rest API spec.

public class AksArc
type AksArc = class
Public Class AksArc
Inheritance
AksArc

Constructors

AksArc()

Methods

AgentPoolCreateOrUpdate(String, String, IAgentPool, Func<HttpResponseMessage, Task<IAgentPool>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update the agent pool in the provisioned cluster

AgentPoolCreateOrUpdateViaIdentity(String, IAgentPool, Func<HttpResponseMessage, Task<IAgentPool>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update the agent pool in the provisioned cluster

AgentPoolCreateOrUpdateViaIdentityWithResult(String, IAgentPool, IEventListener, ISendAsync, SerializationMode)
AgentPoolCreateOrUpdateViaJsonString(String, String, String, Func<HttpResponseMessage, Task<IAgentPool>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

update the agent pool in the provisioned cluster

AgentPoolCreateOrUpdateViaJsonStringWithResult(String, String, String, IEventListener, ISendAsync)
AgentPoolCreateOrUpdateWithResult(String, String, IAgentPool, IEventListener, ISendAsync, SerializationMode)
AgentPoolDelete(String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Deletes the specified agent pool in the provisioned cluster

AgentPoolDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Deletes the specified agent pool in the provisioned cluster

AgentPoolGet(String, String, Func<HttpResponseMessage,Task<IAgentPool>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the specified agent pool in the provisioned cluster

AgentPoolGetViaIdentity(String, Func<HttpResponseMessage,Task<IAgentPool>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the specified agent pool in the provisioned cluster

AgentPoolGetViaIdentityWithResult(String, IEventListener, ISendAsync)
AgentPoolGetWithResult(String, String, IEventListener, ISendAsync)
AgentPoolListByProvisionedCluster(String, Func<HttpResponseMessage, Task<IAgentPoolListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the list of agent pools in the specified provisioned cluster

AgentPoolListByProvisionedClusterViaIdentity(String, Func<HttpResponseMessage, Task<IAgentPoolListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the list of agent pools in the specified provisioned cluster

AgentPoolListByProvisionedClusterViaIdentityWithResult(String, IEventListener, ISendAsync)
AgentPoolListByProvisionedClusterWithResult(String, IEventListener, ISendAsync)
DeleteKubernetesVersions(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Delete the default kubernetes versions resource type

DeleteKubernetesVersionsViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Delete the default kubernetes versions resource type

DeleteVMSkus(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the default VM skus resource type

DeleteVMSkusViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Deletes the default VM skus resource type

HybridIdentityMetadataDelete(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the hybrid identity metadata proxy resource.

HybridIdentityMetadataDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the hybrid identity metadata proxy resource.

HybridIdentityMetadataGet(String, Func<HttpResponseMessage,Task<IHybridIdentityMetadata>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the hybrid identity metadata proxy resource.

HybridIdentityMetadataGetViaIdentity(String, Func<HttpResponseMessage, Task<IHybridIdentityMetadata>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get the hybrid identity metadata proxy resource.

HybridIdentityMetadataGetViaIdentityWithResult(String, IEventListener, ISendAsync)
HybridIdentityMetadataGetWithResult(String, IEventListener, ISendAsync)
HybridIdentityMetadataListByCluster(String, Func<HttpResponseMessage, Task<IHybridIdentityMetadataList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the hybrid identity metadata proxy resource in a provisioned cluster instance.

HybridIdentityMetadataListByClusterViaIdentity(String, Func<HttpResponseMessage, Task<IHybridIdentityMetadataList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the hybrid identity metadata proxy resource in a provisioned cluster instance.

HybridIdentityMetadataListByClusterViaIdentityWithResult(String, IEventListener, ISendAsync)
HybridIdentityMetadataListByClusterWithResult(String, IEventListener, ISendAsync)
HybridIdentityMetadataPut(String, IHybridIdentityMetadata, Func<HttpResponseMessage, Task<IHybridIdentityMetadata>,Task>, Func<HttpResponseMessage, Task<IHybridIdentityMetadata>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

put the hybrid identity metadata proxy resource that facilitates the managed identity provisioning.

HybridIdentityMetadataPutViaIdentity(String, IHybridIdentityMetadata, Func<HttpResponseMessage,Task<IHybridIdentityMetadata>,Task>, Func<HttpResponseMessage,Task<IHybridIdentityMetadata>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

put the hybrid identity metadata proxy resource that facilitates the managed identity provisioning.

HybridIdentityMetadataPutViaIdentityWithResult(String, IHybridIdentityMetadata, IEventListener, ISendAsync, SerializationMode)
HybridIdentityMetadataPutViaJsonString(String, String, Func<HttpResponseMessage, Task<IHybridIdentityMetadata>,Task>, Func<HttpResponseMessage, Task<IHybridIdentityMetadata>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

put the hybrid identity metadata proxy resource that facilitates the managed identity provisioning.

HybridIdentityMetadataPutViaJsonStringWithResult(String, String, IEventListener, ISendAsync)
HybridIdentityMetadataPutWithResult(String, IHybridIdentityMetadata, IEventListener, ISendAsync, SerializationMode)
KubernetesVersionsCreate(String, IKubernetesVersionProfile, Func<HttpResponseMessage, Task<IKubernetesVersionProfile>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Puts the default kubernetes version resource type (one time operation, before listing the kubernetes versions)

KubernetesVersionsCreateViaIdentity(String, IKubernetesVersionProfile, Func<HttpResponseMessage,Task<IKubernetesVersionProfile>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Puts the default kubernetes version resource type (one time operation, before listing the kubernetes versions)

KubernetesVersionsCreateViaIdentityWithResult(String, IKubernetesVersionProfile, IEventListener, ISendAsync, SerializationMode)
KubernetesVersionsCreateViaJsonString(String, String, Func<HttpResponseMessage, Task<IKubernetesVersionProfile>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Puts the default kubernetes version resource type (one time operation, before listing the kubernetes versions)

KubernetesVersionsCreateViaJsonStringWithResult(String, String, IEventListener, ISendAsync)
KubernetesVersionsCreateWithResult(String, IKubernetesVersionProfile, IEventListener, ISendAsync, SerializationMode)
KubernetesVersionsGet(String, Func<HttpResponseMessage,Task<IKubernetesVersionProfile>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the supported kubernetes versions for the specified custom location

KubernetesVersionsGetViaIdentity(String, Func<HttpResponseMessage, Task<IKubernetesVersionProfile>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the supported kubernetes versions for the specified custom location

KubernetesVersionsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
KubernetesVersionsGetWithResult(String, IEventListener, ISendAsync)
KubernetesVersionsList(String, Func<HttpResponseMessage,Task<IKubernetesVersionProfileList>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the supported kubernetes versions for the specified custom location

KubernetesVersionsListViaIdentity(String, Func<HttpResponseMessage, Task<IKubernetesVersionProfileList>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the supported kubernetes versions for the specified custom location

KubernetesVersionsListViaIdentityWithResult(String, IEventListener, ISendAsync)
KubernetesVersionsListWithResult(String, IEventListener, ISendAsync)
OperationsList(Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the supported operations

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the supported operations

OperationsListViaIdentityWithResult(String, IEventListener, ISendAsync)
OperationsListWithResult(IEventListener, ISendAsync)
ProvisionedClusterInstancesCreateOrUpdate(String, IProvisionedCluster, Func<HttpResponseMessage,Task<IProvisionedCluster>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update the provisioned cluster instance

ProvisionedClusterInstancesCreateOrUpdateViaIdentity(String, IProvisionedCluster, Func<HttpResponseMessage,Task<IProvisionedCluster>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update the provisioned cluster instance

ProvisionedClusterInstancesCreateOrUpdateViaIdentityWithResult(String, IProvisionedCluster, IEventListener, ISendAsync, SerializationMode)
ProvisionedClusterInstancesCreateOrUpdateViaJsonString(String, String, Func<HttpResponseMessage,Task<IProvisionedCluster>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

update the provisioned cluster instance

ProvisionedClusterInstancesCreateOrUpdateViaJsonStringWithResult(String, String, IEventListener, ISendAsync)
ProvisionedClusterInstancesCreateOrUpdateWithResult(String, IProvisionedCluster, IEventListener, ISendAsync, SerializationMode)
ProvisionedClusterInstancesDelete(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the provisioned cluster instance

ProvisionedClusterInstancesDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the provisioned cluster instance

ProvisionedClusterInstancesGet(String, Func<HttpResponseMessage, Task<IProvisionedCluster>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the provisioned cluster instance

ProvisionedClusterInstancesGetUpgradeProfile(String, Func<HttpResponseMessage, Task<IProvisionedClusterUpgradeProfile>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the upgrade profile of a provisioned cluster

ProvisionedClusterInstancesGetUpgradeProfileViaIdentity(String, Func<HttpResponseMessage,Task<IProvisionedClusterUpgradeProfile>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets the upgrade profile of a provisioned cluster

ProvisionedClusterInstancesGetUpgradeProfileViaIdentityWithResult(String, IEventListener, ISendAsync)
ProvisionedClusterInstancesGetUpgradeProfileWithResult(String, IEventListener, ISendAsync)
ProvisionedClusterInstancesGetViaIdentity(String, Func<HttpResponseMessage, Task<IProvisionedCluster>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the provisioned cluster instance

ProvisionedClusterInstancesGetViaIdentityWithResult(String, IEventListener, ISendAsync)
ProvisionedClusterInstancesGetWithResult(String, IEventListener, ISendAsync)
ProvisionedClusterInstancesList(String, Func<HttpResponseMessage, Task<IProvisionedClusterListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the ProvisionedClusterInstance resource associated with the ConnectedCluster

ProvisionedClusterInstancesListAdminKubeconfig(String, Func<HttpResponseMessage, Task<IListCredentialResponse>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the admin credentials of the provisioned cluster (can only be used within private network)

ProvisionedClusterInstancesListAdminKubeconfigViaIdentity(String, Func<HttpResponseMessage,Task<IListCredentialResponse>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the admin credentials of the provisioned cluster (can only be used within private network)

ProvisionedClusterInstancesListAdminKubeconfigViaIdentityWithResult(String, IEventListener, ISendAsync)
ProvisionedClusterInstancesListAdminKubeconfigWithResult(String, IEventListener, ISendAsync)
ProvisionedClusterInstancesListUserKubeconfig(String, Func<HttpResponseMessage, Task<IListCredentialResponse>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the user credentials of the provisioned cluster (can only be used within private network)

ProvisionedClusterInstancesListUserKubeconfigViaIdentity(String, Func<HttpResponseMessage,Task<IListCredentialResponse>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the user credentials of the provisioned cluster (can only be used within private network)

ProvisionedClusterInstancesListUserKubeconfigViaIdentityWithResult(String, IEventListener, ISendAsync)
ProvisionedClusterInstancesListUserKubeconfigWithResult(String, IEventListener, ISendAsync)
ProvisionedClusterInstancesListViaIdentity(String, Func<HttpResponseMessage, Task<IProvisionedClusterListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the ProvisionedClusterInstance resource associated with the ConnectedCluster

ProvisionedClusterInstancesListViaIdentityWithResult(String, IEventListener, ISendAsync)
ProvisionedClusterInstancesListWithResult(String, IEventListener, ISendAsync)
VirtualNetworksCreateOrUpdate(String, String, String, IVirtualNetwork, Func<HttpResponseMessage,Task<IVirtualNetwork>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update the virtual network resource

VirtualNetworksCreateOrUpdateViaIdentity(String, IVirtualNetwork, Func<HttpResponseMessage,Task<IVirtualNetwork>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update the virtual network resource

VirtualNetworksCreateOrUpdateViaIdentityWithResult(String, IVirtualNetwork, IEventListener, ISendAsync, SerializationMode)
VirtualNetworksCreateOrUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IVirtualNetwork>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

update the virtual network resource

VirtualNetworksCreateOrUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
VirtualNetworksCreateOrUpdateWithResult(String, String, String, IVirtualNetwork, IEventListener, ISendAsync, SerializationMode)
VirtualNetworksDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified virtual network resource

VirtualNetworksDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes the specified virtual network resource

VirtualNetworksListByResourceGroup(String, String, Func<HttpResponseMessage, Task<IVirtualNetworksListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the virtual networks in the specified resource group

VirtualNetworksListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<IVirtualNetworksListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the virtual networks in the specified resource group

VirtualNetworksListByResourceGroupViaIdentityWithResult(String, IEventListener, ISendAsync)
VirtualNetworksListByResourceGroupWithResult(String, String, IEventListener, ISendAsync)
VirtualNetworksListBySubscription(String, Func<HttpResponseMessage, Task<IVirtualNetworksListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the virtual networks in the specified subscription

VirtualNetworksListBySubscriptionViaIdentity(String, Func<HttpResponseMessage, Task<IVirtualNetworksListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the virtual networks in the specified subscription

VirtualNetworksListBySubscriptionViaIdentityWithResult(String, IEventListener, ISendAsync)
VirtualNetworksListBySubscriptionWithResult(String, IEventListener, ISendAsync)
VirtualNetworksRetrieve(String, String, String, Func<HttpResponseMessage, Task<IVirtualNetwork>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the specified virtual network resource

VirtualNetworksRetrieveViaIdentity(String, Func<HttpResponseMessage, Task<IVirtualNetwork>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets the specified virtual network resource

VirtualNetworksRetrieveViaIdentityWithResult(String, IEventListener, ISendAsync)
VirtualNetworksRetrieveWithResult(String, String, String, IEventListener, ISendAsync)
VirtualNetworksUpdate(String, String, String, IVirtualNetworksPatch, Func<HttpResponseMessage,Task<IVirtualNetwork>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Patches the virtual network resource

VirtualNetworksUpdateViaIdentity(String, IVirtualNetworksPatch, Func<HttpResponseMessage,Task<IVirtualNetwork>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Patches the virtual network resource

VirtualNetworksUpdateViaIdentityWithResult(String, IVirtualNetworksPatch, IEventListener, ISendAsync, SerializationMode)
VirtualNetworksUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IVirtualNetwork>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Patches the virtual network resource

VirtualNetworksUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
VirtualNetworksUpdateWithResult(String, String, String, IVirtualNetworksPatch, IEventListener, ISendAsync, SerializationMode)
VMSkusCreate(String, IVMSkuProfile, Func<HttpResponseMessage, Task<IVMSkuProfile>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

Puts the default VM skus resource type (one time operation, before listing the VM skus)

VMSkusCreateViaIdentity(String, IVMSkuProfile, Func<HttpResponseMessage, Task<IVMSkuProfile>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

Puts the default VM skus resource type (one time operation, before listing the VM skus)

VMSkusCreateViaIdentityWithResult(String, IVMSkuProfile, IEventListener, ISendAsync, SerializationMode)
VMSkusCreateViaJsonString(String, String, Func<HttpResponseMessage, Task<IVMSkuProfile>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Puts the default VM skus resource type (one time operation, before listing the VM skus)

VMSkusCreateViaJsonStringWithResult(String, String, IEventListener, ISendAsync)
VMSkusCreateWithResult(String, IVMSkuProfile, IEventListener, ISendAsync, SerializationMode)
VMSkusGet(String, Func<HttpResponseMessage,Task<IVMSkuProfile>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the supported VM skus for the specified custom location

VMSkusGetViaIdentity(String, Func<HttpResponseMessage,Task<IVMSkuProfile>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the supported VM skus for the specified custom location

VMSkusGetViaIdentityWithResult(String, IEventListener, ISendAsync)
VMSkusGetWithResult(String, IEventListener, ISendAsync)
VMSkusList(String, Func<HttpResponseMessage,Task<IVMSkuProfileList>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the supported VM skus for the specified custom location

VMSkusListViaIdentity(String, Func<HttpResponseMessage,Task<IVMSkuProfileList>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Lists the supported VM skus for the specified custom location

VMSkusListViaIdentityWithResult(String, IEventListener, ISendAsync)
VMSkusListWithResult(String, IEventListener, ISendAsync)

Applies to