AuthorizationRule.UpdateStages.WithManage<T> Interface

Type Parameters

T

the next stage of the update

public static interface AuthorizationRule.UpdateStages.WithManage

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

Method Summary

Modifier and Type Method and Description
abstract T withManageAccess()

Specifies that the rule should have sending access enabled.

Method Details

withManageAccess

public abstract T withManageAccess()

Specifies that the rule should have sending access enabled.

Returns:

the next stage of the update

Applies to