C# Class Elastacloud.AzureManagement.Fluent.Clients.Interfaces.PaaSDeploymentSettings

Used to build up the deployment for a packaged paas application
显示文件 Open project: azurecoder/fluent-management Class Usage Examples

Public Methods

Method Description
PaaSDeploymentSettings ( string cspkgStorageEndpoint, string cloudServiceName, string cscfgConfig, int instanceCount, string storageAccountName, string roleName, string location ) : System.Collections.Generic

Method Details

PaaSDeploymentSettings() public method

public PaaSDeploymentSettings ( string cspkgStorageEndpoint, string cloudServiceName, string cscfgConfig, int instanceCount, string storageAccountName, string roleName, string location ) : System.Collections.Generic
cspkgStorageEndpoint string
cloudServiceName string
cscfgConfig string
instanceCount int
storageAccountName string
roleName string
location string
return System.Collections.Generic