MockableAppContainersArmClient.GetContainerAppsPatchResource Method

Definition

Gets an object representing a ContainerAppsPatchResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.AppContainers.ContainerAppsPatchResource GetContainerAppsPatchResource(Azure.Core.ResourceIdentifier id);
abstract member GetContainerAppsPatchResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.ContainerAppsPatchResource
override this.GetContainerAppsPatchResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.ContainerAppsPatchResource
Public Overridable Function GetContainerAppsPatchResource (id As ResourceIdentifier) As ContainerAppsPatchResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ContainerAppsPatchResource object.

Applies to