Share via


HybridContainerServiceExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.HybridContainerService.

public static class HybridContainerServiceExtensions
type HybridContainerServiceExtensions = class
Public Module HybridContainerServiceExtensions
Inheritance
HybridContainerServiceExtensions

Methods

GetHybridContainerServiceAgentPoolResource(ArmClient, ResourceIdentifier)

Gets an object representing a HybridContainerServiceAgentPoolResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String) to create a HybridContainerServiceAgentPoolResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHybridContainerServiceAgentPoolResource(ResourceIdentifier) instead.

GetHybridContainerServiceVirtualNetwork(ResourceGroupResource, String, CancellationToken)

Gets the specified virtual network resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/virtualNetworks/{virtualNetworkName}
  • Operation Id: virtualNetworks_Retrieve
  • Default Api Version: 2024-01-01
  • Resource: HybridContainerServiceVirtualNetworkResource
GetHybridContainerServiceVirtualNetworkAsync(ResourceGroupResource, String, CancellationToken)

Gets the specified virtual network resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridContainerService/virtualNetworks/{virtualNetworkName}
  • Operation Id: virtualNetworks_Retrieve
  • Default Api Version: 2024-01-01
  • Resource: HybridContainerServiceVirtualNetworkResource
GetHybridContainerServiceVirtualNetworkResource(ArmClient, ResourceIdentifier)

Gets an object representing a HybridContainerServiceVirtualNetworkResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a HybridContainerServiceVirtualNetworkResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHybridContainerServiceVirtualNetworkResource(ResourceIdentifier) instead.

GetHybridContainerServiceVirtualNetworks(ResourceGroupResource)

Gets a collection of HybridContainerServiceVirtualNetworkResources in the ResourceGroupResource. MockingTo mock this method, please mock GetHybridContainerServiceVirtualNetworks() instead.

GetHybridContainerServiceVirtualNetworks(SubscriptionResource, CancellationToken)

Lists the virtual networks in the specified subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridContainerService/virtualNetworks
  • Operation Id: virtualNetworks_ListBySubscription
  • Default Api Version: 2024-01-01
  • Resource: HybridContainerServiceVirtualNetworkResource
GetHybridContainerServiceVirtualNetworksAsync(SubscriptionResource, CancellationToken)

Lists the virtual networks in the specified subscription

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.HybridContainerService/virtualNetworks
  • Operation Id: virtualNetworks_ListBySubscription
  • Default Api Version: 2024-01-01
  • Resource: HybridContainerServiceVirtualNetworkResource
GetHybridContainerServiceVmSku(ArmClient, ResourceIdentifier)

Gets an object representing a HybridContainerServiceVmSkuResource along with the instance operations that can be performed on it in the ArmClient. MockingTo mock this method, please mock GetHybridContainerServiceVmSku(ResourceIdentifier) instead.

GetHybridContainerServiceVmSkuResource(ArmClient, ResourceIdentifier)

Gets an object representing a HybridContainerServiceVmSkuResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a HybridContainerServiceVmSkuResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHybridContainerServiceVmSkuResource(ResourceIdentifier) instead.

GetHybridIdentityMetadataResource(ArmClient, ResourceIdentifier)

Gets an object representing a HybridIdentityMetadataResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a HybridIdentityMetadataResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetHybridIdentityMetadataResource(ResourceIdentifier) instead.

GetKubernetesVersionProfile(ArmClient, ResourceIdentifier)

Gets an object representing a KubernetesVersionProfileResource along with the instance operations that can be performed on it in the ArmClient. MockingTo mock this method, please mock GetKubernetesVersionProfile(ResourceIdentifier) instead.

GetKubernetesVersionProfileResource(ArmClient, ResourceIdentifier)

Gets an object representing a KubernetesVersionProfileResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a KubernetesVersionProfileResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetKubernetesVersionProfileResource(ResourceIdentifier) instead.

GetProvisionedCluster(ArmClient, ResourceIdentifier)

Gets an object representing a ProvisionedClusterResource along with the instance operations that can be performed on it in the ArmClient. MockingTo mock this method, please mock GetProvisionedCluster(ResourceIdentifier) instead.

GetProvisionedClusterResource(ArmClient, ResourceIdentifier)

Gets an object representing a ProvisionedClusterResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a ProvisionedClusterResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetProvisionedClusterResource(ResourceIdentifier) instead.

GetProvisionedClusterUpgradeProfileResource(ArmClient, ResourceIdentifier)

Gets an object representing a ProvisionedClusterUpgradeProfileResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a ProvisionedClusterUpgradeProfileResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetProvisionedClusterUpgradeProfileResource(ResourceIdentifier) instead.

Applies to