C# Класс Microsoft.WindowsAzure.Commands.Utilities.Common.CommonUtilities

Показать файл Открыть проект

Открытые методы

Метод Описание
GetDefaultSettings ( string rootPath, string inServiceName, string slot, string location, string affinityGroup, string storageName, string subscription, string &serviceName ) : ServiceSettings
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

Описание методов

GetDefaultSettings() публичный статический Метод

public static GetDefaultSettings ( string rootPath, string inServiceName, string slot, string location, string affinityGroup, string storageName, string subscription, string &serviceName ) : ServiceSettings
rootPath string
inServiceName string
slot string
location string
affinityGroup string
storageName string
subscription string
serviceName string
Результат Microsoft.WindowsAzure.Commands.Utilities.CloudService.ServiceSettings

GetRoleName() публичный статический Метод

Gets role name for the current pathif exists.
public static GetRoleName ( string rootPath, string currentPath ) : string
rootPath string
currentPath string
Результат string

GetServiceRootPath() публичный статический Метод

public static GetServiceRootPath ( string currentPath ) : string
currentPath string
Результат string

TryGetServiceRootPath() публичный статический Метод

Tries to get service path, if not return null.
public static TryGetServiceRootPath ( string currentPath ) : string
currentPath string The current path
Результат string