MockableAppPlatformArmClient.GetAppPlatformConfigServerResource Method

Definition

Gets an object representing an AppPlatformConfigServerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create an AppPlatformConfigServerResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.AppPlatform.AppPlatformConfigServerResource GetAppPlatformConfigServerResource (Azure.Core.ResourceIdentifier id);
abstract member GetAppPlatformConfigServerResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppPlatform.AppPlatformConfigServerResource
override this.GetAppPlatformConfigServerResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppPlatform.AppPlatformConfigServerResource
Public Overridable Function GetAppPlatformConfigServerResource (id As ResourceIdentifier) As AppPlatformConfigServerResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a AppPlatformConfigServerResource object.

Applies to