Microsoft.Azure.Commands.Profile.EnableAzureRmDataCollectionCommand.SetDataCollectionProfile C# (CSharp) Method

SetDataCollectionProfile() protected method

protected SetDataCollectionProfile ( bool enable ) : void
enable bool
return void
        protected void SetDataCollectionProfile(bool enable)
        {
            var profile = GetDataCollectionProfile();
            profile.EnableAzureDataCollection = enable;
            SaveDataCollectionProfile();
        }
    }