MockableAppServiceArmClient.GetWebSiteContinuousWebJobResource Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The resource ID of the resource to get.
Returns
Returns a WebSiteContinuousWebJobResource object.
Applies to
Azure SDK for .NET