NamespaceManagerSettings Class
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.
Contains the settings for the namespace manager.
public sealed class NamespaceManagerSettings
type NamespaceManagerSettings = class
Public NotInheritable Class NamespaceManagerSettings
- Inheritance
-
NamespaceManagerSettings
Constructors
NamespaceManagerSettings() |
Initializes a new instance of the NamespaceManagerSettings class. |
Properties
OperationTimeout |
Gets or sets the operation timeout period for all service namespace management operations, such as GetQueue, CreateQueue, and so on. |
RetryPolicy |
Gets or sets the base implementation of the retry mechanism for unreliable actions and transient conditions associated with the namespace manager. |
TokenProvider |
Gets or sets the security token provider. |
Applies to
Azure SDK for .NET