Share via


MockableContainerServiceArmClient.GetManagedClusterUpgradeProfileResource Method

Definition

Gets an object representing a ManagedClusterUpgradeProfileResource 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 ManagedClusterUpgradeProfileResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.ContainerService.ManagedClusterUpgradeProfileResource GetManagedClusterUpgradeProfileResource (Azure.Core.ResourceIdentifier id);
abstract member GetManagedClusterUpgradeProfileResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ContainerService.ManagedClusterUpgradeProfileResource
override this.GetManagedClusterUpgradeProfileResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ContainerService.ManagedClusterUpgradeProfileResource
Public Overridable Function GetManagedClusterUpgradeProfileResource (id As ResourceIdentifier) As ManagedClusterUpgradeProfileResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ManagedClusterUpgradeProfileResource object.

Applies to