Elastacloud.AzureManagement.Fluent.Services.Classes.RoleReference.IRoleReference C# (CSharp) Méthode

IRoleReference() private méthode

This is used to inject the configuration into the role and replace the existing configuration - it takes a filename param
private IRoleReference ( string filename ) : IRoleReference
filename string
Résultat IRoleReference
        IRoleReference IRoleReference.ReplaceConfiguration(string filename)
        {
            // this is inconsistent with the way that this is going to work - too many additions!!
            _manager.CscfgFileInstance = CscfgFile.GetInstance(filename);

            return _manager;
        }

Same methods

RoleReference::IRoleReference ( string name ) : IRoleActivity
RoleReference::IRoleReference ( ) : IServiceCompleteActivity