메소드 | 설명 | |
---|---|---|
AddAccounts ( |
Log in to the given environment, and download and add subscriptions for the given account in that environment.
|
|
AddEnvironment ( |
||
AddSubscription ( WindowsAzureSubscription s ) : void | ||
DestroyData ( ) : void |
Destroy any saved data. Deletes the data store and removes any certificates from the certificate store.
|
|
ImportPublishSettings ( Stream stream ) : void | ||
ImportPublishSettings ( string fileName ) : void | ||
RemoveEnvironment ( string name ) : void | ||
RemoveSubscription ( WindowsAzureSubscription s ) : void | ||
ResetInstance ( ) : void |
Reset the default instance, used when the instance has been replaced for testing.
|
|
UpdateEnvironment ( |
||
UpdateSubscription ( WindowsAzureSubscription s ) : void | ||
WindowsAzureProfile ( IProfileStore profileStore ) : System | ||
WindowsAzureProfile ( IProfileStore profileStore, ITokenProvider tokenProvider ) : System |
Create an instance of WindowsAzureProfile that stores data in the given store.
|
메소드 | 설명 | |
---|---|---|
AddSubscriptionInternal ( WindowsAzureSubscription subscription ) : void | ||
AddSubscriptions ( List |
||
GuardEnvironmentExistsAndNonPublic ( string name ) : void | ||
IsPublicEnvironment ( string name ) : bool | ||
Load ( ) : void | ||
LoadEnvironmentData ( |
||
LoadSubscriptionData ( |
||
Save ( ) : void | ||
SetEnvironmentData ( |
||
SetSubscriptionData ( |
||
UpdateDefaultSubscription ( WindowsAzureSubscription newDefault ) : void |
public AddAccounts ( |
||
environment | environment that the subscription is in. | |
리턴 | string |
public AddEnvironment ( |
||
newEnvironment | ||
리턴 | void |
public AddSubscription ( WindowsAzureSubscription s ) : void | ||
s | WindowsAzureSubscription | |
리턴 | void |
public ImportPublishSettings ( Stream stream ) : void | ||
stream | Stream | |
리턴 | void |
public ImportPublishSettings ( string fileName ) : void | ||
fileName | string | |
리턴 | void |
public RemoveSubscription ( WindowsAzureSubscription s ) : void | ||
s | WindowsAzureSubscription | |
리턴 | void |
public UpdateEnvironment ( |
||
newEnvironment | ||
리턴 | void |
public UpdateSubscription ( WindowsAzureSubscription s ) : void | ||
s | WindowsAzureSubscription | |
리턴 | void |
public WindowsAzureProfile ( IProfileStore profileStore ) : System | ||
profileStore | IProfileStore | |
리턴 | System |
public WindowsAzureProfile ( IProfileStore profileStore, ITokenProvider tokenProvider ) : System | ||
profileStore | IProfileStore | Data store to read and write from. |
tokenProvider | ITokenProvider | Token provider used to look up Active Directory tokens |
리턴 | System |