C# Класс Elastacloud.AzureManagement.Fluent.Storage.StorageManager

Used to create or delete storage accounts
Наследование: IAzureManager, ICertificateActivity, IStorageActivity, IStorageAccount
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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