Property | Type | Description | |
---|---|---|---|
Base32NoPaddingEncode | string | ||
CreateCloudServiceIfNotExists | string | ||
GetCloudServiceName | string | ||
GetResourceInformation | string | ||
GetStoreCloudServices | List |
||
IsDataService | bool |
Method | Description | |
---|---|---|
GetAddOn ( |
Gets add ons based on the passed filter.
|
|
GetConfirmationMessage ( OperationType operation, string addon = null, string plan = null ) : string |
Gets confirmation message for the given operation.
|
|
GetLocations ( ) : List |
||
NewAddOn ( string name, string addon, string plan, string location, string promotionCode ) : void | ||
RemoveAddOn ( string name ) : void |
Removes given Add-On
|
|
StoreClient ( ) : System |
Parameterless constructor added for mocking framework.
|
|
StoreClient ( AzureSMProfile profile, AzureSubscription subscription ) : System |
Creates new instance from the store client.
|
|
StoreClient ( AzureSubscription subscription, Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient compute, Microsoft.WindowsAzure.Management.Store.StoreManagementClient store, Microsoft.WindowsAzure.Commands.Utilities.Store.MarketplaceClient marketplace, Microsoft.WindowsAzure.Management.ManagementClient management ) : System | ||
TryGetAddOn ( string name, Microsoft.WindowsAzure.Commands.Utilities.Store.WindowsAzureAddOn &addon ) : bool |
Tries to get an add-on using it's name.
|
|
UpdateAddOn ( string name, string plan, string promotionCode ) : void |
Updates an add-on plan.
|
Method | Description | |
---|---|---|
Base32NoPaddingEncode ( byte data ) : string | ||
CreateCloudServiceIfNotExists ( string location ) : string | ||
GetCloudServiceName ( string subscriptionId, string region ) : string | ||
GetResourceInformation ( string addon, string location, string &type, string &cloudService ) : string | ||
GetStoreCloudServices ( ) : List |
||
IsDataService ( string type ) : bool |
public GetAddOn ( |
||
searchOptions | The add on search options | |
return | List |
public GetConfirmationMessage ( OperationType operation, string addon = null, string plan = null ) : string | ||
operation | OperationType | The operation type |
addon | string | The add-on id |
plan | string | The plan id |
return | string |
public NewAddOn ( string name, string addon, string plan, string location, string promotionCode ) : void | ||
name | string | |
addon | string | |
plan | string | |
location | string | |
promotionCode | string | |
return | void |
public RemoveAddOn ( string name ) : void | ||
name | string | The add-on name |
return | void |
public StoreClient ( AzureSMProfile profile, AzureSubscription subscription ) : System | ||
profile | AzureSMProfile | |
subscription | AzureSubscription | The Microsoft Azure subscription |
return | System |
public StoreClient ( AzureSubscription subscription, Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient compute, Microsoft.WindowsAzure.Management.Store.StoreManagementClient store, Microsoft.WindowsAzure.Commands.Utilities.Store.MarketplaceClient marketplace, Microsoft.WindowsAzure.Management.ManagementClient management ) : System | ||
subscription | AzureSubscription | |
compute | Microsoft.WindowsAzure.Management.Compute.ComputeManagementClient | |
store | Microsoft.WindowsAzure.Management.Store.StoreManagementClient | |
marketplace | Microsoft.WindowsAzure.Commands.Utilities.Store.MarketplaceClient | |
management | Microsoft.WindowsAzure.Management.ManagementClient | |
return | System |
public TryGetAddOn ( string name, Microsoft.WindowsAzure.Commands.Utilities.Store.WindowsAzureAddOn &addon ) : bool | ||
name | string | The add-on name |
addon | Microsoft.WindowsAzure.Commands.Utilities.Store.WindowsAzureAddOn | The add-on instance. Will be null if not found |
return | bool |
public UpdateAddOn ( string name, string plan, string promotionCode ) : void | ||
name | string | The add-on name |
plan | string | The add-on new plan id |
promotionCode | string | The plan promotion code |
return | void |