次の方法で共有


TriggerResource.DefinitionStages.WithParentResource Interface

public static interface TriggerResource.DefinitionStages.WithParentResource

The stage of the TriggerResource definition allowing to specify parent resource.

Method Summary

Modifier and Type Method and Description
abstract WithProperties withExistingFactory(String resourceGroupName, String factoryName)

Specifies resourceGroupName, factoryName.

Method Details

withExistingFactory

public abstract TriggerResource.DefinitionStages.WithProperties withExistingFactory(String resourceGroupName, String factoryName)

Specifies resourceGroupName, factoryName.

Parameters:

resourceGroupName - The resource group name.
factoryName - The factory name.

Returns:

the next definition stage.

Applies to