Share via


CognitiveServicesAccountDeployment.FindParentInScope(IConstruct) Method

Definition

Finds the parent resource in the scope.

protected override Azure.Provisioning.Resource? FindParentInScope (Azure.Provisioning.IConstruct scope);
override this.FindParentInScope : Azure.Provisioning.IConstruct -> Azure.Provisioning.Resource
Protected Overrides Function FindParentInScope (scope As IConstruct) As Resource

Parameters

scope
IConstruct

The scope.

Returns

The parent Resource.

Applies to