C# 클래스 Elastacloud.AzureManagement.Fluent.Commands.Blobs.EnableStorageAnalyticsCommand

Used to enable or disable storage analytics within a particular account
상속: BlobCommand
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

공개 메소드들

메소드 설명
EnableStorageAnalyticsCommand ( StorageServiceType type, AnalyticsMetricsType analytics ) : System
Execute ( ) : void

Abstract method used to execute the any command againt blob storage

비공개 메소드들

메소드 설명
BuildXmlPayload ( ) : string

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

메소드 상세

EnableStorageAnalyticsCommand() 공개 메소드

public EnableStorageAnalyticsCommand ( StorageServiceType type, AnalyticsMetricsType analytics ) : System
type StorageServiceType
analytics AnalyticsMetricsType
리턴 System

Execute() 공개 메소드

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