MockableAppServiceArmClient.GetWebSiteContinuousWebJobResource Method

Definition

Gets an object representing a WebSiteContinuousWebJobResource 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 a WebSiteContinuousWebJobResourceResourceIdentifier from its components.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a WebSiteContinuousWebJobResource object.

Applies to