C# Class Microsoft.WindowsAzure.Commands.ServiceManagement.Model.PSStorageService

Inheritance: StorageServicePropertiesOperationContext, IStorageContextProvider
Mostra file Open project: Azure/azure-powershell

Public Methods

Method Description
Create ( Microsoft.WindowsAzure.Management.Storage.StorageManagementClient client, StorageServicePropertiesOperationContext account ) : PSStorageService
PSStorageService ( AzureStorageContext context ) : System
ToString ( ) : string

String representation of this account

Protected Methods

Method Description
PSStorageService ( StorageServicePropertiesOperationContext account, AzureStorageContext context ) : System

Method Details

Create() public static method

public static Create ( Microsoft.WindowsAzure.Management.Storage.StorageManagementClient client, StorageServicePropertiesOperationContext account ) : PSStorageService
client Microsoft.WindowsAzure.Management.Storage.StorageManagementClient
account StorageServicePropertiesOperationContext
return PSStorageService

PSStorageService() public method

public PSStorageService ( AzureStorageContext context ) : System
context Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext
return System

PSStorageService() protected method

protected PSStorageService ( StorageServicePropertiesOperationContext account, AzureStorageContext context ) : System
account StorageServicePropertiesOperationContext
context Microsoft.WindowsAzure.Commands.Common.Storage.AzureStorageContext
return System

ToString() public method

String representation of this account
public ToString ( ) : string
return string