Microsoft.WindowsAzure.Commands.Storage.Test.Service.MockStorageBlobManagement.SetStorageServiceProperties C# (CSharp) Method

SetStorageServiceProperties() public method

Set service properties
public SetStorageServiceProperties ( StorageServiceType type, WindowsAzure properties, IRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext ) : void
type StorageServiceType Service type
properties WindowsAzure Service properties
options IRequestOptions Request options
operationContext Microsoft.WindowsAzure.Storage.OperationContext Operation context
return void
        public void SetStorageServiceProperties(StorageServiceType type, WindowsAzure.Storage.Shared.Protocol.ServiceProperties properties, IRequestOptions options, OperationContext operationContext)
        {
            throw new NotImplementedException("No need to cover this in unit test since there are no additional logics on this api");
        }