C# Class Elastacloud.AzureManagement.Fluent.Commands.Blobs.EnableStorageAnalyticsCommand

Used to enable or disable storage analytics within a particular account
Inheritance: BlobCommand
Show file Open project: azurecoder/fluent-management Class Usage Examples

Public Methods

Method Description
EnableStorageAnalyticsCommand ( StorageServiceType type, AnalyticsMetricsType analytics ) : System
Execute ( ) : void

Abstract method used to execute the any command againt blob storage

Private Methods

Method Description
BuildXmlPayload ( ) : string

This method builds up wht payload but currently only builds the logging and not the hourly or minute metrics

Method Details

EnableStorageAnalyticsCommand() public method

public EnableStorageAnalyticsCommand ( StorageServiceType type, AnalyticsMetricsType analytics ) : System
type StorageServiceType
analytics AnalyticsMetricsType
return System

Execute() public method

Abstract method used to execute the any command againt blob storage
public Execute ( ) : void
return void