Méthode | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Load ( string path ) : |
||
LoadDefault ( string path, string slot, string location, string affinityGroup, string subscription, string storageAccountName, string suppliedServiceName, string serviceDefinitionName, string &serviceName ) : |
||
Save ( string path ) : void | ||
ServiceSettings ( ) : System |
Méthode | Description | |
---|---|---|
GetDefaultLocation ( string localLocation, string location ) : string | ||
GetDefaultSlot ( string localSlot, string globalSlot, string slot ) : string | ||
GetDefaultStorageName ( string localStorageName, string globalStorageAccountName, string storageAccountName, string serviceName ) : string | ||
GetDefaultSubscription ( string localSubscription, string subscription ) : string | ||
GetServiceName ( string suppliedServiceName, string serviceDefinitionName ) : string | ||
SanitizeStorageAccountName ( string name ) : string |
Sanitize a name for use as a storage account name.
|
|
ValidateStorageAccountName ( string name ) : void |
Validate that the storage account name contains only lower case letters or numbers and is between 3 and 24 characters in length (per http://msdn.microsoft.com/en-us/library/windowsazure/hh264518.aspx) unless the string is empty (which can happen if it wasn't provided or generated).
|
public static Load ( string path ) : |
||
path | string | |
Résultat |
public static LoadDefault ( string path, string slot, string location, string affinityGroup, string subscription, string storageAccountName, string suppliedServiceName, string serviceDefinitionName, string &serviceName ) : |
||
path | string | |
slot | string | |
location | string | |
affinityGroup | string | |
subscription | string | |
storageAccountName | string | |
suppliedServiceName | string | |
serviceDefinitionName | string | |
serviceName | string | |
Résultat |