Microsoft.WindowsAzure.Commands.Storage.Test.Service.MockStorageBlobManagement.GetStorageServiceProperties C# (CSharp) Méthode

GetStorageServiceProperties() public méthode

Get the service properties
public GetStorageServiceProperties ( StorageServiceType type, IRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : Microsoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties
type StorageServiceType Service type
options IRequestOptions Request options
operationContext Microsoft.WindowsAzure.Storage.OperationContext Operation context
Résultat Microsoft.WindowsAzure.Storage.Shared.Protocol.ServiceProperties
        public ServiceProperties GetStorageServiceProperties(StorageServiceType type, IRequestOptions options, OperationContext operationContext)
        {
            throw new NotImplementedException("No need to cover this in unit test since the logic is quite simple. For more details, please read GetAzureStorageServiceLogging.cs");
        }