Provides helpers to validate resource names across the Microsoft Azure Storage Services.
Namespace: Microsoft.WindowsAzure.Storage
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Syntax
Visual Basic |
---|
Public NotInheritable Class NameValidator |
C# |
---|
public static class NameValidator |
C++ |
---|
public ref class NameValidator abstract sealed |
J# |
---|
public final class NameValidator |
JScript |
---|
public final class NameValidator |
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Storage.NameValidator
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also