Property | Type | Description | |
---|---|---|---|
AppModelEnvironmentVariableName | string | ||
CurrentEnvironmentVariableName | string |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
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 |
return |
public static Load ( string serviceModel, string azureTokenStore ) : |
||
serviceModel | string | The path to the service model file |
azureTokenStore | string | |
return |
public static LoadFromEnvironment ( ) : |
||
return |
public OperationsSession ( |
||
model | ||
azureTokens | ||
return | System |
public SetCurrentEnvironment ( string name ) : void | ||
name | string | |
return | void |
public SetCurrentEnvironment ( string name, bool throwOnFailure ) : void | ||
name | string | |
throwOnFailure | bool | |
return | void |
public this ( string environmentName ) : |
||
environmentName | string | |
return |
public static string AppModelEnvironmentVariableName | ||
return | string |