C# 클래스 Microsoft.WindowsAzure.Commands.Utilities.CloudService.ServiceSettings

파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
Load ( string path ) : ServiceSettings
LoadDefault ( string path, string slot, string location, string affinityGroup, string subscription, string storageAccountName, string suppliedServiceName, string serviceDefinitionName, string &serviceName ) : ServiceSettings
Save ( string path ) : void
ServiceSettings ( ) : System

비공개 메소드들

메소드 설명
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).

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Load() 공개 정적인 메소드

public static Load ( string path ) : ServiceSettings
path string
리턴 ServiceSettings

LoadDefault() 공개 정적인 메소드

public static LoadDefault ( string path, string slot, string location, string affinityGroup, string subscription, string storageAccountName, string suppliedServiceName, string serviceDefinitionName, string &serviceName ) : ServiceSettings
path string
slot string
location string
affinityGroup string
subscription string
storageAccountName string
suppliedServiceName string
serviceDefinitionName string
serviceName string
리턴 ServiceSettings

Save() 공개 메소드

public Save ( string path ) : void
path string
리턴 void

ServiceSettings() 공개 메소드

public ServiceSettings ( ) : System
리턴 System