C# 클래스 Elastacloud.AzureManagement.Fluent.Storage.StorageManager

Used to create or delete storage accounts
상속: IAzureManager, ICertificateActivity, IStorageActivity, IStorageAccount
파일 보기 프로젝트 열기: azurecoder/fluent-management

공개 프로퍼티들

프로퍼티 타입 설명
CreateNewStorageAccount bool

공개 메소드들

메소드 설명
CreateNew ( string name ) : ICertificateActivity

Creates a new instance of a storage account

Delete ( string name ) : ICertificateActivity

Used to delete a storage account

ForStorageInformationQuery ( ) : ICertificateActivity

A passthrough method to allow a query to be run against a storage account

WriteComplete ( EventPoint point, string message ) : void

비공개 메소드들

메소드 설명
ICertificateActivity ( X509Certificate2 certificate ) : IStorageActivity

Adds an X509 certificate from a .NET X509Certificate2 object

ICertificateActivity ( string thumbprint ) : IStorageActivity

Adds a certificate from a store using the thumbprint

IStorageActivity ( ) : IServiceTransaction

Used to execute the activity

IStorageActivity ( string description ) : IStorageActivity

Used to add a description to the hosted service and the deployment

IStorageActivity ( bool includeKeyDetails ) : List

Gets a list of all the available storage accounts within the subscription

StorageManager ( string subscriptionId ) : System.Collections.Generic

Used to construct for a particular subscription

메소드 상세

CreateNew() 공개 메소드

Creates a new instance of a storage account
public CreateNew ( string name ) : ICertificateActivity
name string The name of the account
리턴 ICertificateActivity

Delete() 공개 메소드

Used to delete a storage account
public Delete ( string name ) : ICertificateActivity
name string The name of the account
리턴 ICertificateActivity

ForStorageInformationQuery() 공개 메소드

A passthrough method to allow a query to be run against a storage account
public ForStorageInformationQuery ( ) : ICertificateActivity
리턴 ICertificateActivity

WriteComplete() 공개 메소드

public WriteComplete ( EventPoint point, string message ) : void
point EventPoint
message string
리턴 void

프로퍼티 상세

CreateNewStorageAccount 공개적으로 프로퍼티

Used to tell whether a new storage account is being or not - by default false which means that the storage account with {name} will be deleted
public bool CreateNewStorageAccount
리턴 bool