NameValidator 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.
Provides helpers to validate resource names across the Microsoft Azure Storage Services.
public static class NameValidator
type NameValidator = class
Public Class NameValidator
- Inheritance
-
NameValidator
Methods
ValidateBlobName(String) |
Checks if a blob name is valid. |
ValidateContainerName(String) |
Checks if a container name is valid. |
ValidateDirectoryName(String) |
Checks if a directory name is valid. |
ValidateFileName(String) |
Checks if a file name is valid. |
ValidateQueueName(String) |
Checks if a queue name is valid. |
ValidateShareName(String) |
Checks if a share name is valid. |
ValidateTableName(String) |
Checks if a table name is valid. |
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET