ArmAppServiceModelFactory.WorkflowSku 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.
Initializes a new instance of WorkflowSku.
public static Azure.ResourceManager.AppService.Models.WorkflowSku WorkflowSku (Azure.ResourceManager.AppService.Models.WorkflowSkuName name = default, Azure.ResourceManager.AppService.Models.WorkflowResourceReference plan = default);
static member WorkflowSku : Azure.ResourceManager.AppService.Models.WorkflowSkuName * Azure.ResourceManager.AppService.Models.WorkflowResourceReference -> Azure.ResourceManager.AppService.Models.WorkflowSku
Public Shared Function WorkflowSku (Optional name As WorkflowSkuName = Nothing, Optional plan As WorkflowResourceReference = Nothing) As WorkflowSku
Parameters
- name
- WorkflowSkuName
The name.
The reference to plan.
Returns
A new WorkflowSku instance for mocking.