MockableAppPlatformArmClient.GetAppPlatformConfigurationServiceResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a AppPlatformConfigurationServiceResource object.

Applies to