AuthorizationRules.Remove(AuthorizationRule) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified AuthorizationRule from the collection.
public bool Remove(Microsoft.Azure.NotificationHubs.Messaging.AuthorizationRule item);
abstract member Remove : Microsoft.Azure.NotificationHubs.Messaging.AuthorizationRule -> bool
override this.Remove : Microsoft.Azure.NotificationHubs.Messaging.AuthorizationRule -> bool
Public Function Remove (item As AuthorizationRule) As Boolean
Parameters
- item
- AuthorizationRule
The item to remove.
Returns
true if the operation succeeded; otherwise, false.
Implements
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET