프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AppModelEnvironmentVariableName | string | ||
CurrentEnvironmentVariableName | string |
프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Load ( string serviceModel ) : |
Loads an operations session using the ServiceModel file located at the specified path
|
|
Load ( string serviceModel, string azureTokenStore ) : |
Loads an operations session using the ServiceModel file located at the specified path
|
|
LoadFromEnvironment ( ) : |
Loads an operations session using the current value of the NUGET_APP_MODEL environment variable, if present
|
|
OperationsSession ( |
||
SetCurrentEnvironment ( string name ) : void | ||
SetCurrentEnvironment ( string name, bool throwOnFailure ) : void | ||
this ( string environmentName ) : |
public static Load ( string serviceModel ) : |
||
serviceModel | string | The path to the service model file |
리턴 |
public static Load ( string serviceModel, string azureTokenStore ) : |
||
serviceModel | string | The path to the service model file |
azureTokenStore | string | |
리턴 |
public static LoadFromEnvironment ( ) : |
||
리턴 |
public OperationsSession ( |
||
model | ||
azureTokens | ||
리턴 | System |
public SetCurrentEnvironment ( string name ) : void | ||
name | string | |
리턴 | void |
public SetCurrentEnvironment ( string name, bool throwOnFailure ) : void | ||
name | string | |
throwOnFailure | bool | |
리턴 | void |
public this ( string environmentName ) : |
||
environmentName | string | |
리턴 |
public static string AppModelEnvironmentVariableName | ||
리턴 | string |