Share via


MockableApiManagementArmClient.GetApiManagementPortalDelegationSettingResource Method

Definition

Gets an object representing an ApiManagementPortalDelegationSettingResource 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 ApiManagementPortalDelegationSettingResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.ApiManagement.ApiManagementPortalDelegationSettingResource GetApiManagementPortalDelegationSettingResource (Azure.Core.ResourceIdentifier id);
abstract member GetApiManagementPortalDelegationSettingResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ApiManagement.ApiManagementPortalDelegationSettingResource
override this.GetApiManagementPortalDelegationSettingResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.ApiManagement.ApiManagementPortalDelegationSettingResource
Public Overridable Function GetApiManagementPortalDelegationSettingResource (id As ResourceIdentifier) As ApiManagementPortalDelegationSettingResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ApiManagementPortalDelegationSettingResource object.

Applies to