AuthorizationRule.UpdateStages.WithSend<T> Interface

Type Parameters

T

the next stage of the update

public static interface AuthorizationRule.UpdateStages.WithSend

The stage of the Service Bus authorization rule update allowing to enable send policy.

Method Summary

Modifier and Type Method and Description
abstract T withSendingEnabled()

Method Details

withSendingEnabled

public abstract T withSendingEnabled()

Returns:

the next stage of the update

Applies to