AuthorizationRule.DefinitionStages.WithSend<T> Interface

Type Parameters

T

the next stage of the definition

public static interface AuthorizationRule.DefinitionStages.WithSend

The stage of the Service Bus authorization rule definition 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 definition

Applies to