MockableAppServiceArmClient.GetPublishingUserResource Method

Definition

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

public virtual Azure.ResourceManager.AppService.PublishingUserResource GetPublishingUserResource (Azure.Core.ResourceIdentifier id);
abstract member GetPublishingUserResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.PublishingUserResource
override this.GetPublishingUserResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.PublishingUserResource
Public Overridable Function GetPublishingUserResource (id As ResourceIdentifier) As PublishingUserResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a PublishingUserResource object.

Applies to