ValidationResult.UnauthorizedAccessDir 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.
Unauthorizeds the access dir.
public static Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IValidationResult UnauthorizedAccessDir (Microsoft.Azure.Commands.StorageSync.Evaluation.Validations.ValidationType validationType, Microsoft.Azure.Commands.StorageSync.Evaluation.Validations.ValidationKind validationKind, Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IDirectoryInfo dir);
static member UnauthorizedAccessDir : Microsoft.Azure.Commands.StorageSync.Evaluation.Validations.ValidationType * Microsoft.Azure.Commands.StorageSync.Evaluation.Validations.ValidationKind * Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IDirectoryInfo -> Microsoft.Azure.Commands.StorageSync.Evaluation.Interfaces.IValidationResult
Public Shared Function UnauthorizedAccessDir (validationType As ValidationType, validationKind As ValidationKind, dir As IDirectoryInfo) As IValidationResult
Parameters
- validationType
- ValidationType
Type of the validation.
- validationKind
- ValidationKind
Kind of the validation.
- dir
- IDirectoryInfo
The dir.
Returns
IValidationResult.