StorageCloudCmdletBase<T> Class
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.
Base cmdlet for all storage cmdlet that works with cloud
public class StorageCloudCmdletBase<T> : Microsoft.WindowsAzure.Commands.Common.AzureDataCmdlet where T : class
type StorageCloudCmdletBase<'T (requires 'T : null)> = class
inherit AzureDataCmdlet
Public Class StorageCloudCmdletBase(Of T)
Inherits AzureDataCmdlet
Type Parameters
- T
- Inheritance
- Derived
Constructors
StorageCloudCmdletBase<T>() |
Fields
_adalListener | (Inherited from AzurePSCmdlet) |
_cancellationTokenSource |
Cancellation Token Source |
_clientRequestId | (Inherited from AzurePSCmdlet) |
_enableMultiThread | |
_fileTimeStampSuffixFormat | (Inherited from AzurePSCmdlet) |
_metricHelper | (Inherited from AzurePSCmdlet) |
_qosEvent | (Inherited from AzurePSCmdlet) |
CmdletCancellationToken | |
concurrentTaskCount | |
summaryRecord |
Summary progress record on multithread task |
WaitTimeout |
Properties
_dataCollectionProfile | (Inherited from AzurePSCmdlet) |
_matchers | (Inherited from AzurePSCmdlet) |
AsJobDynamicParameters | (Inherited from AzurePSCmdlet) |
Channel | |
ClientTimeoutPerRequest | |
ConcurrentTaskCount |
Amount of concurrent async tasks to run per available core. |
Context | |
DataCollectionWarning | (Inherited from AzureDataCmdlet) |
DebugMessages | (Inherited from AzurePSCmdlet) |
DefaultContext | (Inherited from AzureDataCmdlet) |
DefaultProfile |
Gets or sets the global profile for ARM cmdlets. |
EnableMultiThread |
Enable or disable multithread If the storage cmdlet want to disable the multithread feature, it can disable when construct and beginProcessing |
fipsEnabled |
true if FIPS policy is enabled on the current machine |
ImplementationBackgroundJobDescription | (Inherited from AzurePSCmdlet) |
IsErrorMetricEnabled | (Inherited from AzurePSCmdlet) |
IsUsageMetricEnabled | (Inherited from AzurePSCmdlet) |
ModuleName | (Inherited from AzurePSCmdlet) |
ModuleVersion | (Inherited from AzurePSCmdlet) |
OperationContext |
Cmdlet operation context. |
PSVersion |
Obsolete.
(Inherited from AzurePSCmdlet)
|
RMProfile | (Inherited from AzureDataCmdlet) |
ServerTimeoutPerRequest | |
SessionState | (Inherited from AzurePSCmdlet) |
ShareChannel |
Gets or sets a flag indicating whether CreateChannel should share the command's current Channel when asking for a new one. This is only used for testing. |
ShouldForceQuit |
whether stop processing |
SMProfile | (Inherited from AzureDataCmdlet) |
TableOperationContext |
Cmdlet operation context. |
Methods
Extension Methods
DisableDataCollection(AzurePSCmdlet) | |
EnableDataCollection(AzurePSCmdlet) |