Exemple #1
0
 // See http://msdn.microsoft.com/en-us/library/windowsazure/dd135715.aspx.
 public static bool IsValidBlobName(string blobName, out string errorMessage)
 {
     return(BlobNameValidationAttribute.IsValidBlobName(blobName, out errorMessage));
 }
Exemple #2
0
 public static bool IsValidContainerName(string containerName)
 {
     return(BlobNameValidationAttribute.IsValidContainerName(containerName));
 }