Share via


MockableHybridContainerServiceArmClient.GetKubernetesVersionProfileResource Method

Definition

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.

public virtual Azure.ResourceManager.HybridContainerService.KubernetesVersionProfileResource GetKubernetesVersionProfileResource (Azure.Core.ResourceIdentifier id);
abstract member GetKubernetesVersionProfileResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HybridContainerService.KubernetesVersionProfileResource
override this.GetKubernetesVersionProfileResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HybridContainerService.KubernetesVersionProfileResource
Public Overridable Function GetKubernetesVersionProfileResource (id As ResourceIdentifier) As KubernetesVersionProfileResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a KubernetesVersionProfileResource object.

Applies to