Share via


AzureStorageFileCmdletBase.ShouldSetContext Method

Definition

protected bool ShouldSetContext (Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext context, Microsoft.Azure.Storage.File.CloudFileClient cloudFileClient);
member this.ShouldSetContext : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IStorageContext * Microsoft.Azure.Storage.File.CloudFileClient -> bool
Protected Function ShouldSetContext (context As IStorageContext, cloudFileClient As CloudFileClient) As Boolean

Parameters

context
IStorageContext
cloudFileClient
CloudFileClient

Returns

Applies to