AuthorizationRule.DefinitionStages.WithManage<T> Interface

Type Parameters

T

the next stage of the definition

public static interface AuthorizationRule.DefinitionStages.WithManage

The stage of the event hub namespace or event hub authorization rule definition allowing to enable manage policy.

Method Summary

Modifier and Type Method and Description
abstract T withManageAccess()

Specifies that the rule should have management access enabled.

Method Details

withManageAccess

public abstract T withManageAccess()

Specifies that the rule should have management access enabled.

Returns:

the next stage of the definition

Applies to