Метод | Описание | |
---|---|---|
GetDefaultSettings ( string rootPath, string inServiceName, string slot, string location, string affinityGroup, string storageName, string subscription, string &serviceName ) : |
||
GetRoleName ( string rootPath, string currentPath ) : string |
Gets role name for the current pathif exists.
|
|
GetServiceRootPath ( string currentPath ) : string | ||
TryGetServiceRootPath ( string currentPath ) : string |
Tries to get service path, if not return null.
|
Метод | Описание | |
---|---|---|
FindServiceRootDirectory ( string path ) : string |
public static GetDefaultSettings ( string rootPath, string inServiceName, string slot, string location, string affinityGroup, string storageName, string subscription, string &serviceName ) : |
||
rootPath | string | |
inServiceName | string | |
slot | string | |
location | string | |
affinityGroup | string | |
storageName | string | |
subscription | string | |
serviceName | string | |
Результат |
public static GetRoleName ( string rootPath, string currentPath ) : string | ||
rootPath | string | |
currentPath | string | |
Результат | string |
public static GetServiceRootPath ( string currentPath ) : string | ||
currentPath | string | |
Результат | string |
public static TryGetServiceRootPath ( string currentPath ) : string | ||
currentPath | string | The current path |
Результат | string |